Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
passkey-crypto/src/aws_lc_rs/mod.rs: most-fixed (2 issues). Treat as high-risk during review.
4 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Auth Bypass: Domain suffix validation used ends_with, allowing attacker-controlled domains that merely end with the RP ID to pass, enabling origin spoofing and authentication bypass.
Auth Bypass: User presence and verification checks were not enforced during credential creation, allowing credentials without proper user verification.
Auth Bypass: Hardcoded UV flag forced user verification regardless of request, causing authentication failures or denial of service for legitimate users.