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

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

CVE-2021-21201 is a use after free vulnerability in Google Chrome's permissions component that enables sandbox escape attacks. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-21201 Overview

CVE-2021-21201 is a use-after-free vulnerability in the permissions component of Google Chrome prior to version 90.0.4430.72. This memory corruption flaw allows a remote attacker who has already compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. The vulnerability represents a significant security risk as it enables attackers to break out of Chrome's sandbox isolation, potentially gaining broader system access.

Critical Impact

An attacker who has compromised Chrome's renderer process can exploit this use-after-free vulnerability to escape the browser sandbox, potentially achieving arbitrary code execution outside of the sandboxed environment and compromising the underlying system.

Affected Products

  • Google Chrome versions prior to 90.0.4430.72
  • Debian Linux 10.0
  • Fedora 32, 33, and 34

Discovery Timeline

  • April 14, 2021 - Google releases security patch in Chrome 90.0.4430.72
  • April 26, 2021 - CVE-2021-21201 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-21201

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption issue that occurs when a program continues to reference memory after it has been freed. In the context of Google Chrome's permissions system, the vulnerability arises from improper memory management where freed memory objects are subsequently accessed.

The permissions component in Chromium handles various browser permission requests including geolocation, camera, microphone, and notifications. When the underlying memory management fails to properly track object lifecycles, it creates an exploitable condition. The use-after-free condition can be triggered through specific interactions with the permissions system via a malicious HTML page.

What makes this vulnerability particularly dangerous is its role as a sandbox escape vector. Chrome employs a multi-process architecture where web content runs in sandboxed renderer processes with limited system access. An attacker who can exploit CVE-2021-21201 after compromising the renderer can potentially escape this sandbox, bypassing Chrome's security isolation and gaining access to the broader system with the privileges of the Chrome process.

Root Cause

The root cause of CVE-2021-21201 lies in improper lifecycle management of memory objects within Chrome's permissions handling code. When certain permission-related operations are performed in a specific sequence, the code continues to reference memory that has already been deallocated. This dangling pointer situation creates an exploitable condition where an attacker can manipulate the freed memory to gain control of program execution.

The vulnerability specifically affects how Chrome manages permission request objects and their associated data structures. When these objects are freed prematurely or when references to them are not properly invalidated, subsequent access to this memory leads to undefined behavior that attackers can leverage.

Attack Vector

The attack requires a multi-stage exploitation approach. First, an attacker must compromise the Chrome renderer process through a separate vulnerability or attack technique. Once the renderer is compromised, the attacker can craft specific interactions with Chrome's permissions system to trigger the use-after-free condition.

The exploitation flow involves:

  1. Attacker delivers a malicious HTML page to the victim
  2. The malicious page triggers vulnerability in the permissions component
  3. With renderer process already compromised, attacker manipulates freed memory
  4. Successful exploitation allows sandbox escape and potential code execution outside the sandbox

The vulnerability requires user interaction (visiting a malicious page), but given that Chrome is one of the most widely used browsers, this attack surface is substantial. Technical details of the vulnerability can be found in the Chromium Bug Report #1025683.

Detection Methods for CVE-2021-21201

Indicators of Compromise

  • Unusual crash patterns in Chrome's permissions-related processes
  • Unexpected memory access violations in chrome.exe or related Chromium processes
  • Signs of sandbox escape such as child processes spawned outside normal Chrome architecture
  • Anomalous network connections originating from Chrome that bypass normal browser controls

Detection Strategies

  • Monitor Chrome process behavior for signs of sandbox escape, including unusual child process creation or file system access outside expected directories
  • Deploy endpoint detection solutions capable of identifying use-after-free exploitation patterns and memory corruption attacks
  • Implement browser version tracking to identify systems running vulnerable Chrome versions (prior to 90.0.4430.72)
  • Analyze browser crash dumps for exploitation signatures related to permissions component failures

Monitoring Recommendations

  • Enable Chrome crash reporting and analyze reports for patterns consistent with memory corruption exploitation
  • Monitor endpoints for Chrome versions and ensure automated updates are functioning properly
  • Track network traffic for unusual patterns that could indicate post-exploitation activity following a sandbox escape
  • Implement behavioral monitoring for Chrome processes accessing sensitive system resources outside normal patterns

How to Mitigate CVE-2021-21201

Immediate Actions Required

  • Update Google Chrome to version 90.0.4430.72 or later immediately
  • Enable automatic Chrome updates to ensure timely security patches
  • Apply distribution-specific patches for Debian and Fedora systems running Chromium
  • Review Chrome enterprise policies to ensure updates are not being blocked

Patch Information

Google addressed this vulnerability in Chrome version 90.0.4430.72 released on April 14, 2021. The fix resolves the use-after-free condition in the permissions component by implementing proper memory lifecycle management. For detailed information, refer to the Google Chrome Stable Channel Update.

Distribution-specific patches are available:

  • Debian Security Advisory DSA-4906
  • Gentoo GLSA 202104-08
  • Fedora updates available through standard package management channels

Workarounds

  • If immediate patching is not possible, consider temporarily using an alternative browser until Chrome can be updated
  • Implement strict browsing policies to limit access to untrusted websites
  • Deploy network-level controls to block known malicious domains and phishing sites
  • Enable Site Isolation in Chrome to provide additional protection against renderer compromises
bash
# Check Chrome version on Linux systems
google-chrome --version

# Update Chrome on Debian/Ubuntu
sudo apt update && sudo apt upgrade google-chrome-stable

# Update Chromium on Fedora
sudo dnf update 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

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.91%

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

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202104-08

  • Debian Security Advisory DSA-4906
  • Vendor Resources
  • Google Chrome Update Blog

  • Chromium Bug Report #1025683
  • Related CVEs
  • CVE-2026-5914: Google Chrome CSS Type Confusion Vulnerability

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

  • CVE-2026-5904: Google Chrome V8 Use-After-Free Flaw

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