Highlights
Denial of Service: 21 prior fixes. Scrutinize any change in this area.
modules/cpr/src/main/java/org/atmosphere/cpr/AtmosphereResourceImpl.java: most-fixed (3 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: Missing write guards on administrative endpoints allowed unauthorized state modifications and resource manipulation. State-mutating administrative operations must be strictly wrapped with authorization check validators.
Auth Bypass: Quarkus administrative endpoints lacked proper authentication and constant-time token comparison for mutating operations, alongside bypass opportunities in reading credentials from JAX-RS context headers.
Sandbox Escape: Untrusted Model Context Protocol (MCP) applications were rendered inside direct frames without sufficient isolation, risking cross-origin script execution in the management console. Isolate these using a separate-origin sandbox proxy.