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

Dependencies

(13 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.100.22.0out of date
 byteorder^1.21.5.0up to date
 env_logger^0.60.11.3out of date
 log^0.40.4.21up to date
 rand^0.60.8.5out of date
 rocket^0.40.5.0out of date
 rocket_contrib^0.40.4.11up to date
 serde^1.01.0.198up to date
 serde_bytes^0.100.11.14out of date
 serde_cbor ⚠️^0.90.11.2out of date
 serde_derive^1.01.0.198up to date
 serde_json^1.01.0.116up to date
 sha2^0.80.10.8out of date

Security Vulnerabilities

serde_cbor: Flaw in CBOR deserializer allows stack overflow

RUSTSEC-2019-0025

Affected versions of this crate did not properly check if semantic tags were nested excessively during deserialization.

This allows an attacker to craft small (< 1 kB) CBOR documents that cause a stack overflow.

The flaw was corrected by limiting the allowed number of nested tags.