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

CVE-2024-0517: Google Chrome V8 RCE Vulnerability

CVE-2024-0517 is an out of bounds write flaw in Google Chrome's V8 engine that enables remote code execution through heap corruption. Attackers can exploit this via crafted HTML pages. This article covers technical details, affected versions, impact, and mitigation steps.

Updated: January 22, 2026

CVE-2024-0517 Overview

CVE-2024-0517 is a critical out-of-bounds write vulnerability in the V8 JavaScript engine used by Google Chrome. This memory corruption flaw exists in Chrome versions prior to 120.0.6099.224 and allows remote attackers to potentially exploit heap corruption through specially crafted HTML pages. The vulnerability is classified as CWE-787 (Out-of-bounds Write), a dangerous memory safety issue that can lead to arbitrary code execution.

Critical Impact

Remote attackers can exploit heap corruption through malicious web content, potentially achieving arbitrary code execution in the context of the browser process. Users simply need to visit a malicious webpage to trigger the vulnerability.

Affected Products

  • Google Chrome versions prior to 120.0.6099.224
  • Fedora 38 (via bundled Chromium)
  • Fedora 39 (via bundled Chromium)

Discovery Timeline

  • January 16, 2024 - CVE-2024-0517 published to NVD
  • May 22, 2025 - Last updated in NVD database

Technical Details for CVE-2024-0517

Vulnerability Analysis

This vulnerability resides in V8, Google Chrome's high-performance JavaScript and WebAssembly engine. V8 is responsible for parsing and executing JavaScript code in Chrome and Chromium-based browsers. The out-of-bounds write condition occurs when V8 improperly handles certain JavaScript operations, allowing data to be written beyond the boundaries of allocated heap memory.

The flaw requires user interaction—specifically, a victim must navigate to a malicious webpage containing crafted HTML and JavaScript. Once triggered, the heap corruption can be leveraged to overwrite critical data structures in memory, potentially enabling an attacker to gain control of program execution flow.

The vulnerability has attracted significant attention from the security community, with an EPSS score indicating a 66.013% probability of exploitation in the wild, placing it in the 98.456th percentile among all scored vulnerabilities.

Root Cause

The root cause stems from improper bounds checking within V8's memory management routines. When processing specific JavaScript constructs, the engine fails to properly validate array or buffer indices before performing write operations. This allows attackers to craft JavaScript code that causes V8 to write data outside the bounds of allocated heap buffers, corrupting adjacent memory regions.

Out-of-bounds write vulnerabilities in JavaScript engines are particularly dangerous because they operate within the browser's renderer process, which handles untrusted web content. Successful exploitation can bypass browser sandboxing mechanisms and potentially lead to full system compromise.

Attack Vector

The attack is network-based and requires user interaction through social engineering or drive-by download scenarios. An attacker would need to:

  1. Create a malicious webpage containing specially crafted HTML and JavaScript designed to trigger the V8 vulnerability
  2. Lure victims to visit the malicious page through phishing, malvertising, or compromised legitimate websites
  3. Upon page load, the crafted JavaScript executes and triggers the out-of-bounds write condition
  4. The resulting heap corruption can be manipulated to achieve arbitrary code execution

The vulnerability is accessible from any network path where Chrome can reach malicious content, making it exploitable through standard web browsing. No authentication or special privileges are required from the attacker's perspective—only the ability to serve malicious content to victims.

Technical details regarding the specific exploitation mechanism can be found in the Chromium Bug Report #1515930 and the Vicarius CVE-2024-0517 Analysis.

Detection Methods for CVE-2024-0517

Indicators of Compromise

  • Unexpected Chrome renderer process crashes or abnormal memory usage patterns
  • Browser accessing unusual domains or loading obfuscated JavaScript from untrusted sources
  • Chrome process spawning unexpected child processes or making unusual system calls
  • Heap corruption signatures or access violation exceptions in Chrome crash dumps

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions capable of monitoring browser process behavior and detecting exploitation attempts
  • Monitor for Chrome crash reports that indicate heap corruption or V8 engine failures
  • Implement network-level inspection for known malicious JavaScript patterns targeting V8 vulnerabilities
  • Utilize browser isolation technologies to contain potential exploitation attempts in sandboxed environments

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting and monitor for patterns indicating attempted exploitation
  • Configure SIEM rules to alert on unusual Chrome renderer process behavior or memory anomalies
  • Track browser version deployment across the enterprise to identify unpatched systems
  • Monitor threat intelligence feeds for active exploitation campaigns targeting CVE-2024-0517

How to Mitigate CVE-2024-0517

Immediate Actions Required

  • Update Google Chrome to version 120.0.6099.224 or later immediately across all endpoints
  • Enable automatic updates for Chrome to ensure timely deployment of security patches
  • Audit enterprise environments for any systems running vulnerable Chrome versions
  • Consider temporarily restricting access to untrusted websites on critical systems until patches are deployed

Patch Information

Google has released Chrome version 120.0.6099.224 which addresses this vulnerability. The patch was announced on January 16, 2024, through the Google Chrome Update Announcement. Fedora users should apply updates through their distribution's package management system as detailed in the Fedora Package Announcements for Fedora 38 and Fedora 39.

Workarounds

  • Enable Site Isolation in Chrome to limit the impact of renderer process compromises
  • Deploy browser isolation solutions that render web content in isolated containers
  • Consider using enterprise browser policies to restrict JavaScript execution on untrusted sites
  • Implement network segmentation to limit the blast radius of potential browser-based attacks
bash
# Verify Chrome version is patched (should be 120.0.6099.224 or higher)
google-chrome --version

# For Fedora systems, update Chromium package
sudo dnf update chromium

# Enterprise deployment: Check Chrome version across endpoints
# Using Chrome Browser Cloud Management or similar MDM solution

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 Probability66.01%

  • 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 Update Announcement

  • Chromium Bug Report #1515930

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Vicarius CVE-2024-0517 Analysis
  • Related CVEs
  • CVE-2026-5912: Google Chrome WebRTC RCE Vulnerability

  • CVE-2026-5910: Google Chrome Media Integer Overflow RCE

  • CVE-2026-5909: Google Chrome Media Integer Overflow RCE

  • CVE-2026-5908: Google Chrome Media 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