CVE-2026-81735
10.0Bytedance · UI-TARS-desktop
The mcp-http-server component in UI-TARS-desktop defaults to listening on all interfaces without authentication, enabling unauthenticated remote command execution via the commands server.
Executive summary
A critical vulnerability in the Bytedance UI-TARS-desktop application allows unauthenticated remote attackers to execute arbitrary system commands and perform unauthorized file operations.
Vulnerability
The application insecurely binds its MCP server to all network interfaces (::) and fails to enforce authentication middleware by default, allowing any unauthenticated client to interact with critical tools, including command execution and filesystem access.
Business impact
This vulnerability carries a CVSS score of 10.0, indicating a critical risk that warrants immediate attention. An attacker exploiting this flaw can achieve full system compromise, leading to unauthorized data exfiltration, the installation of malicious software, and complete loss of control over the affected host. Such an event would likely result in significant operational disruption and severe reputational damage.
Remediation
Immediate Action: Update the affected software to a version containing the fix implemented in commit c2ad42e3eb9b27830db41a3e6f51ca7179d9b168, which restricts the listen address to the loopback interface (127.0.0.1).
Proactive Monitoring: Monitor network traffic for unexpected inbound connections to the ports utilized by the MCP server and review system logs for unauthorized command execution patterns.
Compensating Controls: If an update cannot be applied immediately, restrict access to the affected service by placing it behind a firewall or using a VPN to ensure it is not reachable from untrusted networks.
Exploitation status
Public Exploit Available: No (exploit_available: unknown)
Analyst recommendation
Given the critical nature of this vulnerability and the potential for total system takeover, immediate remediation is required. Organizations must ensure that the application is updated to the corrected version and verify that service binding is restricted to local interfaces to prevent exposure to unauthorized remote actors.
Sources
Originally found and disclosed by Avishai Gonen (Pluto Security), per the CVE Program record.
- Pull Request #1918 Issue tracker
- Patch Commit Patch commit
- github.com
- Technical analysis
- VulnCheck Advisory: UI-TARS-desktop @agent-infra MCP Servers Bind Every Interface Without Authentication, Exposing Arbit Third-party advisory