CVE-2026-81091
8.6mcp-use · mcp-use
The mcp-use inspector proxy middleware fails to validate destination hostnames, allowing unauthenticated attackers to perform Server-Side Request Forgery (SSRF) against internal network resources.
Executive summary
A critical Server-Side Request Forgery vulnerability in the mcp-use inspector proxy allows unauthenticated attackers to access sensitive internal network services and data.
Vulnerability
This is a Server-Side Request Forgery (CWE-918) vulnerability located in the mountMcpProxy function. An unauthenticated attacker can supply a malicious URL via the X-Target-URL header or the __mcp_target parameter to force the server to make requests to internal loopback, link-local, or private network addresses.
Business impact
The ability for an unauthenticated attacker to scan and interact with internal network resources poses a severe risk to organizational infrastructure. With a CVSS score of 8.6, this flaw could lead to the exposure of sensitive configuration data, unauthorized access to internal APIs, or the compromise of local services that rely on implicit trust.
Remediation
Immediate Action: Upgrade to a version of mcp-use that includes the fix for this SSRF vulnerability, as identified in the vendor security advisory. If a patch is not yet available, restrict access to the inspector proxy to trusted IP addresses only.
Proactive Monitoring: Monitor server access logs for anomalous requests containing the X-Target-URL header or the __mcp_target parameter pointing to internal IP ranges. Alert on any outbound connection attempts originating from the proxy server directed at internal RFC1918 addresses.
Compensating Controls: Deploy a Web Application Firewall (WAF) to inspect and block incoming requests that attempt to pass unauthorized values through the identified header and parameter fields.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the high CVSS score and the potential for unauthenticated remote access to internal resources, this vulnerability should be treated as a priority. Administrators must audit their network exposure and apply the vendor-provided patch as soon as it is released to prevent unauthorized internal data exfiltration or service interaction.
Sources
Originally found and disclosed by Yotam Perkal (Pluto Security), per the CVE Program record.
- github.com
- Vendor Advisory Vendor advisory
- VulnCheck Advisory: mcp-use Inspector Proxy Server-Side Request Forgery via Caller-Supplied Target URL Third-party advisory