Security context

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

scroll-tech/go-ethereum
develop @ e2374a9
56
Fixes
0
CVEs
CRITICAL
Peak severity
51.4%
Coverage
Highlights
Auth Bypass: 8 prior fixes. Scrutinize any change in this area.
p2p/crypto.go: most-fixed (4 issues). Treat as high-risk during review.
41 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.

Cryptographic Weakness: Multiple fixes address weak or missing cryptographic validation, including invalid curve attacks, weak nonces, and improper key handling, which can lead to private key exposure or forgery.
Auth Bypass: Several authentication bypasses stem from incomplete handshake validation or missing sender checks, allowing unauthorized access or forgery.
Consensus Bypass: Consensus bypasses arise from missing validation of gas limits, stack sizes, or block ordering, enabling invalid blocks or state corruption.