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

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

CVE-2024-4948 is a use after free vulnerability in Google Chrome's Dawn component that enables remote attackers to exploit heap corruption through malicious HTML pages. This article covers technical details, affected versions, and patches.

Updated: January 22, 2026

CVE-2024-4948 Overview

CVE-2024-4948 is a use-after-free vulnerability affecting the Dawn component in Google Chrome prior to version 125.0.6422.60. Dawn is Google's WebGPU implementation that provides cross-platform GPU access for web applications. This vulnerability allows a remote attacker to potentially exploit heap corruption via a crafted HTML page, which could lead to denial of service or other unintended behavior when a user visits a malicious website.

Critical Impact

Remote attackers can exploit heap corruption through crafted HTML pages, potentially causing browser crashes or denial of service conditions by targeting the Dawn WebGPU implementation.

Affected Products

  • Google Chrome versions prior to 125.0.6422.60
  • Fedora 38
  • Fedora 39
  • Fedora 40

Discovery Timeline

  • 2024-05-15 - CVE-2024-4948 published to NVD
  • 2024-12-19 - Last updated in NVD database

Technical Details for CVE-2024-4948

Vulnerability Analysis

This use-after-free vulnerability (CWE-416) resides in Dawn, Google Chrome's native implementation of the WebGPU API. Use-after-free vulnerabilities occur when a program continues to use a pointer after the memory it references has been freed, leading to undefined behavior. In this case, the vulnerability allows heap corruption when processing specially crafted content.

The vulnerability is exploitable remotely through a network attack vector, requiring user interaction (visiting a malicious webpage). When successfully exploited, an attacker can corrupt heap memory, potentially leading to application crashes or denial of service. The attack does not require authentication or special privileges.

Root Cause

The root cause is a memory management flaw in the Dawn WebGPU implementation where a memory object is accessed after it has been deallocated. This type of vulnerability typically occurs when object lifetimes are not properly tracked, particularly in complex graphics APIs where GPU resources may be freed asynchronously while still being referenced by other components.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker would need to:

  1. Create a malicious HTML page containing crafted WebGPU content designed to trigger the use-after-free condition
  2. Entice a victim to visit the malicious page using a vulnerable version of Google Chrome
  3. The crafted content triggers improper memory handling in Dawn, causing heap corruption

The vulnerability can be exploited by hosting malicious content on an attacker-controlled website or by injecting malicious content into legitimate websites through other attack vectors such as cross-site scripting.

Detection Methods for CVE-2024-4948

Indicators of Compromise

  • Unexpected Chrome browser crashes or instability, particularly when visiting WebGPU-enabled websites
  • System logs showing Chrome renderer process crashes with heap corruption signatures
  • Memory access violations originating from Chrome's GPU process or Dawn component
  • Suspicious network requests to unknown domains serving WebGPU content

Detection Strategies

  • Monitor Chrome version deployments across the organization to identify instances running versions prior to 125.0.6422.60
  • Implement endpoint detection rules to identify Chrome crashes with heap corruption patterns
  • Deploy network monitoring to detect traffic to known malicious domains serving exploit content
  • Use browser telemetry to track unusual WebGPU API usage patterns

Monitoring Recommendations

  • Enable Chrome crash reporting and regularly review crash dumps for patterns indicating exploitation attempts
  • Monitor system event logs for recurring Chrome GPU process failures
  • Implement network-level inspection for HTML content containing suspicious WebGPU code patterns
  • Track browser update status across all endpoints to ensure timely patching

How to Mitigate CVE-2024-4948

Immediate Actions Required

  • Update Google Chrome to version 125.0.6422.60 or later immediately
  • For Fedora users, apply the latest chromium package updates from the official repositories
  • Enable automatic updates in Chrome to receive future security patches promptly
  • Consider temporarily disabling WebGPU features in enterprise environments until patching is complete

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 125.0.6422.60. The fix is included in the stable channel update released on May 15, 2024. Organizations should update all Chrome installations to this version or later.

For detailed patch information, refer to the Google Chrome Desktop Update. Additional technical details are available in the Chromium Issue Tracker Entry.

Fedora users should apply updates from the official package announcements:

  • Fedora Package Announcement for Fedora 38/39/40

Workarounds

  • Disable WebGPU functionality by launching Chrome with the --disable-webgpu flag as a temporary measure
  • Use enterprise Chrome policies to restrict access to untrusted websites until patching is complete
  • Implement web filtering to block access to known malicious domains
  • Consider using alternative browsers temporarily if immediate patching is not feasible
bash
# Temporary workaround: Launch Chrome with WebGPU disabled
google-chrome --disable-webgpu

# For enterprise deployments, use Group Policy or managed preferences
# to enforce Chrome updates and restrict WebGPU access

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

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Google Chrome Desktop Update

  • Chromium Issue Tracker Entry

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Related CVEs
  • CVE-2026-6919: Google Chrome DevTools Use After Free Flaw

  • CVE-2026-6362: Google Chrome Codecs Use-After-Free Flaw

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

  • CVE-2026-6318: Google Chrome Codecs 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