A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-21220

CVE-2021-21220: Google Chrome V8 RCE Vulnerability

CVE-2021-21220 is a remote code execution flaw in Google Chrome's V8 engine caused by insufficient input validation. Attackers can exploit heap corruption via crafted HTML pages. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 16, 2026

CVE-2021-21220 Overview

CVE-2021-21220 is a high-severity heap corruption vulnerability in the V8 JavaScript engine used by Google Chrome and Chromium-based browsers. The flaw stems from insufficient validation of untrusted input in V8, allowing a remote attacker to trigger heap corruption through a crafted HTML page. Successful exploitation leads to arbitrary code execution within the browser renderer process. The vulnerability affects Google Chrome versions prior to 89.0.4389.128 and Chromium-based packages shipped in Fedora 32, 33, and 34. CISA has added CVE-2021-21220 to its Known Exploited Vulnerabilities catalog, confirming active exploitation in the wild. Public exploit code targeting the V8 JIT XOR typer was released shortly after disclosure.

Critical Impact

A remote attacker can achieve arbitrary code execution in the renderer process by luring a user to a malicious web page, with public exploit code available and confirmed in-the-wild exploitation.

Affected Products

  • Google Chrome versions prior to 89.0.4389.128
  • Fedora 32, 33, and 34 (Chromium packages)
  • Gentoo Linux Chromium packages (GLSA 202104-08)

Discovery Timeline

  • 2021-04-26 - CVE-2021-21220 published to the National Vulnerability Database
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2021-21220

Vulnerability Analysis

The vulnerability resides in the V8 JavaScript engine that powers Chrome and Chromium-derived browsers. V8 applies just-in-time (JIT) compilation to JavaScript, and during type inference the engine assigns range information to numeric operations. The flaw involves the type computation for bitwise operations, where the JIT incorrectly narrows the inferred integer range for certain operations such as XOR. Because the compiler trusts this incorrect range during subsequent optimization passes, bounds checks on array accesses are eliminated. The resulting machine code performs out-of-bounds reads and writes against TypedArray and ArrayBuffer backing stores in the V8 heap, classified under [CWE-787] Out-of-bounds Write.

Root Cause

The root cause is an incorrect typer rule in V8's TurboFan optimizing compiler. The compiler assumes a tighter numeric range than the runtime can actually produce when evaluating specific bitwise expressions. Optimization passes use this faulty range to prove that bounds checks are unnecessary and remove them. At runtime the operation produces values outside the assumed range, enabling indices that escape the array's allocated bounds.

Attack Vector

Exploitation requires only that a victim load attacker-controlled HTML and JavaScript in a vulnerable browser. The crafted page constructs JavaScript objects, triggers JIT compilation of the vulnerable code path, and then executes the optimized function with inputs that produce out-of-bounds memory access. Attackers chain the primitive to corrupt adjacent V8 objects, build arbitrary read/write capabilities, and pivot to shellcode execution inside the renderer sandbox. Combined with a sandbox escape, the chain yields full remote code execution on the host. Public exploits demonstrating this technique are documented in the Packet Storm advisories for Chrome XOR Typer Out-Of-Bounds Access RCE and Chrome V8 JIT XOR Arbitrary Code Execution.

No verified non-public exploitation code is reproduced here. Refer to the linked advisories and the Chrome Bug Report 1196683 for technical details.

Detection Methods for CVE-2021-21220

Indicators of Compromise

  • Chrome or Chromium processes spawning unexpected child processes such as cmd.exe, powershell.exe, or shell interpreters from a renderer context.
  • Renderer process crashes with access violations in v8.dll or libv8 shortly after visiting an untrusted page.
  • Outbound HTTPS connections to newly registered or low-reputation domains immediately following browser activity.
  • Browser version strings reporting Chrome builds older than 89.0.4389.128 in endpoint inventory data.

Detection Strategies

  • Inventory installed Chrome and Chromium-based browser versions and flag any build below 89.0.4389.128.
  • Hunt for renderer-to-shell process lineage in EDR telemetry, where chrome.exe or chromium is the parent of a command interpreter.
  • Monitor for unsigned or anomalous memory regions marked executable within Chrome processes.
  • Correlate web proxy logs for users visiting unknown sites followed by browser crash events on the endpoint.

Monitoring Recommendations

  • Enable browser crash reporting and forward crash dumps to a centralized analysis pipeline.
  • Alert on Chrome processes loading non-standard DLLs or injecting into other processes.
  • Track endpoints that fail to receive automatic Chrome updates and escalate stale installations.
  • Cross-reference CISA Known Exploited Vulnerabilities advisories with patch compliance dashboards.

How to Mitigate CVE-2021-21220

Immediate Actions Required

  • Update Google Chrome to version 89.0.4389.128 or later on all managed endpoints.
  • Apply Fedora and Gentoo Chromium updates per the Fedora package announcement and Gentoo GLSA 202104-08.
  • Update other Chromium-based browsers (Edge, Brave, Opera, Vivaldi) to builds that incorporate the V8 fix.
  • Verify patch compliance against the CISA KEV catalog entry, which mandates federal remediation.

Patch Information

Google released the fix in the Chrome Stable Channel update on April 13, 2021, version 89.0.4389.128, documented in the Chrome Releases blog. The corresponding V8 change addresses the incorrect typer behavior that enabled bounds-check elimination. Linux distributions republished the fix through the referenced Fedora and Gentoo advisories.

Workarounds

  • Disable JavaScript execution for untrusted sites using browser site settings or enterprise policy until patching is complete.
  • Enforce strict site isolation and the Chrome --site-per-process flag to limit the blast radius of renderer compromise.
  • Route browser traffic through a secure web gateway that blocks known malicious domains hosting V8 exploits.
  • Restrict use of legacy Chromium-based applications that cannot be updated to the patched build.
bash
# Enterprise policy enforcement example for Chrome auto-update on Windows
reg add "HKLM\SOFTWARE\Policies\Google\Update" /v AutoUpdateCheckPeriodMinutes /t REG_DWORD /d 60 /f
reg add "HKLM\SOFTWARE\Policies\Google\Update" /v UpdateDefault /t REG_DWORD /d 1 /f

# Verify installed Chrome version meets the patched baseline
reg query "HKLM\SOFTWARE\Google\Chrome\BLBeacon" /v 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 Probability92.59%

  • 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-787
  • Technical References
  • Packet Storm RCE Exploit

  • Packet Storm Arbitrary Code Exec

  • Chrome Release Update April 2021

  • Chrome Bug Report 1196683

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 2021-04-08

  • CISA CVE-2021-21220 Catalog Entry
  • Related CVEs
  • CVE-2026-9121: Google Chrome GPU RCE Vulnerability

  • CVE-2026-9117: Google Chrome GFX Type Confusion RCE Flaw

  • CVE-2026-9113: Google Chrome GPU Out of Bounds Vulnerability

  • CVE-2026-5863: Google Chrome V8 RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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