Skip to main content
Mallory
Back to intelligence
ai-platform-securityinternet-facing-service-vulnerabilityidentity-authentication-vulnerabilityopen-source-dependency-vulnerability

Security Vulnerabilities in Model Context Protocol (MCP) Implementations

Updated 4d agoFirst seen Oct 23, 202528 sources

Security researchers have identified significant vulnerabilities in implementations of the Model Context Protocol (MCP), a standard developed by Anthropic to facilitate secure and standardized connections between large language models (LLMs) and external data sources or tools. One notable vulnerability involved Burp's MCP server, which exposed a localhost port without proper web origin validation, enabling DNS rebinding attacks that could turn a user's Burp installation into a remote SSRF engine. This flaw allowed attackers to hijack Burp’s MCP tools and access internal networks, and was responsibly disclosed and rewarded with a $2,000 bounty.

In addition, prompt hijacking attacks have been demonstrated against MCP-based AI workflows, particularly when session ID management is insecure. Researchers from JFrog discovered that the oatpp-mcp implementation generated predictable session IDs, making it susceptible to session hijacking and prompt injection attacks. These vulnerabilities highlight the risks associated with insecure MCP server configurations and underscore the need for robust validation, session management, and defensive controls when deploying MCP in security-sensitive environments.

Share:
Security Vulnerabilities in Model Context Protocol (MCP) Implementations
Stay ahead

Get ahead of threats like this

Mallory correlates global threat intelligence with your attack surface — know if you’re exposed before adversaries strike.

EVENT TIMELINE

How this story unfolded

25 events from the most recent confirmed update back to the earliest known activity.

25 EVENTS
Jun 8, 20264d ago

Mitiga discloses Claude Code MCP traffic hijack for OAuth token theft

Mitiga Labs disclosed a five-step supply-chain attack against Anthropic Claude Code's MCP integrations in which a malicious npm package modifies the local ~/.claude.json file to redirect MCP traffic through attacker-controlled infrastructure. The attack enables interception of persistent OAuth bearer tokens for connected SaaS services such as Jira, Confluence, and GitHub, and Mitiga said Anthropic had been notified in April 2026 but did not plan to issue a patch.

Hackers Can Hijack Claude Code MCP Traffic to Steal OAuth Tokens
Jun 1, 202611d ago

Flowise MCP ghost-commands RCE reported

Researchers reported a post-authentication remote code execution vulnerability in Flowise's MCP implementation caused by a sandboxing failure involving attacker-controlled MCP configurations. The issue can reportedly be triggered with a single click by importing a malicious chatflow before any save or run action, and the researchers said the official patch is bypassable and does not address the root cause.

Flowise’s MCP implementation can run ghost commands | InfoWorld
May 31, 202612d ago

Session hijacking flaw disclosed in MCP Toolbox SSE handler

Researchers disclosed CVE-2026-9739, a critical vulnerability in MCP Toolbox caused by a hardcoded wildcard access-control header in the Server-Sent Events handler that bypasses intended origin restrictions. The flaw can let malicious websites connect to the local server and enable session hijacking, arbitrary tool execution, open-proxy abuse, and data exfiltration from connected databases.

MCP Toolbox Vulnerability Allows Session Hijacking
May 26, 202617d ago

Microsoft patches VS Code MCP installer flaw CVE-2026-41613

Microsoft patched a Visual Studio Code vulnerability, tracked as CVE-2026-41613, that allowed malicious one-click MCP installer links to hide extra configuration fields and potentially hijack developer machines. Oasis Security said attackers could inject hidden environment variables or HTTP headers to achieve arbitrary code execution, force MCP authentication as the attacker, and persist malicious settings across editor restarts.

Microsoft Code Editor Flaw Lets Attackers Hijack Developer PCs
May 25, 202618d ago

SSRF disclosed in Anthropic mcp-server-fetch and Microsoft playwright-mcp

A public advisory disclosed SSRF vulnerabilities in Anthropic's mcp-server-fetch and Microsoft's playwright-mcp, stating that affected versions accepted arbitrary URLs without sufficient allowlisting or internal network protections. The disclosure said the flaws could be abused via prompt injection to reach internal resources such as AWS IMDS, and also described a logic bypass in mcp-server-fetch where get_prompt invoked fetch_url() without the intended autonomy check.

