Security context

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

randombit/botan
master @ 45a096e
315
Fixes
35
CVEs
CRITICAL
Peak severity
13.2%
Coverage
Highlights
Auth Bypass: 78 prior fixes. Scrutinize any change in this area.
src/lib/x509/x509path.cpp: most-fixed (8 issues). Treat as high-risk during review.
110 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: Bypasses in OCSP signing certificate verification allow forged or delegated responder certificates from unrelated CAs to validate successfully, bypassing revocation checks.
Side-Channel Attack: Non-constant-time CBC padding checks and MAC computations expose the TLS implementation to timing side-channels and padding oracle attacks like Lucky13.
Memory Safety: Holding references rather than copying keys and private scalar components in cryptographic operations leads to serious use-after-free vulnerabilities.