This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate oo7

Dependencies

(30 total, 13 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 aes^0.80.9.0out of date
 ashpd^0.110.13.10out of date
 async-fs^2.1.02.2.0up to date
 async-io^2.4.02.6.0up to date
 async-lock^3.2.03.4.2up to date
 blocking^1.5.11.6.2up to date
 cbc^0.10.2.0out of date
 cipher^0.40.5.1out of date
 digest^0.100.11.3out of date
 endi^1.11.1.1up to date
 futures-lite^2.62.6.1up to date
 futures-util^0.30.3.32up to date
 getrandom^0.30.4.2out of date
 hkdf^0.120.13.0out of date
 hmac^0.120.13.0out of date
 md-5^0.100.11.0out of date
 num^0.4.00.4.3up to date
 num-bigint-dig^0.80.9.1out of date
 openssl ⚠️^0.100.10.79maybe insecure
 pbkdf2^0.120.13.0out of date
 rand^0.90.10.1out of date
 serde^1.01.0.228up to date
 sha2^0.100.11.0out of date
 subtle^2.52.6.1up to date
 tokio^1.431.52.3up to date
 tracing^0.10.1.44up to date
 zbus^5.55.15.0up to date
 zbus_macros^5.55.15.0up to date
 zeroize^11.8.2up to date
 zvariant^5.25.11.0up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^3.173.27.0up to date
 tokio^1.431.52.3up to date

Security Vulnerabilities

openssl: Use-After-Free in `Md::fetch` and `Cipher::fetch`

RUSTSEC-2025-0022

When a Some(...) value was passed to the properties argument of either of these functions, a use-after-free would result.

In practice this would nearly always result in OpenSSL treating the properties as an empty string (due to CString::drop's behavior).

The maintainers thank quitbug for reporting this vulnerability to us.