Highlights
Privilege Escalation: 1 prior fix. Scrutinize any change in this area.
loadtime: most-fixed (1 issue). Treat as high-risk during review.
2 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.
Sandbox Escape: Dynamically generated helper classes created during load-time weaving under JDK 11 failed to inherit the ProtectionDomain of the triggering class, allowing untrusted code to bypass JVM sandbox restrictions via privileged reflection endpoints.
Privilege Escalation: Dynamic class definition mechanisms in the weaving adapter failed to apply the originating ProtectionDomain when defining woven classes, leading to elevation of privilege.