Highlights
Auth Bypass: 12 prior fixes. Scrutinize any change in this area.
AaveSubProxy: most-fixed (2 issues). Treat as high-risk during review.
18 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: The lack of proper admin verification allowed unauthorized delegatecalls to be executed within the proxy context. The fix required inheriting AdminAuth to restrict delegatecall execution to authorized users.
Auth Bypass: Critical administrative operations including selfdestruct were not properly locked to a centralized registry, prompting a transition to a dedicated AdminVault state manager to prevent authorization bypasses.
Access Control: Crucial permissions management functions were exposed as public rather than internal, allowing arbitrary external actors to potentially grant or revoke proxy permissions.