Security context

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

killme2008/aviator
master @ 2cdc53d
2
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
AviatorEvaluatorInstance: 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: Unrestricted access to static fields and methods via reflection allows scripts to bypass the intended sandbox and execute arbitrary Java code. Restricting these capabilities via explicit features (StaticFields/StaticMethods) is required to enforce boundaries.
Auth Bypass: System-critical internal functions (such as NewInstanceFunction and LoadFunction) remained globally registered and callable even when equivalent high-level syntax features were disabled, leading to a sandbox bypass.