A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-9611

CVE-2025-9611: Microsoft Playwright MCP Server CSRF Flaw

CVE-2025-9611 is a CSRF vulnerability in Microsoft Playwright MCP Server that enables DNS rebinding attacks via web browsers. Attackers can send unauthorized requests to local MCP servers. This article covers affected versions, impact, and mitigations.

Updated: May 19, 2026

CVE-2025-9611 Overview

CVE-2025-9611 affects Microsoft Playwright Model Context Protocol (MCP) Server versions prior to 0.0.40. The server fails to validate the Origin header on incoming connections. This omission allows an attacker to perform a Domain Name System (DNS) rebinding attack through a victim's web browser. By rebinding a malicious domain to the loopback interface, the attacker can send unauthorized requests to a locally running MCP server. Successful exploitation results in unintended invocation of MCP tool endpoints exposed by Playwright. The flaw is categorized under [CWE-749: Exposed Dangerous Method or Function].

Critical Impact

An attacker who lures a victim to a malicious web page can invoke MCP tool endpoints on the victim's locally bound Playwright MCP server, leading to browser automation abuse and integrity impact on the host.

Affected Products

  • Microsoft Playwright MCP Server versions prior to 0.0.40
  • Local developer environments running the Playwright MCP server bound to localhost
  • AI agent toolchains that integrate Playwright MCP for browser automation

Discovery Timeline

  • 2026-01-07 - CVE-2025-9611 published to the National Vulnerability Database (NVD)
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-9611

Vulnerability Analysis

The Playwright MCP Server exposes tool endpoints over an HTTP transport intended for local use. Without Origin header validation, the server accepts requests originating from arbitrary web contexts. An attacker hosts a page on a domain they control and instructs the victim's browser to make requests to that domain. Once the page loads, the attacker's DNS server rebinds the domain to 127.0.0.1, the address the MCP server listens on. The browser, still treating the origin as same-site, issues authenticated requests to the local MCP server. The server processes those requests because it does not check the Origin header against an allowlist of trusted hosts.

Root Cause

The root cause is missing host and origin validation in the MCP HTTP transport layer. The configuration surface did not provide an allowed-hosts mechanism, so requests arriving with attacker-controlled Host and Origin headers were processed identically to legitimate local requests. This violates the security model of loopback-bound services, which assume the browser same-origin policy isolates them from remote attackers.

Attack Vector

Exploitation requires user interaction. A victim must visit an attacker-controlled web page while the Playwright MCP server is running locally. The attack proceeds over the network through the victim's browser. Once the DNS rebinding completes, the attacker invokes any MCP tool endpoint, including browser navigation, screenshot capture, and script execution primitives exposed by Playwright.

typescript
// Security patch in packages/playwright/src/mcp/browser/config.ts
 type ViewportSize = { width: number; height: number };
 
 export type CLIOptions = {
+  allowedHosts?: string[];
   allowedOrigins?: string[];
   blockedOrigins?: string[];
   blockServiceWorkers?: boolean;

Source: GitHub Commit 1313fbd

The patch introduces an allowedHosts configuration option. The accompanying type definition documents its purpose as DNS rebinding protection rather than Cross-Origin Resource Sharing (CORS):

typescript
// Security patch in packages/playwright/src/mcp/config.d.ts
      * The host to bind the server to. Default is localhost. Use 0.0.0.0 to bind to all interfaces.
      */
     host?: string;
+
+    /**
+     * The hosts this server is allowed to serve from. Defaults to the host server is bound to.
+     * This is not for CORS, but rather for the DNS rebinding protection.
+     */
+    allowedHosts?: string[];
   },

Source: GitHub Commit 1313fbd

Detection Methods for CVE-2025-9611

Indicators of Compromise

  • Inbound HTTP requests to the Playwright MCP listener with Host headers that do not match localhost or 127.0.0.1
  • MCP tool invocations originating from browser sessions that were not initiated by the developer or agent runtime
  • Unexpected outbound browser automation activity such as navigation, screenshots, or script evaluation initiated through the MCP endpoint

Detection Strategies

  • Inspect MCP server logs for requests where the Origin header references an external domain rather than a trusted local context
  • Correlate developer workstation process telemetry showing the Playwright MCP process accepting connections while a browser is rendering an untrusted site
  • Hunt for short-TTL DNS responses resolving external hostnames to 127.0.0.1 or RFC1918 addresses on developer endpoints

Monitoring Recommendations

  • Enable verbose request logging on the Playwright MCP server to capture Host, Origin, and Referer headers for each connection
  • Alert on any process binding to MCP ports while running a Playwright version below 0.0.40
  • Track DNS resolutions on engineering endpoints for rebinding patterns where a single domain returns both public and loopback addresses

How to Mitigate CVE-2025-9611

Immediate Actions Required

  • Upgrade Microsoft Playwright MCP Server to version 0.0.40 or later on all developer workstations and CI runners
  • Configure the allowedHosts option introduced in the patch to restrict accepted Host header values
  • Stop running the Playwright MCP server while browsing untrusted web content until the upgrade is applied

Patch Information

Microsoft released the fix in Playwright commit 1313fbd, which adds an allowedHosts configuration field to the MCP transport. The patch enforces validation of the inbound Host header against the configured allowlist, blocking requests delivered through DNS rebinding. Review the GitHub Security Advisory GHSA-8rgw-6xp9-2fg3 and the VulnCheck Advisory on DNS Rebinding for additional technical context.

Workarounds

  • Bind the MCP server exclusively to 127.0.0.1 and block external DNS lookups from resolving to loopback using local host firewall rules
  • Run the Playwright MCP server only during active automation sessions and terminate the process when finished
  • Use a reverse proxy in front of the MCP server that enforces Host header validation against a static allowlist
bash
# Configuration example: restrict Playwright MCP to validated hosts after upgrading to 0.0.40
npx @playwright/mcp@latest \
  --host 127.0.0.1 \
  --port 8931 \
  --allowed-hosts 127.0.0.1,localhost

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMicrosoft Playwright

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:H/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityHigh
  • CWE References
  • CWE-749
  • Technical References
  • GitHub Security Advisory

  • GitHub Commit Update

  • VulnCheck Advisory on DNS Rebinding
  • Latest CVEs
  • CVE-2025-11956: OBS Student Affairs System XSS Flaw

  • CVE-2026-49199: Acer Predator Connect W6x Firmware RCE Flaw

  • CVE-2026-46344: Openquantumsafe Liboqs DOS Vulnerability

  • CVE-2026-44518: Openquantumsafe Liboqs DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English