CVE-2026-35577: Missing Host Header Validation in Apollo MCP Server for Localhost Deployments
Apollo MCP Server is a Model Context Protocol server that exposes GraphQL operations as MCP tools. Prior to version 1.7.0, the Apollo MCP Server did not validate the Host header on incoming HTTP requests when using StreamableHTTP transport. In configurations where an HTTP-based MCP server is run on localhost without additional authentication or network-level controls, this could potentially allow a malicious website—visited by a user running the server locally—to use DNS rebinding techniques to bypass same-origin policy restrictions and issue requests to the local MCP server. If successfully exploited, this could allow an attacker to invoke tools or access resources exposed by the MCP server on behalf of the local user. This issue is limited to HTTP-based transport modes (StreamableHTTP). It does not affect servers using stdio transport. The practical risk is further reduced in deployments that use authentication, network-level access controls, or are not bound to localhost. This vulnerability is fixed in 1.7.0.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-35577?
The severity of CVE-2026-35577 is classified as high due to missing Host header validation.
How do I fix CVE-2026-35577?
To fix CVE-2026-35577, upgrade Apollo MCP Server to version 1.7.0 or later.
What does CVE-2026-35577 affect?
CVE-2026-35577 affects Apollo MCP Server versions prior to 1.7.0 with vulnerabilities in Host header validation.
What kind of attacks can CVE-2026-35577 lead to?
CVE-2026-35577 can lead to host header attacks, potentially exploiting unvalidated requests.
Is CVE-2026-35577 relevant for localhost deployments?
Yes, CVE-2026-35577 specifically impacts localhost deployments of the Apollo MCP Server.