Highlights
Auth Bypass: 43 prior fixes. Scrutinize any change in this area.
packages/auth-providers/dbAuth/api/src/DbAuthHandler.ts: most-fixed (6 issues). Treat as high-risk during review.
50 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: Insecure no-op and unverified signature decoding of JWT tokens across multiple integrated auth providers (including Netlify, Supabase, Azure AD, and Magic.link) allowed clients to present arbitrary unvalidated tokens and bypass authentication entirely in production.
Auth Bypass: Concurrent or sequential HTTP requests in Fastify shared global context objects, leading to cross-request session pollution where unauthenticated or low-privilege sessions inherited active authenticated context states.
Auth Bypass: Asynchronous WebAuthn verifyAuthenticationResponse promises were not awaited during authentication, allowing authentication requests to succeed without completing verification.