Full Disclosure: SSRF in Anthropic mcp-server-fetch and Microsoft playwright-mcp - publicly disclosed via GitHub issues
May 21, 202622d ago

Measurement study finds pervasive auth flaws in remote MCP servers

A research paper reported the first large-scale measurement study of authentication security in remote MCP servers, identifying 7,973 live servers and finding that 40.55% exposed tools without authentication. Among 119 testable OAuth-enabled servers, the researchers found 325 flaws affecting every server tested, reported 9 CVEs through responsible disclosure, and warned that the issues could enable information leakage and account takeover.

[2605.22333] A First Measurement Study on Authentication Security in Real-World Remote MCP Servers

Unauthenticated RCE disclosed in Windows-MCP HTTP transport

A vulnerability tracked as GHSA-VRXG-GM77-7Q5G was disclosed in a FastMCP-based Windows-MCP application, where missing authentication and insecure CORS settings allowed unauthenticated JSON-RPC requests to reach execution routines that invoked PowerShell with attacker-controlled input. Version 0.7.5 fixed the issue by requiring a bearer auth key and replacing wildcard CORS with explicitly trusted origins.

GHSA-VRXG-GM77-7Q5G: GHSA-vrxg-gm77-7q5g: Unauthenticated Remote Code Execution in Windows-MCP HTTP Transport | CVEReports
May 20, 202623d ago

VIPER-MCP study reports 106 zero-days across open-source MCP servers

Researchers presented VIPER-MCP, an automated framework for detecting and validating taint-style vulnerabilities in MCP server tool handlers that can expose sensitive sinks such as shell execution, network access, and file operations. In a scan of 39,884 open-source MCP server repositories, the study reported 106 confirmed zero-day vulnerabilities, said 67 CVEs had been assigned, and stated that all findings were responsibly disclosed to affected developers.

[2605.21392] VIPER-MCP: Detecting and Exploiting Taint-Style Vulnerabilities in Model Context Protocol Servers
May 19, 202624d ago

Unauthenticated browser control disclosed in camofox-mcp

A vulnerability tracked as GHSA-7HGR-7H44-33W2 was disclosed in camofox-mcp affecting versions before 1.13.2, where the /mcp endpoint lacks inbound authentication and relies only on rate limiting. Because the MCP server forwards requests to a protected headless browser backend using its own API key, a reachable attacker can interact with browser automation tools with server privileges, including opening tabs, visiting URLs, and extracting page content or screenshots.

GHSA-7HGR-7H44-33W2: GHSA-7HGR-7H44-33W2: Unauthenticated Browser Control via Confused Deputy in camofox-mcp | CVEReports
May 18, 202625d ago

CVE-2026-42559 disclosed in dynoxide MCP HTTP transport

A DNS rebinding and CSRF vulnerability, tracked as GHSA-FVH2-GM75-J4J7 / CVE-2026-42559, was disclosed in dynoxide when its MCP HTTP transport is enabled locally. The flaw allows attacker-hosted JavaScript to rebind a controlled domain to 127.0.0.1, send JSON-RPC requests to the local service, execute DynamoDB-compatible queries, and exfiltrate database contents because the service does not validate the Host header.

GHSA-FVH2-GM75-J4J7: CVE-2026-42559: DNS Rebinding and CSRF in Model Context Protocol (MCP) HTTP Transport | CVEReports
May 14, 202629d ago

Unauthenticated admin impersonation disclosed in MCPHub SSE endpoint

A vulnerability tracked as GHSA-WF8Q-WVV8-P8JF was disclosed in MCPHub's HTTP service that allows a network-accessible attacker to open an SSE connection to a privileged path such as /admin/sse/default and obtain an active admin sessionId without authentication. The attacker can then use that session ID to send JSON-RPC requests to the corresponding /admin/messages endpoint, enumerate tools, and interact with underlying system resources in the admin context.

