ZeroHour

CVE-2025-5120

PoC large

Sandbox Escape With RCE in Hugging Face smolagents Python Executor

CVSS 3.1
10.0 critical
EPSS
23%p98
Published
()
Modified
AI analysis

CVE-2025-5120 is a sandbox escape (CWE-94) in Hugging Face's smolagents Python agent framework, identified in version 1.14.0, that lets an attacker break out of the restricted code-execution environment and achieve remote code execution on the host. It is triggered when untrusted code — typically model-generated Python executed through the local_python_executor.py module — abuses whitelisted modules and functions that the module's static and dynamic checks fail to adequately restrict. A successful attacker gains arbitrary code execution on the system running the agent, enabling data theft, compromise of integrations reachable from that host, and undermining of the sandbox boundary (reflected in the CVSS scope-changed, 10.0 critical score). Any smolagents deployment running versions from 1.14.0 up to (but not including) the 1.17.0 fix that executes untrusted or model-generated code with the local Python executor is affected. No in-the-wild exploitation is confirmed and the issue is not in CISA KEV, but a public PoC/write-up exists and the high EPSS score (22.8% in 30 days, 98th percentile) indicates meaningful near-term exploitation risk.

What to do: Upgrade to smolagents 1.17.0 or later. Until patched, run any agent workload that executes untrusted or model-generated Python via local_python_executor.py inside an isolated container/VM with restricted filesystem and network access, and audit which whitelisted modules those deployments allow. Check whether executor hosts hold credentials, API keys, or data connections that would be reachable if the sandbox is escaped.

Affected
Hugging Face smolagents1.14.0 through all versions prior to 1.17.0; fixed in 1.17.0
Estimated exposure
large≈100,000s of framework installs/deployments, with only the subset executing untrusted code via the local Python executor actually exposed — smolagents is a broadly adopted open-source agent framework from Hugging Face with large open-source/PyPI install volume, so this is an order-of-magnitude estimate based on typical adoption of widely used Python agent libraries, bounded by…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

A sandbox escape vulnerability was identified in huggingface/smolagents version 1.14.0, allowing attackers to bypass the restricted execution environment and achieve remote code execution (RCE). The vulnerability stems from the local_python_executor.py module, which inadequately restricts Python code execution despite employing static and dynamic checks. Attackers can exploit whitelisted modules and functions to execute arbitrary code, compromising the host system. This flaw undermines the core security boundary intended to isolate untrusted code, posing risks such as unauthorized code execution, data leakage, and potential integration-level compromise. The issue is resolved in version 1.17.0.

Vendors
huggingface
Products
smolagents
Weakness
CWE-94
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

In the news

No ingested article mentions this CVE yet.