Security context

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

ensdomains/ens-contracts
staging @ 5141a2a
15
Fixes
0
CVEs
CRITICAL
Peak severity
41.7%
Coverage
Highlights
Access Control: 4 prior fixes. Scrutinize any change in this area.
contracts/wrapper/NameWrapper.sol: most-fixed (4 issues). Treat as high-risk during review.
12 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.

Authorization Bypass: The multicall allowed setting records for arbitrary names because only the first data element's namehash was validated, enabling unauthorized record manipulation.
Signature Verification Bypass: Missing PKCS#1 v1.5 padding and DigestInfo checks allowed signature forgery in DNSSEC RSA verification.
Access Control: Multiple fuse-related access control gaps allowed unauthorized burning of critical fuses like IS_DOT_ETH and PARENT_CANNOT_CONTROL, leading to loss of control.