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-2024-9121

CVE-2024-9121: Google Chrome V8 RCE Vulnerability

CVE-2024-9121 is a remote code execution vulnerability in Google Chrome's V8 JavaScript engine that enables attackers to perform out-of-bounds memory access via malicious HTML pages. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: June 2, 2026

CVE-2024-9121 Overview

CVE-2024-9121 is an out-of-bounds memory access vulnerability in the V8 JavaScript engine used by Google Chrome. The flaw affects all Chrome versions prior to 129.0.6668.70 and stems from an inappropriate implementation in V8. A remote attacker can exploit the issue by serving a crafted HTML page to a victim. Successful exploitation enables out-of-bounds memory access, which can lead to arbitrary code execution within the renderer process. Google classified the Chromium security severity as High and addressed it in the September 24, 2024 Stable Channel update.

Critical Impact

Remote attackers can trigger out-of-bounds memory access in the V8 engine through a crafted HTML page, exposing browser memory and enabling renderer compromise.

Affected Products

  • Google Chrome versions prior to 129.0.6668.70 on Windows, macOS, and Linux
  • Chromium-based browsers consuming the vulnerable V8 engine build
  • Embedded applications and frameworks bundling pre-129 Chromium releases

Discovery Timeline

  • 2024-09-25 - CVE-2024-9121 published to the National Vulnerability Database
  • 2025-01-02 - Last updated in NVD database

Technical Details for CVE-2024-9121

Vulnerability Analysis

The vulnerability resides in V8, the JavaScript and WebAssembly engine that powers Chrome. An inappropriate implementation in V8 allows JavaScript executing inside a rendered page to access memory outside the bounds of an allocated object. This class of defect is tracked as [CWE-787] Out-of-Bounds Write. Attackers who control the HTML and JavaScript served to a victim can shape V8 heap state to trigger the condition. The resulting memory corruption can be chained with additional primitives to achieve renderer code execution. Combined with a sandbox escape, the issue could be used as part of a full browser exploit chain.

Root Cause

The defect originates in V8's handling of specific operations where bounds checks are either missing, incorrect, or bypassable through type confusion. When V8 generates optimized code for these operations, the engine references memory outside the intended object boundary. Public details remain limited because Google restricts disclosure of Chromium issue #363538434 until most users have updated.

Attack Vector

Exploitation requires the victim to load attacker-controlled HTML, typically through a malicious website, a compromised advertisement, or a phishing link. No authentication is required, and user interaction is limited to opening the page. Once loaded, embedded JavaScript triggers the vulnerable V8 path and performs out-of-bounds memory access inside the renderer process. The EPSS score of 0.397% places this issue in the 60th percentile for exploit likelihood, but the absence of a public proof of concept reduces immediate risk.

No verified proof-of-concept code is available. See the Chromium Issue #363538434 and the Google Chrome Stable Update advisory for technical references.

Detection Methods for CVE-2024-9121

Indicators of Compromise

  • Chrome browser processes (chrome.exe, Google Chrome Helper) spawning unexpected child processes after visiting untrusted sites
  • Renderer process crashes with access violation or segmentation fault signatures tied to V8 frames
  • Outbound connections from a renderer process to previously unseen domains shortly after page navigation
  • Browser instances reporting versions below 129.0.6668.70 in endpoint inventory data

Detection Strategies

  • Inventory installed Chrome versions across the fleet and flag any host running a build older than 129.0.6668.70
  • Hunt for renderer crash telemetry containing V8 stack frames within minutes of web navigation events
  • Correlate browser process anomalies with newly registered or low-reputation domains accessed by users

Monitoring Recommendations

  • Forward Chrome update channel status and version data to a centralized logging platform for continuous compliance review
  • Monitor endpoint EDR telemetry for unusual memory allocation patterns and child processes originating from browser renderers
  • Track web proxy logs for access to attacker-controlled HTML payloads, especially HTML containing heavy JavaScript and WebAssembly content

How to Mitigate CVE-2024-9121

Immediate Actions Required

  • Update Google Chrome to version 129.0.6668.70 or later on all Windows, macOS, and Linux endpoints
  • Restart Chrome after updating to ensure the patched V8 binary is loaded into all renderer processes
  • Audit Chromium-based applications and Electron builds that embed the V8 engine and upgrade to a patched Chromium release

Patch Information

Google released the fix in the Stable Channel update published on September 24, 2024. The patched build is 129.0.6668.70 for Linux and 129.0.6668.70/.71 for Windows and macOS. Details are available in the Google Chrome Stable Update announcement.

Workarounds

  • Restrict browsing to trusted sites through enterprise web filtering until patching is complete
  • Enforce Chrome's Site Isolation and enhanced Safe Browsing settings via group policy to reduce renderer exposure
  • Disable JavaScript on high-risk user profiles where business workflows allow, using the DefaultJavaScriptSetting policy
bash
# Enforce minimum Chrome version through enterprise policy (Windows registry example)
reg add "HKLM\Software\Policies\Google\Chrome" /v TargetVersionPrefix /t REG_SZ /d "129.0.6668.70" /f
reg add "HKLM\Software\Policies\Google\Chrome\URLBlocklist" /v 1 /t REG_SZ /d "*" /f
reg add "HKLM\Software\Policies\Google\Chrome\URLAllowlist" /v 1 /t REG_SZ /d "https://*.corp.example.com" /f

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 Probability0.40%

  • 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-787
  • Technical References
  • Google Chrome Stable Update

  • Chromium Issue #363538434
  • 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