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 webauthn-attestation-ca

Dependencies

(6 total, 1 possibly insecure)

CrateRequiredLatestStatus
 base64urlsafedata=0.5.30.5.3up to date
 openssl ⚠️^0.10.560.10.74maybe insecure
 openssl-sys^0.9.1090.9.110up to date
 serde^1.0.1411.0.228up to date
 tracing^0.1.350.1.41up to date
 uuid^1.1.21.18.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.