GHSA-WF8Q-WVV8-P8JF: GHSA-WF8Q-WVV8-P8JF: Unauthenticated User Impersonation in MCPHub SSE Endpoint | CVEReports
May 13, 20261mo ago

Authorization bypass disclosed in Obot MCP Gateway

A vulnerability tracked as GHSA-VW82-7FV8-R6GP was disclosed in the Obot MCP Gateway that lets a low-privileged authenticated user access MCP server integrations they are not authorized to use. By sending a request to /mcp-connect/{target_mcp_id} with valid session tokens, an attacker can exploit insecure route allowlisting to connect to a target MCP server and interact with it as though they were an authorized higher-privileged user.

GHSA-VW82-7FV8-R6GP: GHSA-vw82-7fv8-r6gp: Authorization Bypass in Obot MCP Gateway via Insecure Route Configuration | CVEReports

Akamai discloses MCP database server flaws in Doris, Pinot, and Alibaba RDS

Akamai security analyst Tomer Peled disclosed three MCP server vulnerabilities affecting integrations for Apache Doris, Apache Pinot, and Alibaba RDS that could enable SQL injection, unauthorized metadata access, and possible database takeover. Apache Doris patched its issue and assigned CVE-2025-66335, Apache Pinot had an open security issue with StarTree adding OAuth support, and Alibaba reportedly declined to patch its RDS MCP flaw.

Bug hunter tracks down three serious MCP database flaws, one left unpatched
May 7, 20261mo ago

Bishop Fox discloses SSRF and token passthrough flaws in MCP servers

Bishop Fox reported that SSRF and token-passthrough patterns in MCP servers can enable credential theft, cloud compromise, and remote code execution. The research highlighted case studies in mcp-atlassian, Microsoft's MarkItDown MCP server, and OpenClaw, including an mcp-atlassian exploit chain combining SSRF with path traversal to achieve unauthenticated RCE.

Otto Support - SSRF and Token Passthrough with MCP | Bishop Fox
Apr 15, 20262mo ago

OX Security reports MCP supply-chain command execution risk

OX Security disclosed a systemic architectural weakness in Anthropic's Model Context Protocol ecosystem that it said could enable arbitrary command execution through vulnerable MCP implementations and adapters. The researchers traced the issue through GPT Researcher and LangChain's langchain-mcp-adapters to Anthropic's original modelcontextprotocol implementation, reporting successful command execution on six official services and more than 30 coordinated disclosures.

AI agents using Anthropic MCP could be a vector for supply chain attacks, claim researchers | IT Pro
Apr 10, 20262mo ago

Unauthenticated info exposure disclosed in n8n-mcp HTTP transport

A vulnerability tracked as GHSA-75HX-XJ24-MQRW was disclosed in n8n-mcp's HTTP transport, where GET /mcp and DELETE /mcp lacked equivalent authentication controls and the /health endpoint exposed sensitive diagnostic data. The issue allowed network-adjacent unauthenticated actors to obtain internal state details, including active transport session identifiers and security configuration information.

GHSA-75HX-XJ24-MQRW: GHSA-75HX-XJ24-MQRW: Unauthenticated Access and Information Exposure in n8n-mcp HTTP Transport | CVEReports
Apr 8, 20262mo ago

Authenticated SSRF disclosed in n8n-mcp multi-tenant mode

A vulnerability tracked as GHSA-4GGG-H7PH-26QR was disclosed in n8n-mcp that allows an authenticated attacker to perform server-side request forgery in multi-tenant deployments. The flaw can expose internal services and cloud metadata endpoints, potentially leaking temporary cloud credentials and enabling lateral movement if the host instance has elevated permissions.

GHSA-4GGG-H7PH-26QR: GHSA-4GGG-H7PH-26QR: Authenticated Server-Side Request Forgery in n8n-mcp Multi-Tenant Mode | CVEReports
Apr 7, 20262mo ago

CVE-2026-35568 disclosed in MCP Java SDK server transport layer

A critical DNS rebinding vulnerability, tracked as CVE-2026-35568 and GHSA-8jxr-pr72-r468, was disclosed in the MCP Java SDK server implementation. The flaw affects io.modelcontextprotocol.sdk:mcp-core before 1.0.0 and allows cross-origin JSON-RPC requests to local MCP servers due to missing origin validation, potentially leading to unauthorized actions or remote code execution depending on exposed tools.

