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 securestore

Dependencies

(11 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 aes^0.80.9.0out of date
 cbc^0.10.2.1out of date
 getrandom^0.30.4.2out of date
 hmac^0.120.13.0out of date
 openssl ⚠️^0.10.640.10.80maybe insecure
 pbkdf2^0.120.13.0out of date
 radix64^0.6.20.6.2up to date
 serde^1.0.1971.0.228up to date
 serde_json^1.0.1141.0.149up to date
 sha1^0.100.11.0out of date
 subtle^2.52.6.1up 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.