Security context

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

lucas-clemente/quic-go
master @ 793f74d
88
Fixes
0
CVEs
HIGH
Peak severity
70.3%
Coverage
Highlights
Auth Bypass: 24 prior fixes. Scrutinize any change in this area.
internal/handshake/crypto_setup.go: most-fixed (12 issues). Treat as high-risk during review.
60 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: Multiple fixes in this component address authentication bypass by failing to validate transport parameters, connection IDs, or source tokens before accepting handshake state, enabling spoofing or unauthorized 0-RTT.
Authentication Bypass: The client handshake path had numerous missing signature verifications (RSA, ECDSA) and state-gating flaws, allowing acceptance of forged or expired server configs and premature crypto escalation.
Information Disclosure: Repeated fixes prevent leaking internal error details and reason phrases to remote peers before handshake completion, a recurring information disclosure channel.