Ad

CVE-2026-35577

HIGH CVSS 3.1: 8.1 EPSS 0.02%
Updated Apr 17, 2026
Apollographql
Parameter Value
CVSS 8.1 (HIGH)
Affected Versions before 1.7.0
Fixed In 1.7.0
Type CWE-346 (Origin Validation Error)
Vendor Apollographql
Public PoC No

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.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
None
No privileges needed
User Interaction
Required
User action required

Impact Assessment

Confidentiality
High
Complete data leak
Integrity
High
Complete data modification
Availability
None
No disruption

CVSS Vector v3.1

Vulnerable Products 1

Configuration From (including) Up to (excluding)
Apollographql Apollo_Mcp_Server
cpe:2.3:a:apollographql:apollo_mcp_server:*:*:*:*:*:*:*:*
1.7.0

Related Vulnerabilities