CVE-2026-27952
Agenta is an open-source LLMOps platform. In Agenta-API prior to version 0.48.1, a Python sandbox escape vulnerability existed in Agenta's custom code evaluator. Agenta used RestrictedPython as a sandboxing mechanism for user-supplied evaluator code, but incorrectly whitelisted the `numpy` package as safe within the sandbox. This allowed authenticated users to bypass the sandbox and achieve arbitrary code execution on the API server. The escape path was through `numpy.ma.core.inspect`, which exposes Python's introspection utilities β including `sys.modules` β thereby providing access to unfiltered system-level functionality like `os.system`. This vulnerability affects the Agenta self-hosted platform (API server), not the SDK when used as a standalone Python library. The custom code evaluator runs server-side within the API process. The issue is fixed in v0.48.1 by removing `numpy` from the sandbox allowlist. In later versions (v0.60+), the RestrictedPython sandbox was removed entirely and replaced with a different execution model.
- Affected products
- Agenta-Api, Restrictedpython, Numpy
- Agentatech Agenta
- < 0.48.1
- Fix
- Available
- CVSS 3.1
- 9.9 CRITICAL
- EPSS
- 0.5% (41th percentile)
- Weakness
- CWE-94
- NVD status
- Analyzed
- Published
- 2026-02-26
No indexed exploits for CVE-2026-27952 yet
Our index is partial: it proves presence, never absence
No exploit for CVE-2026-27952 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows β not that no exploit exists.