startServer.ts in the mcp-http-server package of UI-TARS-desktop defaulted its listen address to '::' when no host was given, so startSseAndStreamableHttpMcpServer bound the Streamable HTTP and SSE MCP transports to every interface, and its authentication middleware was optional: middlewares are applied only when a caller supplies them. The @agent-infra/mcp-server-commands and @agent-infra/mcp-server-filesystem entry points call startSseAndStreamableHttpMcpServer with a host and port alone and pass no middleware, so neither server required a credential. The commands server exposes a run_command tool that hands its caller-supplied command string to promisify(child_process.exec), so any unauthenticated client able to reach the port could run arbitrary commands as the user running the server, and the filesystem server exposed its file read and write tools on the same terms. The listen default became 127.0.0.1 in commit c2ad42e3eb9b27830db41a3e6f51ca7179d9b168; the package version stayed at 1.2.4 across that change, so the boundary is the commit rather than a release.
CVE-2026-81735
Score 10.0 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-27. the CNA's CVSS baseline 10.0; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 10.0
- EG Score
- 10.0(high)
- EG Risk
- 50(Track)EG Risk 50/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity100% × 45%Exploitation1% × 40%Automatability30% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 1%
- EPSS %ILE
- 43%
- KEV
- Not listed
Published
August 27, 2026
Last Modified
August 29, 2026
Advisory Details (5)
Auto-updated Aug 29, 2026UI-TARS-desktop @agent-infra MCP Servers Bind Every Interface Without Authentication, Exposing Arbitrary Command Execution | Advisories | VulnCheck
https://www.vulncheck.com/advisories/ui-tars-desktop-agent-infra-mcp-servers-bind-every-interface-without-authentication-exposing-arbitrary-command-executionUI-TARS-desktop/packages/agent-infra/mcp-http-server/src/startServer.ts at e9f3387288da4af2ad99972da2ac916cdabce093 · bytedance/UI-TARS-desktop · GitHub
https://github.com/bytedance/UI-TARS-desktop/blob/e9f3387288da4af2ad99972da2ac916cdabce093/packages/agent-infra/mcp-http-server/src/startServer.ts#L263GitHub - bytedance/UI-TARS-desktop: The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra · GitHub
https://github.com/bytedance/UI-TARS-desktopcommit c2ad42e3eb9b (bytedance/UI-TARS-desktop)
Fix landed in bytedance/UI-TARS-desktop commit c2ad42e3eb9b — awaiting tagged release
https://github.com/bytedance/UI-TARS-desktop/commit/c2ad42e3eb9b27830db41a3e6f51ca7179d9b168fix(mcp-http-server): default host to 127.0.0.1, not all interfaces
Fix merged in bytedance/UI-TARS-desktop PR #1918 on 2026-07-01 — awaiting tagged release
https://github.com/bytedance/UI-TARS-desktop/pull/1918Vendor Advisories for CVE-2026-81735(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 25× in last 7d / 25× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-30 02:29 UTCEG score recompute
- 2026-08-30 02:29 UTCGHSA enrichment
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-29 22:53 UTCGHSA enrichment
- 2026-08-29 19:15 UTCGHSA enrichment
- 2026-08-29 15:37 UTCGHSA enrichment
- 2026-08-29 11:59 UTCEG score recompute
- 2026-08-29 11:58 UTCGHSA enrichment
- 2026-08-29 10:53 UTCGHSA enrichment
- 2026-08-29 07:11 UTCGHSA enrichment
- 2026-08-29 03:33 UTCGHSA enrichment
- 2026-08-28 23:53 UTCEG score recompute
- 2026-08-28 23:53 UTCGHSA enrichment
- 2026-08-28 21:42 UTCEPSS rescore
- 2026-08-28 19:22 UTCGHSA enrichment
- 2026-08-28 15:23 UTCGHSA enrichment
- 2026-08-28 11:40 UTCGHSA enrichment
- 2026-08-28 08:03 UTCGHSA enrichment
- 2026-08-28 04:23 UTCGHSA enrichment
- 2026-08-28 00:44 UTCGHSA enrichment
- 2026-08-27 21:01 UTCEG score recompute
- 2026-08-27 21:01 UTCGHSA enrichment
- 2026-08-27 17:24 UTCEG score recompute
- 2026-08-27 16:47 UTCEG score recompute
- 2026-08-27 16:43 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-306
- CVE-2011-10013EG 10.0CRITICAL
- CVE-2014-125124EG 10.0CRITICAL
- CVE-2017-2637EG 10.0EPSS p90CRITICAL
- CVE-2010-5326EG 10.0 KEVEPSS p97CRITICAL
- CVE-2007-0956EG 10.0EPSS p98HIGH
- CVE-2017-12822EG 9.9CRITICAL
- CVE-2016-8355EG 9.9CRITICAL
- CVE-2012-10030EG 9.8CRITICAL
- CVE-2014-3449EG 9.8CRITICAL
- CVE-2006-0062EG 9.8CRITICAL
Frequently asked(5)
What is CVE-2026-81735?
When was CVE-2026-81735 disclosed?
Is CVE-2026-81735 actively exploited?
What is the CVSS score of CVE-2026-81735?
How do I remediate CVE-2026-81735?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-81735
Is Your Infrastructure Affected by CVE-2026-81735?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.