Security context

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

hyperledger-archives/burrow
main @ 77f0933
35
Fixes
0
CVEs
HIGH
Peak severity
46.9%
Coverage
Highlights
Denial of Service: 16 prior fixes. Scrutinize any change in this area.
execution/evm: most-fixed (4 issues). Treat as high-risk during review.
22 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: Inconsistent padding of 32-byte role identifiers (left-padding instead of right-padding) led to validation failures, resulting in authorization and permission-check bypasses across the EVM.
Denial of Service: Unbounded stack memory allocation during EVM execution allowed out-of-memory panics, exposing the validators to targeted crash-based denial of service.
Auth Bypass: Unset public keys could bypass strict signature verification validation on CurveTypeUnset, allowing unauthorized transaction execution.