Security context

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

orphan-oss/ognl
main @ 0a6c716
3
Fixes
1
CVEs
HIGH
Peak severity
Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
src/java/ognl/OgnlRuntime.java: most-fixed (2 issues). Treat as high-risk during review.
3 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: Concurrent access can lead to race conditions where JVM Method objects are temporarily left in an accessible state, or bypass cached SecurityManager checks entirely, enabling unauthorized invocation of sensitive, non-public methods.
Sandbox Bypass: Ineffective sandbox constraints during OGNL evaluation can allow arbitrary, system-level operations to be executed without appropriate custom SecurityManager or AccessController.doPrivileged wrapping.