Security context

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

OffchainLabs/nitro
master @ a618155
205
Fixes
2
CVEs
CRITICAL
Peak severity
51.5%
Coverage
Highlights
Denial of Service: 113 prior fixes. Scrutinize any change in this area.
validator/block_validator.go: most-fixed (9 issues). Treat as high-risk during review.
119 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: A critical logical inversion in the proxy routing logic allowed normal users' transactions to incorrectly route to the admin logic implementation instead of the fallback path. This could cause complete administrative control takeover.
Sandbox Escape: The lack of rigid dynamic call boundaries in the WebAssembly runtime allowed guest programs to access unconstrained host functions via cross-module calls, compromising the isolation model of the system.
Denial of Service: Deadlocks occurred in the execution engine when context cancellations did not stop message resequencing, or when panics prevented releasing the block creation mutex lock, freezing block production.