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

CVE-2021-30551: Google Chrome V8 RCE Vulnerability

CVE-2021-30551 is a type confusion vulnerability in Google Chrome's V8 engine that enables remote code execution through heap corruption. This article covers the technical details, affected versions, and mitigation strategies.

Published: March 4, 2026

CVE-2021-30551 Overview

CVE-2021-30551 is a type confusion vulnerability in the V8 JavaScript engine used by Google Chrome. This vulnerability exists in Chrome versions prior to 91.0.4472.101 and allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. The vulnerability has been actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.

Critical Impact

This vulnerability enables remote code execution through heap corruption when a user visits a malicious webpage, potentially allowing attackers to execute arbitrary code within the browser's sandbox or escape it entirely.

Affected Products

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

Discovery Timeline

  • June 15, 2021 - CVE-2021-30551 published to NVD
  • October 24, 2025 - Last updated in NVD database

Technical Details for CVE-2021-30551

Vulnerability Analysis

This type confusion vulnerability resides in V8, Google Chrome's high-performance JavaScript and WebAssembly engine. Type confusion occurs when a program allocates or initializes a resource (such as a pointer, object, or variable) using one type but later accesses that resource using an incompatible type. In the context of V8, this can lead to memory corruption when the engine incorrectly handles JavaScript objects during execution.

The vulnerability allows attackers to corrupt heap memory by tricking the V8 engine into misinterpreting object types during JavaScript execution. When successfully exploited, this can lead to arbitrary read/write primitives that attackers can leverage for code execution within the renderer process.

Root Cause

The root cause is a type confusion flaw in V8's handling of JavaScript objects. When the JavaScript engine incorrectly tracks or validates object types during optimization passes or runtime execution, it may treat an object of one type as if it were another. This type mismatch leads to memory access violations where the engine reads or writes memory based on incorrect type assumptions, resulting in heap corruption that can be weaponized for arbitrary code execution.

Attack Vector

The attack is network-based and requires user interaction. An attacker must craft a malicious HTML page containing JavaScript code specifically designed to trigger the type confusion in V8. When a victim navigates to the attacker-controlled page using a vulnerable version of Chrome, the malicious JavaScript executes in the browser context.

The exploitation flow typically involves:

  1. The victim visits a malicious or compromised website
  2. The page loads JavaScript that triggers the type confusion bug in V8
  3. The attacker leverages the resulting heap corruption to gain arbitrary read/write capabilities
  4. These primitives are used to achieve code execution within the Chrome renderer process
  5. Additional exploits may be chained to escape the browser sandbox

This vulnerability was exploited in the wild prior to the patch release, making it a zero-day vulnerability at the time of discovery.

Detection Methods for CVE-2021-30551

Indicators of Compromise

  • Unusual Chrome renderer process crashes or memory corruption errors
  • JavaScript execution anomalies in browser logs
  • Network connections to known malicious domains hosting exploit kits
  • Unexpected child process spawning from Chrome renderer processes
  • Memory access violations in Chrome crash dumps referencing V8 components

Detection Strategies

  • Monitor for Chrome versions below 91.0.4472.101 across the enterprise
  • Implement browser version compliance checks as part of endpoint security policies
  • Deploy network detection rules for known exploitation patterns targeting V8 vulnerabilities
  • Enable Chrome's built-in crash reporting to identify potential exploitation attempts
  • Utilize endpoint detection and response (EDR) solutions to monitor for suspicious browser behavior

Monitoring Recommendations

  • Configure centralized logging for browser crash reports and correlate with threat intelligence
  • Monitor web proxy logs for connections to URLs associated with exploit kit infrastructure
  • Implement behavioral analysis for unusual Chrome process activity patterns
  • Track software inventory to identify unpatched Chrome installations
  • Review CISA KEV alerts and cross-reference with organizational asset inventory

How to Mitigate CVE-2021-30551

Immediate Actions Required

  • Update Google Chrome to version 91.0.4472.101 or later immediately
  • Enable automatic updates for Chrome to ensure timely security patch deployment
  • Verify Chrome update status across all managed endpoints in the organization
  • Implement web filtering to block access to known malicious domains
  • Consider temporary network-level restrictions if immediate patching is not possible

Patch Information

Google released a security update addressing this vulnerability on June 9, 2021. The fix is included in Chrome version 91.0.4472.101 and all subsequent releases. Organizations should reference the Chrome Stable Channel Update for official patch details.

For Fedora users, security updates are available through the standard package management system. Refer to the Fedora Package Announcement for distribution-specific guidance.

Additional security advisories have been issued by Gentoo GLSA 2021-06 and Gentoo GLSA 2022-08.

Workarounds

  • Disable JavaScript execution in Chrome if patching is not immediately possible (significantly impacts functionality)
  • Use alternative browsers temporarily while awaiting patch deployment
  • Implement network-level controls to restrict access to untrusted websites
  • Deploy browser isolation solutions to contain potential exploitation
  • Enable Site Isolation in Chrome to limit the impact of renderer process compromises
bash
# Verify Chrome version on Linux/macOS
google-chrome --version

# Force Chrome update check (Windows)
# Navigate to chrome://settings/help in the browser

# Check Chrome version via registry (Windows PowerShell)
Get-ItemProperty -Path "HKLM:\SOFTWARE\Google\Chrome\BLBeacon" -Name "version"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability78.85%

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

  • Bug Report #1216437

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 2021-06

  • Gentoo GLSA 2022-08

  • CISA Known Exploited Vulnerability
  • Related CVEs
  • CVE-2026-5279: Google Chrome V8 RCE Vulnerability

  • CVE-2026-5277: Google Chrome ANGLE RCE Vulnerability

  • CVE-2026-5274: Google Chrome RCE Vulnerability

  • CVE-2026-4679: Google Chrome RCE 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