PYSEC-2026-2627

See a problem?
Import Source
https://github.com/pypa/advisory-database/blob/main/vulns/mcp-run-python/PYSEC-2026-2627.yaml
JSON Data
https://api.osv.dev/v1/vulns/PYSEC-2026-2627
Aliases
Published
2026-07-13T14:36:35.240974Z
Modified
2026-07-13T16:32:13.343364467Z
Severity
  • 5.8 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L CVSS Calculator
Summary
MCP Run Python Deno Sandbox Misconfiguration Allows SSRF Attacks via Localhost Access
Details

Impact

Server-Side Request Forgery (SSRF): A security vulnerability exists in the mcp-run-python tool (specifically within the Pydantic-AI integration) due to an overly permissive Deno sandbox configuration.

The tool configures the Deno runtime—which is intended to isolate the execution of untrusted Python code—with network permissions that include access to the host's loopback interface (localhost). Consequently, malicious Python code executed through the tool can bypass network isolation and send HTTP requests to internal services running on the host machine. This allows attackers to interact with local APIs, databases, or cloud metadata services that should not be accessible from the sandbox.

Patches

No Patch Available: The mcp-run-python project is currently archived and maintainers have indicated it is unlikely to receive a fix.

Recommendation: Users are strongly advised to immediately stop using this package. If functionality is required, users must migrate to an alternative execution environment that enforces strict network isolation (e.g., blocking all outbound traffic or explicitly denying access to 127.0.0.1/::1).

Workarounds

There are no configuration-based workarounds provided by the package itself. Remediation requires modifying the source code to restrict the Deno permissions (specifically removing or narrowing the --allow-net flag) or moving the execution to a container with no network access.

Resources

References

Affected packages

PyPI / mcp-run-python

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
0.0.22

Affected versions

0.*
0.0.1
0.0.2
0.0.20
0.0.21
0.0.22

Database specific

source
"https://github.com/pypa/advisory-database/blob/main/vulns/mcp-run-python/PYSEC-2026-2627.yaml"