VYPR

asteval

by Asteval

CVEs (1)

  • CVE-2026-55244Aug 20, 2026
    risk 0.00cvss epss

    ## Summary An attacker who can supply expressions to `asteval.Interpreter.eval()` can raise `SystemExit`, `KeyboardInterrupt`, `GeneratorExit`, or `BaseException` from inside the sandbox. These exceptions are subclasses of `BaseException` but not `Exception`, so they bypass the…