Security context

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

sonatype/nexus-public
main @ 0a8a425
53
Fixes
0
CVEs
CRITICAL
Peak severity
100.0%
Coverage
Highlights
Auth Bypass: 30 prior fixes. Scrutinize any change in this area.
AntiCsrfHelper.java: most-fixed (4 issues). Treat as high-risk during review.
45 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: Multiple critical bypasses stem from using getServletPath() instead of getRequestURI() for exemption matching, and from legacy modules that bypassed the security filter chain entirely.
Auth Bypass: Cross-realm authentication bypasses repeatedly occurred because API keys and auth tickets were not scoped to the realm/principal collection, allowing one realm's credentials to be reused in another.
Auth Bypass: Content access control was repeatedly bypassed because permission checks either did not evaluate content selectors, used BROWSE instead of READ, or failed to filter repositories with unavailable recipes.