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-37975

CVE-2021-37975: Google Chrome Use After Free Vulnerability

CVE-2021-37975 is a use after free vulnerability in Google Chrome's V8 engine that enables remote attackers to exploit heap corruption through malicious HTML pages. This article covers technical details, affected versions, and mitigations.

Updated: May 16, 2026

CVE-2021-37975 Overview

CVE-2021-37975 is a use-after-free vulnerability in the V8 JavaScript engine used by Google Chrome versions prior to 94.0.4606.71. A remote attacker can exploit heap corruption by serving a crafted HTML page to a victim browser, potentially leading to arbitrary code execution within the renderer process. The flaw is tracked under CWE-416 and was added to the CISA Known Exploited Vulnerabilities catalog, confirming in-the-wild exploitation. The vulnerability affects Google Chrome, Fedora, and Debian distributions that ship the vulnerable Chromium codebase.

Critical Impact

Successful exploitation enables remote heap corruption in V8, allowing attackers to execute arbitrary code in the browser context after a user visits a malicious page.

Affected Products

  • Google Chrome prior to 94.0.4606.71
  • Fedora 33, 34, and 35
  • Debian Linux 10 and 11

Discovery Timeline

  • 2021-10-08 - CVE-2021-37975 published to NVD
  • 2025-10-24 - Last updated in NVD database
  • CISA KEV - Listed as a Known Exploited Vulnerability by CISA

Technical Details for CVE-2021-37975

Vulnerability Analysis

The vulnerability resides in V8, the JavaScript and WebAssembly engine that powers Chromium-based browsers. A use-after-free condition occurs when V8 retains a reference to a heap object after that object has been freed. Subsequent operations on the dangling reference allow an attacker to corrupt the V8 heap.

Because V8 manages JavaScript objects with complex lifecycle and garbage collection semantics, an attacker who can influence object allocation and freeing through scripted page content can groom the heap. Crafted JavaScript on a malicious HTML page triggers the freed-object reuse path and steers execution toward attacker-controlled data.

Root Cause

The root cause is improper object lifetime management inside V8 [CWE-416]. When an internal handle or pointer references an object that has already been released, V8 reuses memory that the attacker can repopulate with controlled values. Treating the freed memory as a valid object leads to type confusion or pointer corruption inside the engine.

Attack Vector

Exploitation requires a victim to load attacker-controlled HTML and JavaScript in a vulnerable Chrome build. Delivery mechanisms include phishing links, malvertising, watering-hole sites, and compromised legitimate domains. No authentication is required, and only user interaction in the form of page navigation is needed. Refer to the Packet Storm report and Chromium bug 1252918 for engine-level details.

No verified public proof-of-concept code is reproduced here. The vulnerability is described in prose; consult the upstream advisories for technical specifics.

Detection Methods for CVE-2021-37975

Indicators of Compromise

  • Chrome renderer processes crashing with heap corruption signatures shortly after visiting an untrusted page.
  • Spawning of unexpected child processes from chrome.exe or the Chromium renderer, especially shell or scripting hosts.
  • Outbound connections to newly registered or low-reputation domains immediately following browser activity.
  • Browser binaries running at vulnerable versions below 94.0.4606.71 on managed endpoints.

Detection Strategies

  • Inventory installed Chrome and Chromium-derived browser versions and flag any build older than 94.0.4606.71.
  • Correlate browser process crashes with subsequent process creation, file write, or network events to identify post-exploitation behavior.
  • Hunt for renderer-spawned LOLBins such as powershell.exe, cmd.exe, wscript.exe, or rundll32.exe.
  • Monitor for anomalous in-memory code patterns originating from V8 sandboxed renderer processes.

Monitoring Recommendations

  • Forward endpoint browser telemetry, including process lineage and module loads, into a SIEM for retrospective hunting.
  • Track navigation logs from web proxies and DNS resolvers for traffic to known exploit-hosting infrastructure tied to CISA KEV reporting.
  • Alert on Chrome auto-update failures so out-of-date browsers do not silently persist in the environment.

How to Mitigate CVE-2021-37975

Immediate Actions Required

  • Update Google Chrome to version 94.0.4606.71 or later on all managed endpoints.
  • Patch downstream Chromium-based distributions using Debian Security Advisory DSA-5046 and the corresponding Fedora package announcements.
  • Restart browser sessions after patch deployment to ensure the vulnerable V8 module is unloaded.
  • Verify compliance against the CISA KEV listing given confirmed in-the-wild exploitation.

Patch Information

Google fixed the vulnerability in the stable channel release announced in the Chrome Releases blog. The fix shipped in Chrome 94.0.4606.71. Debian addressed the issue in the chromium package via DSA-5046, and Fedora published updated chromium builds for Fedora 33, 34, and 35.

Workarounds

  • Enforce Chrome auto-update through enterprise policy to prevent version drift.
  • Restrict browsing to trusted domains via web proxy categorization for hosts that cannot be patched immediately.
  • Disable JavaScript on high-risk endpoints until patching completes, accepting reduced functionality.
  • Isolate browsing activity in remote browser isolation or virtualized environments for sensitive users.
bash
# Verify Chrome version on Linux endpoints
google-chrome --version

# Update Chromium on Debian/Ubuntu
sudo apt-get update && sudo apt-get install --only-upgrade chromium

# Update Chromium on Fedora
sudo dnf upgrade --refresh chromium

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability62.98%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-416
  • Technical References
  • Packet Storm Security Report

  • Google Chrome Update Announcement

  • Chromium Bug Tracker Issue

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Debian Security Advisory DSA-5046

  • CISA Known Exploited Vulnerability
  • Related CVEs
  • CVE-2026-7956: Google Chrome Use After Free Vulnerability

  • CVE-2026-7970: Google Chrome Use After Free Vulnerability

  • CVE-2026-7897: Google Chrome Use After Free Vulnerability

  • CVE-2026-7898: Google Chrome Use-After-Free 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