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

CVE-2024-5159: Google Chrome Buffer Overflow Vulnerability

CVE-2024-5159 is a heap buffer overflow in Google Chrome's ANGLE component that enables remote attackers to perform out-of-bounds memory reads. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-5159 Overview

CVE-2024-5159 is a heap buffer overflow vulnerability in ANGLE (Almost Native Graphics Layer Engine) in Google Chrome prior to version 125.0.6422.76. This vulnerability allows a remote attacker to perform an out-of-bounds memory read via a crafted HTML page. The Chromium security team has rated this vulnerability as High severity.

ANGLE is a critical graphics abstraction layer used by Chrome to translate OpenGL ES API calls to various native graphics APIs (DirectX on Windows, OpenGL on other platforms). A heap buffer overflow in this component can have serious security implications, potentially allowing attackers to read sensitive memory contents or chain with other vulnerabilities for more severe attacks.

Critical Impact

Remote attackers can exploit this heap buffer overflow to perform out-of-bounds memory reads, potentially leaking sensitive information or destabilizing the browser through crafted HTML pages.

Affected Products

  • Google Chrome versions prior to 125.0.6422.76
  • Fedora 39 (prior to patched chromium package)
  • Fedora 40 (prior to patched chromium package)

Discovery Timeline

  • 2024-05-22 - CVE-2024-5159 published to NVD
  • 2024-12-19 - Last updated in NVD database

Technical Details for CVE-2024-5159

Vulnerability Analysis

This vulnerability (classified as CWE-125: Out-of-Bounds Read) exists within the ANGLE graphics layer of Google Chrome. ANGLE serves as a translation layer that converts OpenGL ES 2.0/3.x API calls to platform-specific graphics APIs, making it a foundational component for Chrome's WebGL rendering capabilities.

The heap buffer overflow occurs when processing specially crafted graphics commands, allowing an attacker to read memory beyond the allocated buffer boundaries. This type of vulnerability can expose sensitive data stored in adjacent heap memory regions, potentially including authentication tokens, encryption keys, or other security-critical information.

The attack requires user interaction, specifically that a victim must navigate to a malicious webpage containing the crafted HTML content. Once triggered, the vulnerability executes within the context of the browser's renderer process, which is sandboxed but still poses significant risk for information disclosure.

Root Cause

The root cause is a heap buffer overflow within the ANGLE component, specifically related to improper boundary checking when processing graphics operations. When certain graphics commands are processed, the code fails to properly validate buffer boundaries, allowing memory reads beyond the allocated heap buffer. This represents a classic memory safety issue where input validation and buffer size checks are insufficient.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must:

  1. Create a malicious webpage containing specially crafted HTML/JavaScript that triggers the vulnerable code path in ANGLE
  2. Lure a victim to visit the malicious page through phishing, malicious advertisements, or compromised legitimate websites
  3. The crafted graphics operations cause the heap buffer overflow, resulting in out-of-bounds memory reads
  4. Sensitive information from adjacent heap memory may be exfiltrated to the attacker

The vulnerability is exploitable through any Chromium-based browser that has not been updated to version 125.0.6422.76 or later. For detailed technical information, refer to the Chromium Issue Tracker Entry.

Detection Methods for CVE-2024-5159

Indicators of Compromise

  • Unexpected browser crashes or instability when visiting untrusted websites
  • Abnormal memory consumption patterns in Chrome's GPU process
  • Browser sandbox escape attempts detected by endpoint security solutions
  • Unusual outbound network traffic following visits to suspicious pages

Detection Strategies

  • Monitor for Chrome processes exhibiting anomalous memory access patterns
  • Deploy browser version auditing to identify unpatched Chrome installations across the enterprise
  • Utilize endpoint detection and response (EDR) solutions capable of detecting heap overflow exploitation attempts
  • Implement network security monitoring for known malicious domains serving WebGL-based exploits

Monitoring Recommendations

  • Enable Chrome's crash reporting and review crash dumps for ANGLE-related failures
  • Monitor security telemetry from SentinelOne agents for browser exploitation attempts
  • Track browser update compliance across managed endpoints
  • Review web proxy logs for access to suspicious domains hosting graphics-based exploits

How to Mitigate CVE-2024-5159

Immediate Actions Required

  • Update Google Chrome to version 125.0.6422.76 or later immediately
  • Enable automatic updates for all Chromium-based browsers in your environment
  • Deploy enterprise browser management policies to enforce minimum version requirements
  • Consider temporarily disabling WebGL on high-risk systems if immediate patching is not possible

Patch Information

Google has addressed this vulnerability in Chrome version 125.0.6422.76 released on May 21, 2024. The fix is detailed in the Google Chrome Stable Update announcement.

For Fedora users, patched packages are available through the standard update channels:

  • Fedora 39 Package Announcement
  • Fedora 40 Package Announcement

Organizations using Chromium-based browsers should verify their version is at or above 125.0.6422.76.

Workarounds

  • Disable WebGL in Chrome by navigating to chrome://flags/#disable-webgl and enabling the flag (temporary mitigation only)
  • Use browser isolation solutions for high-risk web browsing activities
  • Implement strict Content Security Policy headers on internal web applications to prevent loading of untrusted graphics content
  • Consider network-level blocking of known malicious domains that may be serving exploit code
bash
# Verify Chrome version from command line
google-chrome --version

# For enterprise deployment, use Chrome Browser Cloud Management
# to enforce minimum version requirements across managed devices

# Linux: Update Chrome via package manager
sudo apt update && sudo apt upgrade google-chrome-stable

# Fedora: Update chromium package
sudo dnf update chromium

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.28%

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

  • Chromium Issue Tracker Entry

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Related CVEs
  • CVE-2026-5907: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-5869: Google Chrome WebML Buffer Overflow Flaw

  • CVE-2026-5867: Google Chrome WebML Buffer Overflow Flaw

  • CVE-2026-5864: Google Chrome WebAudio Buffer Overflow
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