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, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.210.22.1out of date
 base64urlsafedata=0.5.20.5.2up 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.73maybe insecure
 openssl-sys^0.9.1090.9.109up to date
 rand^0.80.9.1out of date
 rand_chacha^0.3.10.9.0out of date
 serde^1.0.1411.0.219up to date
 serde_cbor_2^0.12.0-dev0.13.0out of date
 serde_json^1.0.791.0.140up to date
 thiserror^1.0.372.0.12out of date
 tracing^0.1.350.1.41up to date
 url^22.5.4up to date
 uuid^1.1.21.17.0up to date
 webauthn-attestation-ca=0.5.20.5.2up to date
 webauthn-rs-proto=0.5.20.5.2up to date
 x509-parser^0.160.17.0out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 hex-literal^0.41.0.0out of date
 tracing-subscriber^0.30.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.