The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-9866

CVE-2025-9866: Google Chrome Auth Bypass Vulnerability

CVE-2025-9866 is an authentication bypass flaw in Google Chrome Extensions that allows attackers to bypass content security policy via crafted HTML. This article covers technical details, affected versions, and mitigations.

Published: April 1, 2026

CVE-2025-9866 Overview

CVE-2025-9866 is a high-severity vulnerability in the Extensions component of Google Chrome prior to version 140.0.7339.80. This inappropriate implementation flaw allows a remote attacker to bypass Content Security Policy (CSP) protections via a crafted HTML page. CSP bypass vulnerabilities are particularly dangerous as they undermine a critical browser security mechanism designed to prevent cross-site scripting (XSS) and other code injection attacks.

Critical Impact

Remote attackers can bypass Content Security Policy protections, potentially enabling the execution of malicious scripts and compromising the integrity of web applications that rely on CSP as a defense mechanism.

Affected Products

  • Google Chrome versions prior to 140.0.7339.80
  • Chromium-based browsers using the affected Extensions component
  • All desktop platforms running vulnerable Chrome versions

Discovery Timeline

  • 2025-09-03 - CVE-2025-9866 published to NVD
  • 2025-09-04 - Last updated in NVD database

Technical Details for CVE-2025-9866

Vulnerability Analysis

This vulnerability stems from an inappropriate implementation within Chrome's Extensions framework (CWE-693: Protection Mechanism Failure). The flaw allows attackers to craft malicious HTML pages that circumvent Content Security Policy restrictions, which are designed to specify which dynamic resources (scripts, stylesheets, etc.) are permitted to load and execute within a web page context.

When exploited, this vulnerability can defeat CSP protections that web applications rely upon to prevent code injection attacks. The attack requires user interaction—specifically, a victim must navigate to or load a malicious HTML page crafted by the attacker. The impact is significant, affecting the confidentiality, integrity, and availability of the browser session and potentially any web applications the user interacts with.

Root Cause

The root cause is classified as CWE-693 (Protection Mechanism Failure). The Extensions component in affected Chrome versions improperly handles certain conditions that should be governed by Content Security Policy enforcement. This inappropriate implementation creates a path through which attackers can bypass the intended security restrictions, effectively nullifying the CSP protections that web developers rely upon to secure their applications.

Attack Vector

The attack is network-based and requires user interaction. An attacker must convince a victim to visit a malicious webpage containing specially crafted HTML content. The crafted page exploits the Extensions implementation flaw to bypass CSP restrictions, potentially allowing:

  • Execution of inline scripts that should be blocked by CSP
  • Loading of external resources from unauthorized origins
  • Circumvention of script-src, object-src, or other CSP directives
  • Potential for secondary attacks such as session hijacking or credential theft

The vulnerability mechanism involves the Extensions API improperly processing or validating content in a way that bypasses CSP enforcement. For full technical details, refer to the Chromium Issue Tracker Entry.

Detection Methods for CVE-2025-9866

Indicators of Compromise

  • Unusual script execution patterns that violate the expected CSP policy on protected web pages
  • Browser console warnings or errors related to CSP violations that succeed when they should fail
  • Unexpected network requests to external domains from pages with strict CSP policies
  • Signs of malicious browser extensions or suspicious extension behavior

Detection Strategies

  • Monitor browser version inventory across the organization to identify systems running Chrome versions prior to 140.0.7339.80
  • Implement endpoint detection rules to flag execution of Chrome versions vulnerable to CVE-2025-9866
  • Review web application logs for anomalous CSP violation reports that indicate bypass attempts
  • Deploy network monitoring to detect connections to known malicious domains that may host exploit pages

Monitoring Recommendations

  • Enable Chrome's CSP violation reporting to capture and analyze policy bypass attempts
  • Configure endpoint detection and response (EDR) solutions to monitor for suspicious browser behavior
  • Implement web content filtering to block access to known malicious pages attempting exploitation
  • Establish baseline browser version policies and alert on non-compliant installations

How to Mitigate CVE-2025-9866

Immediate Actions Required

  • Update Google Chrome to version 140.0.7339.80 or later immediately across all managed endpoints
  • Enable automatic updates for Chrome to ensure timely deployment of security patches
  • Notify users of the vulnerability and instruct them to verify their browser version
  • Prioritize updating systems with elevated exposure, such as those used for financial or sensitive operations

Patch Information

Google has addressed this vulnerability in Chrome version 140.0.7339.80. The fix corrects the inappropriate implementation in the Extensions component to properly enforce Content Security Policy restrictions. For detailed release information, see the Google Chrome Release Update.

Organizations should deploy this update through their standard patch management processes, prioritizing internet-facing and user-interactive systems. The Chromium Issue Tracker Entry provides additional technical context about the fix.

Workarounds

  • Limit browsing to trusted websites until the patch can be applied
  • Disable or restrict browser extensions that are not essential to reduce attack surface
  • Implement network-level URL filtering to block known malicious domains
  • Consider using browser isolation solutions to contain potential exploitation attempts
bash
# Verify Chrome version on Linux/macOS
google-chrome --version
# Expected output: Google Chrome 140.0.7339.80 or later

# Force Chrome update check (requires restart)
# Navigate to: chrome://settings/help
# Or launch with: google-chrome --check-for-update-interval=1

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-693
  • Technical References
  • Google Chrome Release Update

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-5911: Google Chrome Policy Bypass Vulnerability

  • CVE-2026-5919: Google Chrome WebSockets SOP Bypass Flaw

  • CVE-2026-5903: Google Chrome Auth Bypass Vulnerability

  • CVE-2026-5901: Google Chrome Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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