目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-81735— UI-TARS MCP服务器未授权远程命令执行

一分钟漏洞结论

影响对象
bytedance UI-TARS-desktop
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

项目中 包的 在未指定主机名时,默认将监听地址设置为 (即所有网络接口)。因此, 将 Streamable HTTP 和 SSE 两种 MCP 传输层绑定到了所有网络接口上,且其认证中间件是可选的:只有当调用者显式传入中间件时,中间件才会生效。 和 这两个入口点调用 时仅传入了 host 和 port,但未传入任何中间件。因此,这两个服务器均无需凭证即可访问。 其中, 服务器暴露了一个 工具,该工具会将调用者提供的命令字符串直接传递给 执行。因此,任何能够访问该端口的未认证客户端都可以以运行服务器用户的身份执行任意

CVSS 10.0 · Critical
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-81735 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
UI-TARS-desktop @agent-infra MCP Servers Bind Every Interface Without Authentication, Exposing Arbitrary Command Execution
来源: CVE Program / CVE List V5
Vulnerability Description
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 Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
关键功能的认证机制缺失
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
bytedance UI-TARS-desktop 0 ~ c2ad42e3eb9b27830db41a3e6f51ca7179d9b168 -

二、漏洞 CVE-2026-81735 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-81735 的情报信息

登录查看更多情报信息。

CVE-2026-81735 补丁与修复 (2)

CVE-2026-81735 厂商安全公告 (1)

CVE-2026-81735 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-81735

暂无评论


发表评论