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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-81091— MCP Inspector 服务端请求伪造漏洞

一分钟漏洞结论

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

mcp-use 检查器中的代理中间件会将请求转发到调用者指定的目标地址。在文件 中的 函数会从 请求头或 参数读取目标地址,并在不检查其宿主机的情况下直接进行代理转发。因此,回环地址、链路本地地址和私有地址均被接受,解析为这些地址的主机名也未被过滤,且当目标端返回重定向时,校验逻辑并未在重定向上重新应用。由此,调用者可以促使服务器向仅在其运行主机上可达的地址发起请求,并读取相应的响应。当前代码调用了 函数,该函数在代理之前会将解析后的地址与私有、回环及链路本地地址段进行比对,并限制所跟随的重定向次数。

CVSS 8.6 · High

影响版本矩阵 1

厂商产品 版本范围状态
mcp-use mcp-use ≤ 2.3.2 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
mcp-use Inspector Proxy Server-Side Request Forgery via Caller-Supplied Target URL
来源: CVE Program / CVE List V5
Vulnerability Description
The proxy middleware in mcp-use's inspector forwards requests to a destination the caller names. mountMcpProxy in libraries/typescript/packages/inspector/src/server/proxy/mcp-proxy.ts read the target from the X-Target-URL header or the __mcp_target parameter and proxied to it without inspecting the host, so loopback, link-local and private addresses were all accepted, as were names that resolve to them, and the validation was not reapplied to a redirect the destination returned. A caller could therefore make the server issue requests to addresses reachable only from the host it runs on and read the responses. The current code calls isSafeProxyTarget, which checks the resolved address against private, loopback and link-local ranges before proxying and bounds the number of redirects followed.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
服务端请求伪造(SSRF)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
mcp-use mcp-use 0 ~ 2.3.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-81091 厂商安全公告 (2)

CVE-2026-81091 安全博客文章 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-81091

暂无评论


发表评论