Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-30535

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

CVE-2021-30535 is a double free vulnerability in the ICU component of Google Chrome that allows remote attackers to exploit heap corruption. This article covers technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-30535 Overview

CVE-2021-30535 is a double free vulnerability in the International Components for Unicode (ICU) library used by Google Chrome prior to version 91.0.4472.77. This memory corruption flaw allows a remote attacker to potentially exploit heap corruption via a crafted HTML page, which could lead to arbitrary code execution within the context of the browser.

Critical Impact

Remote attackers can exploit heap corruption through specially crafted web pages, potentially achieving arbitrary code execution with the privileges of the browser process.

Affected Products

  • Google Chrome versions prior to 91.0.4472.77
  • Fedora 33 (via bundled Chromium packages)
  • Fedora 34 (via bundled Chromium packages)

Discovery Timeline

  • 2021-06-07 - CVE-2021-30535 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-30535

Vulnerability Analysis

This vulnerability is classified as CWE-415 (Double Free), a critical memory corruption issue that occurs when a program attempts to free the same memory location twice. In the context of Chrome's ICU implementation, this creates a dangerous condition where heap metadata becomes corrupted, potentially allowing an attacker to manipulate memory allocations.

The ICU library is responsible for handling internationalization and Unicode processing in Chrome. When processing certain malformed input, the library can trigger a double free condition in its memory management routines. This type of vulnerability is particularly dangerous in browser contexts because it can be triggered remotely through malicious web content without any user interaction beyond visiting a compromised page.

Root Cause

The root cause of CVE-2021-30535 lies in improper memory lifecycle management within the ICU component of Google Chrome. Double free vulnerabilities occur when code paths incorrectly assume ownership of dynamically allocated memory, leading to the same memory block being released multiple times. This corrupts the heap allocator's internal data structures and can be leveraged by attackers to achieve arbitrary read/write primitives.

Attack Vector

The attack is delivered over the network and requires user interaction in the form of visiting a malicious web page. An attacker would craft a specially designed HTML page that triggers the vulnerable code path in the ICU library. Upon rendering the malicious content, the double free condition is triggered, corrupting heap memory. Through heap manipulation techniques, attackers can potentially:

  1. Achieve arbitrary code execution within the browser's renderer process
  2. Escape the browser sandbox to gain elevated privileges
  3. Compromise the confidentiality, integrity, and availability of the user's system

The vulnerability requires no special privileges and can be exploited with low attack complexity once a victim visits the attacker-controlled page.

Detection Methods for CVE-2021-30535

Indicators of Compromise

  • Unexpected Chrome renderer process crashes or restarts during web browsing
  • Memory corruption signatures in crash dumps referencing ICU library functions
  • Anomalous heap allocation patterns in browser process memory
  • Network traffic to suspicious domains hosting crafted HTML payloads

Detection Strategies

  • Monitor for Chrome crash reports containing ICU-related stack traces
  • Deploy endpoint detection solutions capable of identifying heap spray and heap corruption exploitation techniques
  • Implement network-based detection for known malicious HTML patterns targeting browser vulnerabilities
  • Use browser telemetry to identify unusual rendering behavior or memory allocation anomalies

Monitoring Recommendations

  • Enable Chrome crash reporting and analyze crash dumps for ICU-related memory corruption patterns
  • Deploy SentinelOne Singularity to detect and block exploitation attempts at the endpoint level
  • Monitor browser version compliance across the enterprise to ensure patched versions are deployed
  • Establish alerts for browsers operating below version 91.0.4472.77

How to Mitigate CVE-2021-30535

Immediate Actions Required

  • Update Google Chrome to version 91.0.4472.77 or later immediately
  • Enable automatic Chrome updates to receive security patches promptly
  • For Fedora users, apply available package updates through the package manager
  • Consider restricting access to untrusted web content until patches are applied

Patch Information

Google addressed this vulnerability in the Chrome stable channel update released on May 25, 2021. The fix is included in Chrome version 91.0.4472.77 and all subsequent releases. Organizations should verify Chrome versions across their fleet and ensure automatic updates are enabled.

For detailed information about the security update, refer to the Google Chrome Release Blog. The underlying bug is tracked in the Chromium Bug Tracker.

Fedora users should apply available updates from the Fedora Package Announcements for their respective distribution versions.

Workarounds

  • Use an alternative browser until Chrome can be updated to a patched version
  • Implement web filtering to block access to known malicious sites
  • Enable site isolation features in Chrome to limit the impact of renderer exploits
  • Consider browser isolation solutions for high-risk browsing activities
bash
# Verify Chrome version on Linux
google-chrome --version

# Update Chrome on Fedora
sudo dnf update chromium

# Check for available updates on Debian/Ubuntu
apt list --upgradable | grep 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 Probability0.56%

  • 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-415
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • Google Chrome Update Release

  • Chromium Bug Report
  • Related CVEs
  • CVE-2026-6919: Google Chrome DevTools Use After Free Flaw

  • CVE-2026-6362: Google Chrome Codecs Use-After-Free Flaw

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

  • CVE-2026-6318: Google Chrome Codecs 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