CVE-2026-51994
Received Received - Intake

Server-Side Request Forgery in mcp-remote

Vulnerability report for CVE-2026-51994, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: MITRE

Description

mcp-remote versions 0.1.32 through 0.1.38 are vulnerable to Server-Side Request Forgery (SSRF) via the resource_metadata URL extracted from a remote MCP server's WWW-Authenticate header

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
playb0t mcp-remote From 0.1.32 (inc) to 0.1.38 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Server-Side Request Forgery (SSRF) vulnerability affecting mcp-remote versions 0.1.32 through 0.1.38. It occurs when the client extracts a resource_metadata URL from a remote MCP server's WWW-Authenticate header and fetches it without proper validation. This allows an attacker to force the client to send HTTP requests to unintended targets like localhost services, private network addresses, or cloud metadata endpoints.

Detection Guidance

To detect this SSRF vulnerability, check if you are running mcp-remote versions 0.1.32 through 0.1.38. Run: mcp-remote --version. Inspect network traffic for unexpected outbound requests to localhost, private IPs, or cloud metadata endpoints. Use tools like tcpdump or Wireshark to monitor HTTP requests originating from the mcp-remote process.

Impact Analysis

An attacker could exploit this to access internal services on your machine, exfiltrate sensitive data from local services, or interact with cloud provider metadata endpoints to obtain credentials or other sensitive information. This could lead to unauthorized access, data breaches, or further compromise of your system.

Compliance Impact

This vulnerability could lead to unauthorized data access or exfiltration, violating GDPR's data protection requirements or HIPAA's safeguards for protected health information. Organizations may face compliance violations, legal penalties, and reputational damage if exploited.

Mitigation Strategies

Immediately upgrade mcp-remote to a patched version beyond 0.1.38. If upgrading is not possible, apply an outbound-destination policy to restrict allowed schemes, reject loopback, private, and reserved addresses. Ensure all OAuth discovery requests enforce origin binding and validate URLs strictly before processing.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-51994. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart