๐Ÿ” CVE Alert

CVE-2026-81091

HIGH 8.6

mcp-use Inspector Proxy Server-Side Request Forgery via Caller-Supplied Target URL

CVSS Score
8.6
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-918
Vendor mcp-use
Product mcp-use
Published Aug 27, 2026
Stay Ahead of the Next One

Get instant alerts for mcp-use mcp-use

Be the first to know when new high vulnerabilities affecting mcp-use mcp-use are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

mcp-use / mcp-use
0 โ‰ค 2.3.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/mcp-use/mcp-use github.com: https://github.com/mcp-use/mcp-use/security/advisories/GHSA-f2jg-rm2x-hc5p vulncheck.com: https://www.vulncheck.com/advisories/mcp-use-inspector-proxy-server-side-request-forgery-via-caller-supplied-target-url

Credits

Yotam Perkal (Pluto Security)