CVE-2025-9611: Microsoft Playwright MCP Server < 0.0.40 DNS Rebinding via Missing Origin Header Validation
Microsoft Playwright MCP Server versions prior to 0.0.40 fails to validate the Origin header on incoming connections. This allows an attacker to perform a DNS rebinding attack via a victim’s web browser and send unauthorized requests to a locally running MCP server, resulting in unintended invocation of MCP tool endpoints.
Security readout for executives and security teams
Plain-English summary
Older Microsoft Playwright MCP Server releases could accept browser-driven requests without validating the Origin header. A malicious website could use DNS rebinding to reach a victim’s local MCP server and trigger MCP tool endpoints without authorization.
Executive priority
Treat as high priority for developer security. The likely blast radius depends on what MCP tools can do in affected environments, especially file, browser, or automation actions.
Technical view
Versions before 0.0.40 fail to validate Origin on incoming connections. With user browser interaction, DNS rebinding can target a locally running MCP server and cause unintended invocation of tool endpoints. CVSS v4.0 score is 7.2 high.
Likely exposure
Primarily developer workstations, test systems, or automation environments running Microsoft Playwright MCP Server before 0.0.40 locally while users browse attacker-controlled content.
Exploitation context
The bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires a victim browser and a locally running vulnerable MCP server reachable through DNS rebinding.
Researcher notes
Focus validation on local MCP server exposure and version state. Avoid assuming internet-facing exposure; the described path is browser-mediated DNS rebinding against a local service. Exploit evidence is not established in the provided sources.
Mitigation direction
Upgrade Microsoft Playwright MCP Server to 0.0.40 or later.
Review the GitHub advisory and patch commit for vendor guidance.
Stop local MCP server instances when not actively needed.
Prioritize environments where MCP tools can affect files, browsers, credentials, or automation workflows.
Validation and detection
Inventory Playwright MCP Server versions across developer and CI environments.
Confirm no running instances are below version 0.0.40.
Verify deployed builds include the Origin validation patch.
Review local MCP activity for unexpected tool endpoint invocations.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-749: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-749 · source CWE mapping
Exposed Dangerous Method or Function
Exposed Dangerous Method or Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.