๐Ÿ” CVE Alert

CVE-2026-55244

MEDIUM 5.0

ASTEVAL: Sandbox Escape via BaseException Subclasses

CVSS Score
5.0
EPSS Score
0.0%
EPSS Percentile
0th

ASTEVAL is an evaluator of Python expressions and statements. Prior to 1.0.9, FROM_PY in asteval/astutils.py exposes BaseException, SystemExit, KeyboardInterrupt, and GeneratorExit to expressions evaluated by asteval.Interpreter.eval(), while run() and eval() in asteval/asteval.py catch Exception rather than these non-Exception BaseException subclasses. When an attacker-controlled expression raises one of these classes, on_raise() passes the class to raise_exception(), and the resulting exception bypasses the interpreter's safety handlers and propagates into the calling application. A consuming service that evaluates untrusted expressions can therefore be terminated or have signal and cleanup handling disrupted, causing denial of service. The separately documented read-only open() capability is not part of this vulnerability. This issue is fixed in version 1.0.9.

CWE CWE-248
Vendor lmfit
Product asteval
Published Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for lmfit asteval

Be the first to know when new medium vulnerabilities affecting lmfit asteval are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

lmfit / asteval
< 1.0.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/lmfit/asteval/security/advisories/GHSA-89v8-rhwq-hf77 github.com: https://github.com/lmfit/asteval/pull/153 github.com: https://github.com/lmfit/asteval/commit/9c625b3674f8d05f206708bb85afca17a87694a4 github.com: https://github.com/lmfit/asteval/commit/c49c99a67acb63eb7410231932250bd820380e45 github.com: https://github.com/lmfit/asteval/releases/tag/1.0.9