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-rs-core

Dependencies

(19 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.210.22.1out of date
 base64urlsafedata=0.5.30.5.3up to date
 der-parser^9.010.0.0out of date
 hex^0.4.30.4.3up to date
 nom^7.18.0.0out of date
 openssl ⚠️^0.10.560.10.74maybe insecure
 openssl-sys^0.9.1090.9.110up to date
 rand^0.80.9.2out of date
 rand_chacha^0.3.10.9.0out of date
 serde^1.0.1411.0.228up to date
 serde_cbor_2^0.13.00.13.0up to date
 serde_json^1.0.791.0.145up to date
 thiserror^1.0.372.0.17out of date
 tracing^0.1.350.1.41up to date
 url^22.5.7up to date
 uuid^1.1.21.18.1up to date
 webauthn-attestation-ca=0.5.30.5.3up to date
 webauthn-rs-proto=0.5.30.5.3up to date
 x509-parser^0.160.18.0out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 hex-literal^0.41.1.0out of date
 tracing-subscriber^0.30.3.20up 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.