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-2026-3941

CVE-2026-3941: Google Chrome Auth Bypass Vulnerability

CVE-2026-3941 is an authentication bypass flaw in Google Chrome DevTools that allows attackers to bypass navigation restrictions via crafted HTML. This article covers the technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2026-3941 Overview

CVE-2026-3941 is a policy enforcement weakness in the DevTools component of Google Chrome before version 146.0.7680.71. The flaw allows a remote attacker to bypass navigation restrictions by serving a crafted HTML page to a targeted user. Chromium classifies the underlying severity as Low, while NVD assigns a medium rating based on the CVSS v3.1 vector. The issue is tracked under CWE-602: Client-Side Enforcement of Server-Side Security and affects Chrome installations on Windows, macOS, and Linux.

Critical Impact

A remote attacker can bypass DevTools navigation restrictions through a crafted HTML page, undermining browser-side policy controls that constrain where users and tools can navigate.

Affected Products

  • Google Chrome prior to 146.0.7680.71
  • Microsoft Windows (Chrome desktop builds)
  • Apple macOS and Linux (Chrome desktop builds)

Discovery Timeline

  • 2026-03-11 - CVE-2026-3941 published to NVD
  • 2026-03-13 - Last updated in NVD database
  • 2026-03-10 - Google publishes Stable Channel update for desktop covering this issue (Chrome Releases blog)

Technical Details for CVE-2026-3941

Vulnerability Analysis

The vulnerability resides in Chrome's DevTools front-end, which enforces navigation policy on the client side. When DevTools fails to consistently validate navigation requests originating from page content, an attacker-controlled HTML document can drive the browser to destinations that policy should otherwise block. The result is a navigation restriction bypass with limited integrity impact and no direct effect on confidentiality or availability.

Exploitation requires user interaction. A victim must load the attacker's crafted page, typically through a link or embedded resource. Because Chrome is widely deployed across Windows, macOS, and Linux, any unpatched endpoint with an active user is a candidate target. No public proof-of-concept is listed, and the issue is not present on the CISA Known Exploited Vulnerabilities catalog.

Root Cause

The defect maps to [CWE-602], which describes security decisions enforced only on the client. DevTools relies on front-end checks to constrain navigation between privileged and unprivileged contexts. A crafted page can manipulate these checks, allowing navigation flows that the policy was meant to deny. See the Chromium Issue Tracker Entry for the upstream tracking record.

Attack Vector

The attack vector is network-based and requires the user to render attacker-controlled HTML in a Chrome instance that has DevTools functionality reachable through the targeted code path. The attacker hosts a crafted page, lures the victim to visit it, and the page triggers a navigation that bypasses DevTools restrictions. No authentication and no elevated privileges are required on the victim's side.

No verified exploitation code is available for this issue. Refer to the Chromium Issue Tracker Entry and the Chrome Releases advisory for the authoritative technical record.

Detection Methods for CVE-2026-3941

Indicators of Compromise

  • Chrome process versions reporting below 146.0.7680.71 across managed endpoints.
  • Browser telemetry showing unexpected DevTools-initiated navigations to non-standard or chrome:// style targets following user visits to untrusted pages.
  • Web proxy logs recording user navigation to unfamiliar HTML pages immediately preceding anomalous browser behavior.

Detection Strategies

  • Inventory installed Chrome versions and flag any build older than 146.0.7680.71 as exposed to CVE-2026-3941.
  • Correlate browser navigation events with proxy and DNS telemetry to surface suspicious page loads that immediately trigger policy-restricted destinations.
  • Hunt for crafted HTML pages delivered via phishing campaigns by reviewing email gateway and URL filtering logs for newly seen domains hosting interactive HTML payloads.

Monitoring Recommendations

  • Continuously monitor endpoint software inventory for Chrome version drift to ensure patched builds are deployed and remain in place.
  • Forward browser, proxy, and EDR telemetry into a centralized analytics platform to enable cross-source correlation of navigation anomalies.
  • Track Google Chrome Releases advisories and Chromium issue updates to detect related follow-on disclosures affecting DevTools policy enforcement.

How to Mitigate CVE-2026-3941

Immediate Actions Required

  • Update Google Chrome to version 146.0.7680.71 or later on all Windows, macOS, and Linux endpoints.
  • Enforce automatic browser updates through enterprise policy to close the window for unpatched installations.
  • Restrict user navigation to untrusted external pages by tightening URL filtering and email link protection rules.
  • Remind users not to interact with unsolicited links, since exploitation requires the victim to load a crafted HTML page.

Patch Information

Google addressed CVE-2026-3941 in the Chrome Stable Channel release 146.0.7680.71. Deployment details are documented in the Stable Channel Update for Desktop. The corresponding upstream record is available at the Chromium Issue Tracker Entry.

Workarounds

  • Disable or restrict DevTools access for managed users through the DeveloperToolsAvailability enterprise policy where business workflows allow.
  • Block known malicious or newly registered domains at the web proxy to limit exposure to crafted HTML lures.
  • Apply browser hardening baselines, including SmartScreen or Safe Browsing equivalents, to reduce the likelihood of users reaching attacker-controlled pages.
bash
# Configuration example: enforce Chrome auto-update and disable DevTools via enterprise policy
# Windows (Group Policy registry path)
reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v DeveloperToolsAvailability /t REG_DWORD /d 2 /f

# macOS (plist)
defaults write com.google.Chrome DeveloperToolsAvailability -int 2

# Linux (managed policy JSON at /etc/opt/chrome/policies/managed/chrome-policy.json)
{
  "DeveloperToolsAvailability": 2
}

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

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-602
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Chrome Blog Update
  • Related CVEs
  • CVE-2026-9115: Google Chrome Auth Bypass Vulnerability

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

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

  • CVE-2026-7966: Google Chrome Auth Bypass 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