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, 1 possibly insecure)

CrateRequiredLatestStatus
 aes^0.80.8.4up to date
 ashpd^0.110.11.0up to date
 async-fs^2.1.02.1.2up to date
 async-io^2.4.02.4.0up to date
 async-lock^3.2.03.4.0up to date
 blocking^1.5.11.6.1up to date
 cbc^0.10.1.2up to date
 cipher^0.40.4.4up to date
 digest^0.100.10.7up to date
 endi^1.11.1.0up to date
 futures-lite^2.62.6.0up to date
 futures-util^0.30.3.31up to date
 getrandom^0.30.3.3up to date
 hkdf^0.120.12.4up to date
 hmac^0.120.12.1up to date
 md-5^0.100.10.6up to date
 num^0.4.00.4.3up to date
 num-bigint-dig^0.80.8.4up to date
 openssl ⚠️^0.100.10.72maybe insecure
 pbkdf2^0.120.12.2up to date
 rand^0.90.9.1up to date
 serde^1.01.0.219up to date
 sha2^0.100.10.9up to date
 subtle^2.52.6.1up to date
 tokio^1.431.45.0up to date
 tracing^0.10.1.41up to date
 zbus^5.55.7.0up to date
 zbus_macros^5.55.7.0up to date
 zeroize^11.8.1up to date
 zvariant^5.25.5.3up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^3.173.20.0up to date
 tokio^1.431.45.0up 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.