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

CVE-2024-1939: Google Chrome V8 Type Confusion Vulnerability

CVE-2024-1939 is a type confusion flaw in Google Chrome's V8 engine that enables remote attackers to exploit heap corruption through malicious HTML pages. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-1939 Overview

CVE-2024-1939 is a type confusion vulnerability in the V8 JavaScript engine used by Google Chrome versions prior to 122.0.6261.94. A remote attacker can exploit the flaw by serving a crafted HTML page, triggering heap corruption inside the renderer process. Successful exploitation may lead to arbitrary code execution within the browser sandbox and serves as a stepping stone for further compromise. Chromium engineers rated the security severity as High, and Google released a patch through the stable channel update for desktop on February 27, 2024. Fedora 38, 39, and 40 also shipped updated Chromium packages in response. The vulnerability is classified under CWE-843: Access of Resource Using Incompatible Type.

Critical Impact

A single visit to an attacker-controlled web page can corrupt the V8 heap and enable arbitrary code execution in the Chrome renderer process.

Affected Products

  • Google Chrome versions prior to 122.0.6261.94
  • Fedora 38, 39, and 40 Chromium packages
  • Chromium-based browsers embedding the vulnerable V8 engine

Discovery Timeline

  • 2024-02-27 - Google releases the Stable Channel update for desktop containing the fix
  • 2024-02-29 - CVE-2024-1939 published to the National Vulnerability Database
  • 2024-12-19 - Last updated in the NVD database

Technical Details for CVE-2024-1939

Vulnerability Analysis

The flaw resides in V8, the JavaScript and WebAssembly engine that ships with Chromium. V8 performs aggressive optimizations and relies on accurate type information to generate fast machine code. A type confusion bug causes the engine to treat a memory region as a type other than the one originally allocated. When this mismatch occurs, the engine reads or writes fields at offsets that do not correspond to the actual object layout, producing heap corruption.

An attacker delivers a crafted HTML page that loads malicious JavaScript. The script manipulates objects in a way that triggers the optimizing compiler or runtime to make incorrect type assumptions. From there, the attacker shapes the heap to gain arbitrary read and write primitives inside the renderer process. The flaw requires user interaction, since the victim must visit the malicious page, but no authentication is needed.

Root Cause

The root cause is improper type checking inside V8, classified as CWE-843. The engine accesses an object using a type signature inconsistent with how the object was allocated, allowing controlled memory corruption on the V8 heap.

Attack Vector

Exploitation is network-based and requires a user to load attacker-controlled web content. Once the crafted JavaScript executes in the renderer, the heap corruption can be leveraged to escape V8's sandboxing primitives and execute attacker-supplied code with renderer privileges. Combined with a separate sandbox escape, this class of bug enables full remote code execution on the host.

No verified public proof-of-concept is available for this CVE. Technical details are documented in the Chromium Issue Report and the Google Chrome Desktop Update.

Detection Methods for CVE-2024-1939

Indicators of Compromise

  • Chrome renderer processes crashing with V8 heap corruption signatures shortly after visiting an untrusted page
  • Unexpected child processes spawned by chrome.exe following web browsing activity
  • Outbound connections from browser processes to previously unseen domains hosting heavily obfuscated JavaScript

Detection Strategies

  • Inventory Chrome installations and flag any version below 122.0.6261.94 as exposed
  • Monitor browser telemetry for renderer crash dumps containing V8 stack frames such as v8::internal:: symbols
  • Inspect web proxy logs for HTML pages serving large, minified JavaScript payloads with V8-specific optimization triggers

Monitoring Recommendations

  • Centralize endpoint telemetry to correlate browser crashes with subsequent process creation or persistence events
  • Track Chrome --version output across managed endpoints through configuration management tooling
  • Alert on Chromium-based browsers loading content from low-reputation or newly registered domains

How to Mitigate CVE-2024-1939

Immediate Actions Required

  • Update Google Chrome to version 122.0.6261.94 or later on Windows, macOS, and Linux endpoints
  • Apply Fedora package updates for affected Chromium builds on Fedora 38, 39, and 40
  • Restart all Chrome instances after updating so the patched V8 binary is loaded into memory
  • Audit other Chromium-based browsers and Electron applications for embedded V8 versions that may share the defect

Patch Information

Google addressed CVE-2024-1939 in the Chrome Stable Channel update released on February 27, 2024, which advances desktop builds to 122.0.6261.94 for Linux and 122.0.6261.94/.95 for Windows and macOS. Fedora published corresponding Chromium package updates referenced in the Fedora Package Announcement.

Workarounds

  • Enforce browser update policies through enterprise management so users cannot defer Chrome updates
  • Restrict browsing to trusted domains via web proxy or DNS filtering until patching is complete
  • Disable JavaScript on untrusted sites using Chrome enterprise policy DefaultJavaScriptSetting where feasible
bash
# Verify the installed Chrome version on Linux endpoints
google-chrome --version

# Update Chromium on Fedora hosts
sudo dnf upgrade --refresh chromium

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 Probability46.43%

  • 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-843
  • Technical References
  • Google Chrome Desktop Update

  • Chromium Issue Report

  • Fedora Package Announcement

  • Fedora Package Announcement

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