CVE-2026-35568: CVE-2026-35568: DNS Rebinding Vulnerability in MCP Java-SDK Server Transport Layer | CVEReports
Mar 20, 20263mo ago

AgentSeal reports toxic data flows in 555 MCP servers

AgentSeal published research describing 'toxic data flows' across 555 MCP servers, indicating a broad class of insecure data-handling paths in the MCP ecosystem. The disclosure represents a separate MCP security research development from previously listed prompt hijacking, transport-layer, and authentication flaws.

555 MCP Servers Have Toxic Data Flows | AgentSeal - AgentSeal
Mar 17, 20263mo ago

Cymulate discloses EscapeRoute flaws in Anthropic MCP server

Cymulate published research on 'EscapeRoute' affecting Anthropic's MCP server, tied to CVE-2025-53109 and CVE-2025-53110. The disclosure represents a new vulnerability development in the MCP ecosystem separate from previously listed MCP implementation and architectural flaws.

CVE-2025-53109: EscapeRoute Breaks Anthropic’s MCP Server
Mar 16, 20263mo ago

File access restriction bypass disclosed in AWS API MCP

A GitHub security advisory disclosed GHSA-2cpp-j2fc-qhp7 in awslabs/mcp, describing a file access restriction bypass in the AWS API MCP project. The issue represents a separate MCP vulnerability development affecting AWS-related tooling.

AWS API MCP File Access Restriction Bypass · Advisory · awslabs/mcp · GitHub
Oct 22, 20258mo ago

CVE-2025-6515 highlighted in oatpp-mcp implementation

JFrog identified CVE-2025-6515 in oatpp-mcp, the MCP implementation for the Oat++ C++ web framework, as a concrete example of the prompt hijacking weakness. In the demonstrated attack, adversaries could pre-generate session IDs, wait for them to be reassigned to legitimate clients, and then send malicious requests that the server would treat as coming from the victim.

JFrog discloses prompt hijacking risk in MCP workflows

JFrog researchers warned that Model Context Protocol (MCP) workflows can be vulnerable to a prompt injection technique they call prompt hijacking, caused by predictable or reusable session IDs in MCP server implementations. The issue can let attackers inject malicious prompts into legitimate MCP communications without compromising the underlying model.

Jun 13, 20251y ago

Unauthenticated RCE disclosed in MCP Inspector proxy server

A GitHub security advisory disclosed GHSA-7f8r-222p-6f5g in the npm package @modelcontextprotocol/inspector, affecting versions before 0.14.1. The flaw stems from missing authentication between the Inspector client and proxy, allowing unauthenticated requests to launch MCP commands over stdio and potentially achieve arbitrary code execution; users were advised to upgrade to 0.14.1 or later.

Inspector proxy server vulnerabilities · Advisory · modelcontextprotocol/inspector · GitHub
May 26, 20251y ago

GitHub MCP exploitation reported to access private repositories

A report described exploitation involving GitHub's MCP integration that enabled access to private repositories via MCP. This appears to be a distinct MCP security development affecting GitHub-related tooling and predates the previously listed June 2025 MCP Inspector disclosure.

GitHub MCP Exploited: Accessing private repositories via MCP
The operational view lives in Mallory

See the full picture, correlated to your attack surface.

This page covers what’s public. Mallory adds the parts that aren’t — which of your assets are affected, which threat actors are using it right now, which detections to deploy, and what to do next.
Exposure mapping

Map indicators from this story to your assets and identify affected systems in minutes.

Threat actor evidence

Every observed campaign, victim, and pivot linked to actors named in this story.

Associated malware

Malware, exploits, and IOCs connected to the activity described here.

Detection signatures

YARA, Sigma, and Snort rules deployed to your SIEM as soon as they’re published.

Scheduled alerts

Get matching new stories delivered to your team as they break — not the next morning.

AI threads

Ask questions about this story and take action on the answers.

Security Vulnerabilities in Model Context Protocol (MCP) Implementations | Mallory