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
    • 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-2021-37980

CVE-2021-37980: Google Chrome Auth Bypass Vulnerability

CVE-2021-37980 is an auth bypass flaw in Google Chrome's Sandbox that enables attackers to potentially bypass site isolation via Windows. This article covers technical details, affected versions, and mitigation.

Updated: May 16, 2026

CVE-2021-37980 Overview

CVE-2021-37980 is a high-severity vulnerability in Google Chrome on Windows prior to version 94.0.4606.81. The flaw resides in Chrome's sandbox implementation and allows a remote attacker to potentially bypass site isolation. Exploitation requires user interaction, typically by convincing a victim to visit a crafted web page. Site isolation is a foundational browser security boundary that separates content from different origins into distinct processes. Bypassing it weakens the protection against cross-origin data theft and Spectre-class side-channel attacks. Google addressed the issue in the Chrome 94 stable channel update, and downstream distributions including Debian and Fedora published corresponding security advisories.

Critical Impact

A remote attacker can bypass Chrome's site isolation boundary on Windows through a crafted page, weakening cross-origin process separation and exposing users to data leakage across sites.

Affected Products

  • Google Chrome prior to 94.0.4606.81 on Microsoft Windows
  • Debian Linux 10 and 11 (chromium package)
  • Fedora 33 (chromium package)

Discovery Timeline

  • 2021-11-02 - CVE-2021-37980 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-37980

Vulnerability Analysis

The vulnerability is classified as an inappropriate implementation in Chrome's Sandbox component on Windows. Chrome's multi-process architecture relies on site isolation to render content from different sites in separate renderer processes. Site isolation depends on the operating system sandbox to enforce that a compromised or malicious renderer cannot access resources belonging to another origin. CVE-2021-37980 indicates a logic flaw in how the Windows sandbox enforced these boundaries, permitting a remote attacker to weaken or bypass the isolation guarantee. The vulnerability does not directly grant code execution or integrity impact, but it removes a defense-in-depth layer that protects users against companion bugs such as renderer exploits and transient-execution side channels.

Root Cause

The root cause is documented as an inappropriate implementation in the Windows sandbox layer of Chrome 94 and earlier. The NVD entry maps the issue to NVD-CWE-noinfo, and Google has not disclosed exploitation specifics through the public Chromium bug tracker entry crbug.com/1254631, which remains restricted. Inappropriate implementation in this context generally refers to a design or enforcement gap rather than memory corruption, meaning a legitimate code path failed to uphold an expected security invariant.

Attack Vector

Exploitation requires the victim to load attacker-controlled content in Chrome on Windows. The CVSS metrics indicate a network-reachable attack with low complexity, no privileges, and required user interaction, with a scope change reflecting the cross-origin boundary impact. A successful bypass undermines the same-site process boundary, enabling techniques that would otherwise be blocked by site isolation. No public proof-of-concept, exploit module, or evidence of in-the-wild use has been published, and the CVE is not listed in the CISA Known Exploited Vulnerabilities catalog.

No verified exploit code is publicly available for this vulnerability. For technical context, refer to the Google Chrome Stable Update advisory and Chrome Bug Report #1254631.

Detection Methods for CVE-2021-37980

Indicators of Compromise

  • No public indicators of compromise have been associated with CVE-2021-37980, as Google has not disclosed observed exploitation.
  • Outdated Chrome installations reporting a version string below 94.0.4606.81 on Windows endpoints are the primary detectable risk signal.

Detection Strategies

  • Inventory installed Chrome versions across managed endpoints and flag any host running Chrome below 94.0.4606.81.
  • Monitor renderer process behavior for anomalous cross-origin resource access patterns that would normally be blocked by site isolation.
  • Correlate browser version telemetry with web proxy logs to identify users browsing untrusted content from vulnerable Chrome builds.

Monitoring Recommendations

  • Enable browser update telemetry and alert when endpoints fail to receive Chrome stable channel updates within standard SLAs.
  • Track Windows process trees originating from chrome.exe for unexpected child processes or token manipulation attempts.
  • Ingest endpoint and browser telemetry into a centralized data lake to support retrospective hunting if new exploitation details become public.

How to Mitigate CVE-2021-37980

Immediate Actions Required

  • Update Google Chrome to 94.0.4606.81 or later on all Windows endpoints through enterprise update channels or Group Policy.
  • For Debian 10 and 11 systems, apply the chromium package update referenced in Debian Security Advisory DSA-5046.
  • For Fedora 33 systems, apply the chromium update described in the Fedora Package Announcement.
  • Verify that Chrome auto-update is enabled and not blocked by endpoint policy or network egress restrictions.

Patch Information

Google released the fix in the Chrome stable channel update on Windows, Mac, and Linux. Windows users must be on 94.0.4606.81 or later. See the Google Chrome Stable Update advisory for full release notes. Linux distribution maintainers shipped corresponding chromium package updates through Debian and Fedora channels.

Workarounds

  • No vendor-supplied workaround exists. Patching to Chrome 94.0.4606.81 or later is the supported remediation.
  • As an interim control, restrict browsing to trusted sites on unpatched Windows endpoints using URL filtering at the web proxy.
  • Enforce least-privilege user accounts on Windows to reduce the impact of any companion vulnerability that might be chained with a sandbox bypass.
bash
# Verify installed Chrome version on Windows (PowerShell)
(Get-Item "$Env:ProgramFiles\Google\Chrome\Application\chrome.exe").VersionInfo.ProductVersion

# Verify chromium version on Debian/Fedora
chromium --version

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 Score7.4

  • EPSS Probability0.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Fedora Package Announcement

  • Debian Security Advisory DSA-5046
  • Vendor Resources
  • Google Chrome Stable Update

  • Chrome Bug Report #1254631
  • Related CVEs
  • CVE-2026-7952: Google Chrome Auth Bypass Vulnerability

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

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

  • CVE-2026-7968: 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