Security context

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

stader-labs/ethx
main @ 9d4a921
10
Fixes
0
CVEs
HIGH
Peak severity
33.3%
Coverage
Highlights
Access Control: 7 prior fixes. Scrutinize any change in this area.
PermissionedNodeRegistry.sol: most-fixed (2 issues). Treat as high-risk during review.
10 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.

Access Control: Proxy re-initialization could allow takeover; two separate fixes addressed missing isInitialized guards.
Access Control: Operators could directly mark validators ready, bypassing oracle control; fixed by restricting caller to STADER_ORACLE.
Access Control: Onboarding operators to mismatched pools could corrupt pool state; fixed by adding pool ID verification.