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
    • 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-30554

CVE-2021-30554: Google Chrome WebGL Use-After-Free Flaw

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

Published: March 6, 2026

CVE-2021-30554 Overview

CVE-2021-30554 is a use-after-free vulnerability in the WebGL component of Google Chrome prior to version 91.0.4472.114. This memory corruption flaw allows a remote attacker to potentially exploit heap corruption via a crafted HTML page, leading to arbitrary code execution within the context of the browser.

Critical Impact

This vulnerability is listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild. Successful exploitation can lead to complete compromise of affected systems through heap corruption attacks targeting the WebGL rendering engine.

Affected Products

  • Google Chrome versions prior to 91.0.4472.114
  • Fedora Project Fedora 33
  • Fedora Project Fedora 34

Discovery Timeline

  • July 2, 2021 - CVE-2021-30554 published to NVD
  • October 24, 2025 - Last updated in NVD database

Technical Details for CVE-2021-30554

Vulnerability Analysis

This vulnerability exists within Google Chrome's WebGL implementation, which provides JavaScript API access to GPU-accelerated graphics rendering. The use-after-free condition (CWE-416) occurs when the WebGL subsystem continues to reference memory after it has been freed, creating a dangling pointer situation that can be weaponized by attackers.

When a victim visits a malicious webpage containing specially crafted HTML and JavaScript, the attacker can manipulate WebGL objects to trigger the use-after-free condition. This corrupts heap memory structures, potentially allowing the attacker to hijack control flow and execute arbitrary code with the privileges of the browser process.

The attack requires user interaction (visiting a malicious page) but can be delivered through common attack vectors such as phishing emails, malicious advertisements, or compromised websites. Given the network-accessible nature of web browsers, this vulnerability presents a significant attack surface for drive-by download attacks.

Root Cause

The root cause is a use-after-free memory safety error in the WebGL component of the Chromium rendering engine. Specifically, the vulnerability stems from improper lifecycle management of WebGL objects, where references to freed memory are not properly invalidated. This allows subsequent operations to access deallocated heap memory, corrupting memory structures or enabling arbitrary read/write primitives.

Attack Vector

The attack vector is network-based, requiring a victim to navigate to an attacker-controlled or compromised website serving malicious HTML content. The attack flow typically involves:

  1. Attacker crafts a malicious HTML page with JavaScript that manipulates WebGL objects
  2. Victim visits the malicious page (via phishing, compromised ads, or watering hole attacks)
  3. JavaScript triggers the use-after-free condition in Chrome's WebGL implementation
  4. Heap corruption occurs, potentially leading to code execution
  5. Attacker gains code execution within the browser's sandboxed renderer process

Due to the heap corruption nature of this vulnerability, exploitation may involve heap spray techniques to achieve reliable code execution. Further sandbox escape vulnerabilities may be chained to achieve full system compromise.

Detection Methods for CVE-2021-30554

Indicators of Compromise

  • Unusual Chrome renderer process crashes or memory corruption errors
  • Network connections to suspicious domains serving malicious HTML/JavaScript
  • Anomalous WebGL API calls or unusually complex WebGL shader operations
  • Browser crash dumps containing heap corruption signatures in WebGL-related functions

Detection Strategies

  • Monitor for Google Chrome versions below 91.0.4472.114 across the enterprise
  • Implement network-based detection for known malicious domains exploiting this vulnerability
  • Deploy endpoint detection solutions capable of identifying use-after-free exploitation patterns
  • Review browser crash reports for indicators of heap corruption in WebGL components

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting to collect and analyze crash dumps centrally
  • Monitor for unusual JavaScript execution patterns related to WebGL object manipulation
  • Track browser version deployment across endpoints to identify unpatched systems
  • Implement web filtering to block access to known malicious domains

How to Mitigate CVE-2021-30554

Immediate Actions Required

  • Update Google Chrome to version 91.0.4472.114 or later immediately
  • Enable automatic updates for Google Chrome across all managed endpoints
  • Consider temporarily disabling WebGL in Chrome via enterprise policies if immediate patching is not possible
  • Review the CISA Known Exploited Vulnerabilities catalog for additional guidance

Patch Information

Google addressed this vulnerability in Chrome version 91.0.4472.114, released on June 17, 2021. The fix resolves the improper memory management in the WebGL component that led to the use-after-free condition.

Organizations should reference the following resources for patch information:

  • Chrome Stable Channel Update - Official Google release notes
  • Chromium Bug Report #1219857 - Technical bug details
  • Gentoo GLSA 202107-06 - Gentoo security advisory

Fedora users should apply the latest Chromium packages from the official repositories as detailed in the Fedora Package Announcements.

Workarounds

  • Disable WebGL in Chrome by navigating to chrome://flags/#disable-webgl and setting it to Disabled
  • Implement enterprise browser policies to restrict WebGL functionality until patching is complete
  • Use network-level controls to block access to untrusted websites
  • Consider deploying browser isolation solutions to contain potential exploitation attempts
bash
# Chrome Enterprise Policy to disable WebGL (Windows Registry)
# Create the following registry key to disable WebGL across managed Chrome installations:
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
# Value: WebGLDisabled = 1 (DWORD)

# For Linux/macOS managed environments, add to Chrome policy JSON:
# {
#   "WebGLDisabled": true
# }

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 Probability3.92%

  • 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
  • Chrome Stable Channel Update

  • Chromium Bug Report #1219857

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202107-06

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

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

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

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