Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2625

CVE-2024-2625: Google Chrome V8 RCE Vulnerability

CVE-2024-2625 is an object lifecycle flaw in Google Chrome's V8 engine that enables remote code execution through crafted HTML pages. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-2625 Overview

CVE-2024-2625 is an object lifecycle vulnerability in the V8 JavaScript engine used by Google Chrome. This flaw exists in Chrome versions prior to 123.0.6312.58 and allows a remote attacker to potentially exploit object corruption through a crafted HTML page. The vulnerability stems from improper management of object lifetimes within V8, which could lead to memory corruption conditions when processing malicious JavaScript code.

Critical Impact

Remote attackers can exploit this vulnerability to achieve object corruption, potentially leading to arbitrary code execution when a victim visits a malicious webpage. The attack requires no special privileges and only user interaction (visiting a crafted page).

Affected Products

  • Google Chrome versions prior to 123.0.6312.58
  • Fedora 38 (Chromium packages)
  • Fedora 39 (Chromium packages)
  • Fedora 40 (Chromium packages)

Discovery Timeline

  • 2024-03-20 - CVE-2024-2625 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-2625

Vulnerability Analysis

This vulnerability is classified as an object lifecycle issue within V8, Google Chrome's JavaScript engine. Object lifecycle vulnerabilities occur when the engine fails to properly track and manage the state of JavaScript objects throughout their creation, use, and destruction phases. In this case, the improper handling allows for object corruption scenarios where memory that should no longer be accessible can be manipulated.

The V8 engine performs complex optimizations to execute JavaScript efficiently, including just-in-time (JIT) compilation and garbage collection. These optimizations require precise tracking of object references and memory allocations. When lifecycle management fails, it can result in use-after-free conditions, type confusion, or other memory safety violations that attackers can leverage.

The vulnerability requires user interaction—specifically, visiting a malicious webpage containing crafted HTML and JavaScript. Once triggered, successful exploitation could allow an attacker to execute arbitrary code within the context of the browser process, potentially compromising user data, credentials, or enabling further system access.

Root Cause

The root cause lies in V8's object lifecycle management mechanisms. During JavaScript execution, V8 must track object references to determine when objects can be safely deallocated by the garbage collector. A flaw in this tracking logic allows for scenarios where object state becomes inconsistent, enabling corruption of in-memory object structures. This type of vulnerability often emerges from complex interactions between V8's optimizing compiler and its garbage collection subsystem.

Attack Vector

The attack vector is network-based, requiring an attacker to lure a victim to a malicious webpage. The crafted HTML page would contain JavaScript code designed to trigger the object lifecycle flaw in V8. The attack flow typically involves:

  1. Attacker hosts or injects malicious JavaScript into a webpage
  2. Victim navigates to the malicious page using a vulnerable Chrome version
  3. V8 processes the JavaScript, triggering the object corruption condition
  4. Attacker exploits the corrupted object state to achieve code execution

The vulnerability can be exploited without any special privileges on the target system—the attacker only needs to convince the user to visit the malicious page.

Detection Methods for CVE-2024-2625

Indicators of Compromise

  • Unexpected Chrome crashes or stability issues when visiting certain websites
  • Detection of JavaScript heap corruption or V8 engine anomalies in crash reports
  • Network connections to suspicious or newly registered domains delivering crafted content
  • Browser process spawning unexpected child processes or exhibiting unusual behavior

Detection Strategies

  • Monitor for Chrome versions below 123.0.6312.58 across the environment using asset inventory tools
  • Implement browser-based threat detection to identify malicious JavaScript execution patterns
  • Deploy network security solutions capable of inspecting and blocking exploit delivery mechanisms
  • Utilize endpoint detection and response (EDR) solutions to identify post-exploitation behavior

Monitoring Recommendations

  • Enable Chrome crash reporting and monitor for V8-related crashes that may indicate exploitation attempts
  • Track browser version compliance across endpoints to identify unpatched installations
  • Monitor for unusual memory access patterns or process behavior associated with browser exploitation
  • Review web proxy logs for access to known malicious infrastructure or suspicious content patterns

How to Mitigate CVE-2024-2625

Immediate Actions Required

  • Update Google Chrome to version 123.0.6312.58 or later immediately
  • Enable automatic updates for Chrome to ensure timely security patches
  • For Fedora users, apply the latest Chromium package updates from official repositories
  • Consider restricting access to untrusted websites until patches are deployed

Patch Information

Google has addressed this vulnerability in Chrome version 123.0.6312.58, released on March 19, 2024. The fix resolves the object lifecycle management issue in V8. Organizations should verify Chrome installations are updated to this version or later.

For detailed patch information, refer to the Chrome Desktop Update March 2024 release notes. Fedora users should apply updates via their package manager as documented in the Fedora Package Announcements.

Workarounds

  • Use alternative browsers temporarily if Chrome cannot be immediately updated
  • Implement network-level filtering to block access to known malicious domains
  • Enable Site Isolation in Chrome to limit the impact of renderer process compromises
  • Deploy web content filtering to restrict access to high-risk or untrusted websites
  • Consider using browser virtualization or sandboxing solutions for high-risk browsing activities
bash
# Verify Chrome version on Linux/macOS
google-chrome --version
# Expected output should show 123.0.6312.58 or higher

# Update Chrome on Fedora
sudo dnf update chromium

# Check for available updates
sudo dnf check-update 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 Probability0.68%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • Chromium Issue Tracker Entry

  • Fedora Package Announcement 2D3Z6C

  • Fedora Package Announcement 6JINDYF

  • Fedora Package Announcement AQVVW4F
  • Vendor Resources
  • Chrome Desktop Update March 2024
  • Related CVEs
  • CVE-2026-6920: Google Chrome GPU Sandbox Escape RCE Flaw

  • CVE-2026-6361: Google Chrome PDFium RCE Vulnerability

  • CVE-2026-6308: Google Chrome Media RCE Vulnerability

  • CVE-2026-6363: Google Chrome V8 RCE Vulnerability
Default Legacy - Prefooter | 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