CVE-2026-81096
Last modified
CVE-2026-81096 is a critical-severity vulnerability rated 10/10 on the CVSS scale. ToolUniverse ran caller-supplied Python inside a sandbox that could be escaped, on a server that required no authentication. The executor behind the python_code_executor tool, in python_executor_tool.py, inspected the submitted source for a denied list of attribute names and calls but left the attribute-lookup builtins available and did not stop a dunder attribute reached through a string lookup or through a module already permitted, so a caller could walk from a literal's class to its base and enumerate subclasses to obtain a reference to the process and subprocess modules.
Description
ToolUniverse ran caller-supplied Python inside a sandbox that could be escaped, on a server that required no authentication. The executor behind the python_code_executor tool, in python_executor_tool.py, inspected the submitted source for a denied list of attribute names and calls but left the attribute-lookup builtins available and did not stop a dunder attribute reached through a string lookup or through a module already permitted, so a caller could walk from a literal's class to its base and enumerate subclasses to obtain a reference to the process and subprocess modules. A per-call argument also let the caller widen the import allow-list before the inspection ran. The HTTP and MCP servers in http_api_server.py and smcp_server.py bound to every interface with debugging enabled and no authentication, so any caller able to reach the port executed code as the server process. Version 1.3.0 adds bearer-token authentication, defaults the bind address to loopback, and hardens the attribute checks.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| mims-harvard | ToolUniverse | <= 1.2.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-81096?
How severe is CVE-2026-81096?
How do I fix CVE-2026-81096?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-81090The Gpx2Graphics WordPress plugin through 0.3 does not perfo…7.2
- CVE-2026-81091The proxy middleware in mcp-use's inspector forwards request…8.6
- CVE-2026-81092mcp-go accepted requests on its HTTP transports without chec…6.8
- CVE-2026-81093The get-html-skeleton tool fetched a URL the caller supplied…8.6
- CVE-2026-81094The mcp-router CLI served its MCP aggregator on every interf…9.1
- CVE-2026-81095pg-aiguide started its MCP HTTP transport without enabling t…6.8
- CVE-2026-81097The execute_ruby tool is documented as a read-only Ruby sand…8.4
- CVE-2026-81098The Telnyx MCP server exposed its HTTP transport on every in…9.1
- CVE-2026-81099tiger-slack started its MCP HTTP transport without enabling …6.8
- CVE-2026-8110Incorrect permissions assignment in the agent of Ivanti Endp…7.8
- CVE-2026-81100tiger-gh-mcp-server started its MCP HTTP transport without e…6.8
- CVE-2026-81101The configure command accepted any endpoint URL and stored i…6.5
Are you affected by CVE-2026-81096?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
