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 compact_jwt

Dependencies

(11 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.21.50.22.1out of date
 base64urlsafedata^0.5.10.5.1up to date
 hex^0.40.4.3up to date
 kanidm-hsm-crypto^0.2.00.3.4out of date
 openssl ⚠️^0.10.380.10.73maybe insecure
 openssl-kdf^0.4.20.4.2up to date
 serde^1.0.1361.0.219up to date
 serde_json^1.0.791.0.140up to date
 tracing^0.1.340.1.41up to date
 url^2.2.22.5.4up to date
 uuid^1.0.01.17.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tracing-subscriber^0.3.110.3.19up 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.