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

CVE-2024-0519: Google Chrome V8 RCE Vulnerability

CVE-2024-0519 is a remote code execution vulnerability in Google Chrome's V8 engine that allows attackers to exploit heap corruption via crafted HTML pages. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-0519 Overview

CVE-2024-0519 is an out-of-bounds memory access vulnerability in V8, the JavaScript and WebAssembly engine used by Google Chrome. This memory corruption flaw exists in Chrome versions prior to 120.0.6099.224 and allows a remote attacker to potentially exploit heap corruption through a specially crafted HTML page. When successfully exploited, this vulnerability can lead to arbitrary code execution within the context of the browser process, compromising the confidentiality, integrity, and availability of affected systems.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. Organizations should prioritize immediate patching as threat actors are leveraging this flaw for real-world attacks targeting users who visit malicious websites.

Affected Products

  • Google Chrome versions prior to 120.0.6099.224
  • Fedora Project Fedora 38 and 39 (via bundled Chromium)
  • Couchbase Server (embedded Chromium components)

Discovery Timeline

  • 2024-01-16 - CVE-2024-0519 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2024-0519

Vulnerability Analysis

This vulnerability stems from improper bounds checking within Google Chrome's V8 JavaScript engine. V8 is responsible for parsing, compiling, and executing JavaScript code within the browser. The flaw involves out-of-bounds memory access that can be triggered when processing maliciously crafted JavaScript within an HTML page. When the engine processes specific code patterns, it fails to properly validate array indices or object property accesses, leading to memory reads or writes beyond allocated buffer boundaries.

The exploitation of this vulnerability can result in heap corruption, which attackers can leverage to achieve arbitrary code execution. By carefully crafting the malicious payload, an attacker can manipulate memory layout to gain control over program execution flow. This type of vulnerability in a JavaScript engine is particularly dangerous because it can be exploited simply by convincing a user to visit a malicious webpage—no additional user interaction is required beyond the initial page visit.

Root Cause

The root cause of CVE-2024-0519 is an out-of-bounds memory access condition (CWE-125: Out-of-bounds Read and CWE-787: Out-of-bounds Write) in the V8 engine's memory handling routines. This occurs when V8 processes certain JavaScript constructs that bypass normal boundary validation checks. The V8 engine's optimizing compiler may generate code that accesses memory outside the intended bounds of arrays or typed arrays, especially under specific JIT (Just-In-Time) compilation scenarios where bounds checks may be optimized away incorrectly.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker must entice a victim to visit a specially crafted webpage containing malicious JavaScript code. The attack sequence follows this pattern:

  1. The attacker hosts or injects malicious JavaScript into a webpage
  2. The victim navigates to the compromised or malicious website
  3. The Chrome browser's V8 engine processes the malicious JavaScript
  4. The crafted code triggers the out-of-bounds memory access condition
  5. Heap corruption occurs, potentially allowing the attacker to execute arbitrary code
  6. The attacker gains code execution within the Chrome renderer process

No authentication is required, and the attack can be delivered through phishing emails, malicious advertisements, compromised legitimate websites, or watering hole attacks. For detailed technical information, see the Chromium Bug Report #1517354.

Detection Methods for CVE-2024-0519

Indicators of Compromise

  • Unexpected Chrome renderer process crashes or high memory consumption patterns
  • Network traffic to suspicious domains hosting JavaScript-heavy content
  • Browser process executing unexpected child processes or making anomalous system calls
  • Memory dump artifacts showing V8 heap corruption signatures

Detection Strategies

  • Monitor endpoint telemetry for Chrome processes exhibiting abnormal memory access patterns
  • Deploy browser version auditing to identify unpatched Chrome installations across the enterprise
  • Implement network-based detection rules for known malicious JavaScript patterns targeting V8
  • Utilize SentinelOne's behavioral AI to detect post-exploitation activities following browser compromise

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting and monitor for V8-related crashes
  • Implement centralized browser management to track and enforce version compliance
  • Configure SIEM alerts for unusual Chrome process behavior including unexpected DLL loads or process spawning
  • Review web proxy logs for access to domains associated with known exploitation attempts

How to Mitigate CVE-2024-0519

Immediate Actions Required

  • Update Google Chrome to version 120.0.6099.224 or later immediately across all endpoints
  • Verify Chrome auto-update functionality is enabled and functioning properly
  • Apply Fedora security updates for affected Fedora 38 and 39 systems
  • Review Couchbase Server deployments and apply vendor security patches from Couchbase Security Alerts
  • Consider temporarily restricting access to untrusted websites on critical systems until patching is complete

Patch Information

Google has released Chrome version 120.0.6099.224 which addresses this vulnerability along with other security fixes. The update is available through Chrome's automatic update mechanism and can be manually triggered by navigating to chrome://settings/help. Organizations should reference the Google Blog Chrome Update for official release notes. Fedora users should apply updates via the standard package management system as documented in the Fedora Package Announcement and Fedora Security Update Notice.

Workarounds

  • Enable Site Isolation in Chrome to limit the impact of renderer process compromise
  • Implement browser security policies via Group Policy or MDM to restrict JavaScript execution on untrusted sites
  • Deploy web content filtering to block access to known malicious domains
  • Consider using Chrome's JIT-less mode (--js-flags=--jitless) for high-security environments, though this may impact performance
bash
# Verify Chrome version on Linux/macOS
google-chrome --version

# Force Chrome update check (Windows)
# Navigate to chrome://settings/help or run:
# "C:\Program Files\Google\Chrome\Application\chrome.exe" --check-for-update-interval=1

# Fedora update commands
sudo dnf update chromium --refresh

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.47%

  • 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

  • CWE-125
  • Technical References
  • Google Blog Chrome Update

  • Chromium Bug Report #1517354

  • Fedora Package Announcement

  • Fedora Security Update Notice

  • Couchbase Security Alerts

  • CISA Known Exploited Vulnerabilities
  • Related CVEs
  • CVE-2026-5279: Google Chrome V8 RCE Vulnerability

  • CVE-2026-5277: Google Chrome ANGLE RCE Vulnerability

  • CVE-2026-5274: Google Chrome RCE Vulnerability

  • CVE-2026-4679: Google Chrome RCE Vulnerability
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