Security context

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

apache/commons-beanutils
master @ b23c7cd
5
Fixes
1
CVEs
CRITICAL
Peak severity
40.0%
Coverage
Highlights
Remote Code Execution: 3 prior fixes. Scrutinize any change in this area.
org.apache.commons.beanutils2.PropertyUtilsBean: most-fixed (2 issues). Treat as high-risk during review.
4 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.

Remote Code Execution: Attackers can supply malicious property paths to access and manipulate properties of the Java ClassLoader (such as 'class.classLoader') through the bean introspection engine. This enables arbitrary code execution in environments that do not default to suppressing class-level property resolution.
Remote Code Execution: On enum-typed properties, attackers can traverse through the 'declaringClass' property to regain access to ClassLoader manipulation vectors, bypassing existing 'class' suppression rules. Default suppression of declaringClass on enums is required.
Sandbox Escape: Without explicit property suppression mechanisms embedded in the IntrospectionContext, standard bean property population flows can be abused to retrieve nested system objects, leading to sandbox escapes.