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 dbus-secret-service

Dependencies

(12 total, 1 possibly insecure)

CrateRequiredLatestStatus
 aes^0.80.8.4up to date
 block-padding^0.30.3.3up to date
 cbc^0.10.1.2up to date
 dbus^0.90.9.7up to date
 fastrand^2.32.3.0up to date
 futures-util^0.30.3.31up to date
 hkdf^0.120.12.4up to date
 num^0.40.4.3up to date
 once_cell^11.21.3up to date
 openssl ⚠️^0.10.550.10.72maybe insecure
 sha2^0.100.10.8up to date
 zeroize^1.8.11.8.1up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 test-with^0.120.14.9out of 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.