CVE-2026-55786
Published:July 06, 2026
Updated:August 27, 2026
The HTTP MCP endpoint ("POST /mcp") in flyto-core accepts unauthenticated JSON-RPC "tools/call" requests and dispatches them to arbitrary registered modules, including "sandbox.execute_shell", which passes attacker-controlled input directly to "asyncio.create_subprocess_shell". An unauthenticated attacker can execute arbitrary OS commands as the flyto-core server process. By default the server binds to "127.0.0.1", making this a High-severity local vulnerability (CVSS 8.4); if started with "--host 0.0.0.0", it becomes remotely exploitable over the network. Dynamic reproduction confirmed command execution as "root" inside a Docker container without any "Authorization" header.
Affected Packages
flyto-core (PYTHON):
Affected version(s) >=2.26.2 <2.26.4Fix Suggestion:
Update to version 2.26.4Related Resources (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.6
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.4
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH