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

(16 total, 10 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.130.22.1out of date
 base64urlsafedata^0.1.20.5.2out of date
 compact_jwt^0.2.30.4.3out of date
 der-parser^7.0.010.0.0out of date
 nom^7.18.0.0out of date
 openssl ⚠️^0.100.10.73maybe insecure
 rand^0.80.9.1out of date
 serde^11.0.219up to date
 serde_cbor_2^0.12.0-dev0.13.0out of date
 serde_json^1.01.0.140up to date
 thiserror^1.02.0.12out of date
 tracing^0.10.1.41up to date
 url^22.5.4up to date
 uuid^11.17.0up to date
 webauthn-rs-proto^0.4.80.5.2out of date
 x509-parser^0.13.00.17.0out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 hex-literal^0.31.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.