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

CVE-2024-4558: Google Chrome Use After Free Vulnerability

CVE-2024-4558 is a use after free vulnerability in ANGLE affecting Google Chrome versions prior to 124.0.6367.155. Attackers can exploit heap corruption through crafted HTML pages. This article covers technical details, impact, and patches.

Updated: January 22, 2026

CVE-2024-4558 Overview

CVE-2024-4558 is a use-after-free vulnerability in the ANGLE (Almost Native Graphics Layer Engine) component of Google Chrome prior to version 124.0.6367.155. ANGLE is a critical graphics abstraction layer that translates OpenGL ES API calls to platform-specific graphics APIs like DirectX on Windows, OpenGL on desktop platforms, and Metal on macOS. This memory corruption vulnerability allows a remote attacker to potentially exploit heap corruption by convincing a victim to visit a specially crafted HTML page.

Critical Impact

This vulnerability enables remote attackers to potentially achieve arbitrary code execution through heap corruption when victims visit malicious web pages, affecting multiple browsers and operating systems that utilize the ANGLE graphics library.

Affected Products

  • Google Chrome (prior to version 124.0.6367.155)
  • Apple Safari
  • Apple macOS
  • Apple iOS (iPhone OS)
  • Apple iPadOS
  • Fedora Project Fedora (versions 38, 39, 40)

Discovery Timeline

  • May 7, 2024 - CVE-2024-4558 published to NVD
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2024-4558

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a dangerous memory corruption issue where a program continues to reference memory after it has been freed. In the context of ANGLE, this occurs within the graphics rendering pipeline, where complex object lifecycle management during WebGL or other GPU-accelerated operations can lead to dangling pointer conditions.

The ANGLE library serves as a critical bridge between web content rendering and hardware-accelerated graphics. When processing specially crafted WebGL content or canvas operations embedded in HTML pages, improper memory management can result in a condition where freed memory is subsequently accessed. This creates an exploitable primitive where an attacker can potentially control the contents of the freed memory region, leading to heap corruption.

The network-based attack vector requires user interaction—specifically, a victim must navigate to a malicious page or be redirected through compromised advertisements or links. The scope is changed, meaning successful exploitation can impact resources beyond the vulnerable component's security authority, potentially escaping browser sandbox protections.

Root Cause

The root cause stems from improper object lifecycle management within ANGLE's graphics processing code. When rendering complex graphical content, ANGLE must allocate and deallocate numerous graphics objects and buffers. A race condition or logic error in the object destruction sequence can result in a pointer remaining valid after its referenced memory has been freed. Subsequent operations that reference this dangling pointer trigger the use-after-free condition, corrupting heap metadata or application data structures.

Attack Vector

The attack leverages the network vector, requiring an attacker to host or inject malicious content that triggers the vulnerable code path when rendered by affected browsers. The exploitation flow involves:

  1. Attacker crafts a malicious HTML page containing WebGL or canvas elements designed to trigger specific ANGLE code paths
  2. Victim navigates to the attacker-controlled page or encounters the malicious content through advertising networks or compromised legitimate sites
  3. The browser's rendering engine processes the malicious graphical content through ANGLE
  4. Memory corruption occurs during graphics object lifecycle operations
  5. Attacker-controlled data occupies the freed memory region, enabling potential code execution

The vulnerability mechanism centers on the timing and sequence of graphics object operations within ANGLE. By carefully constructing WebGL shaders, buffer operations, or texture manipulations, an attacker can trigger the memory management flaw. Technical details and patches are available in the Chromium Issue Tracker #337766133 and the Google Chrome Stable Update announcement.

Detection Methods for CVE-2024-4558

Indicators of Compromise

  • Unusual browser crashes or hangs when visiting unfamiliar websites, particularly those with heavy WebGL or canvas usage
  • Memory access violations or heap corruption errors in browser crash reports referencing ANGLE or graphics-related components
  • Detection of exploit delivery pages containing obfuscated JavaScript with WebGL shader manipulation
  • Anomalous network traffic patterns to domains hosting known exploit kits targeting browser vulnerabilities

Detection Strategies

  • Deploy browser version monitoring to identify installations running Chrome versions prior to 124.0.6367.155 or unpatched Safari/macOS/iOS versions
  • Implement endpoint detection rules to identify suspicious WebGL API call sequences that may indicate exploitation attempts
  • Monitor for crash patterns in libGLESv2.dll, libANGLE.dylib, or equivalent ANGLE library components
  • Utilize web proxy inspection to detect pages containing potential exploit payloads targeting graphics rendering vulnerabilities

Monitoring Recommendations

  • Enable browser telemetry and crash reporting to centralized security monitoring platforms
  • Configure SentinelOne agents to monitor browser process behavior for signs of heap corruption exploitation
  • Implement network-level inspection for known malicious domains associated with browser exploit delivery
  • Review endpoint logs for repeated browser restarts or crashes that may indicate exploitation attempts

How to Mitigate CVE-2024-4558

Immediate Actions Required

  • Update Google Chrome to version 124.0.6367.155 or later immediately across all enterprise endpoints
  • Apply the latest security updates for Apple Safari, macOS, iOS, and iPadOS as documented in Apple Support Document #HT214117, #HT214119, and #HT214121
  • Update Fedora systems through the package manager to receive patched Chromium packages as announced in the Fedora Package Announcements
  • Prioritize patching for systems with internet-facing browser usage and those handling sensitive data

Patch Information

Google addressed this vulnerability in Chrome version 124.0.6367.155 released on May 7, 2024. The fix was subsequently adopted by other browsers and operating systems that utilize the ANGLE library. Detailed patch information is available in the Google Chrome Stable Channel Update announcement. Apple released corresponding fixes documented in their security knowledge base articles. Debian LTS users should reference the Debian LTS Security Announcement for backported patches.

Workarounds

  • Temporarily disable WebGL in browser settings if immediate patching is not feasible: navigate to chrome://flags/#disable-webgl and enable the flag
  • Implement web filtering to block access to untrusted sites until patches can be deployed
  • Consider using application sandboxing or virtualization for high-risk browsing activities
  • Deploy browser isolation solutions to contain potential exploitation attempts
bash
# Verify Chrome version meets minimum patch level
# On Linux/macOS
google-chrome --version | grep -E "124\.0\.6367\.(15[5-9]|1[6-9][0-9]|[2-9][0-9]{2})" || echo "UPDATE REQUIRED"

# Enterprise deployment - force Chrome update via policy
# Windows Group Policy: Set "Update policy override" to "Always allow updates"
# Or use Chrome Browser Cloud Management for centralized update control

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechGoogle Chrome

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability2.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Full Disclosure Announcement July 15

  • Full Disclosure Announcement July 16

  • Full Disclosure Announcement July 18

  • Google Chrome Stable Update

  • Chromium Issue Tracker #337766133

  • Fedora Package Announcement - Message 1

  • Fedora Package Announcement - Message 2

  • Fedora Package Announcement - Message 3

  • Fedora Package Announcement - Message 4

  • Fedora Package Announcement - Message 5

  • Debian LTS Security Announcement

  • Apple Support Document #HT214117

  • Apple Support Document #HT214119

  • Apple Support Document #HT214121
  • Related CVEs
  • CVE-2026-5914: Google Chrome CSS Type Confusion Vulnerability

  • CVE-2026-5866: Google Chrome Use After Free Vulnerability

  • CVE-2026-5904: Google Chrome V8 Use-After-Free Flaw

  • CVE-2026-5893: Google Chrome V8 Use-After-Free Flaw
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