Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

redwoodjs/graphql
main @ a7852fb
79
Fixes
4
CVEs
CRITICAL
Peak severity
50.0%
Coverage
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.