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

CVE-2024-5834: Google Chrome Dawn RCE Vulnerability

CVE-2024-5834 is a remote code execution vulnerability in Google Chrome's Dawn component that allows attackers to execute arbitrary code via crafted HTML pages. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-5834 Overview

CVE-2024-5834 is a code injection vulnerability affecting Google Chrome's Dawn component, the WebGPU implementation. An inappropriate implementation flaw allows a remote attacker to execute arbitrary code when a victim visits a crafted HTML page. This vulnerability poses significant risk as it can be exploited through standard web browsing activity without requiring any special privileges.

Critical Impact

Remote code execution via crafted HTML page targeting Chrome's Dawn WebGPU component - users can be compromised simply by visiting a malicious website.

Affected Products

  • Google Chrome versions prior to 126.0.6478.54
  • Fedora Project Fedora 39
  • Fedora Project Fedora 40

Discovery Timeline

  • 2024-06-11 - CVE-2024-5834 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-5834

Vulnerability Analysis

The vulnerability exists within Dawn, Google Chrome's native implementation of the WebGPU API. Dawn serves as the cross-platform abstraction layer enabling hardware-accelerated graphics and compute operations within the browser. The inappropriate implementation in this component creates a pathway for code injection attacks.

When processing certain inputs through the WebGPU interface, the Dawn component fails to properly validate or handle data, resulting in a condition where attacker-controlled code can be executed within the browser's rendering process. The network-accessible attack vector combined with low attack complexity makes this vulnerability particularly dangerous for end users who may unknowingly visit malicious websites.

Root Cause

The root cause stems from an inappropriate implementation in the Dawn component (CWE-94: Code Injection). The specific implementation flaw allows external input from a crafted HTML page to influence code execution paths in ways not intended by the developers. This type of vulnerability typically arises from insufficient validation of WebGPU API parameters or improper handling of GPU command buffers.

Attack Vector

The attack leverages Chrome's WebGPU functionality through a specially crafted HTML page. An attacker can host a malicious webpage that, when visited by a victim using a vulnerable Chrome version, triggers the inappropriate implementation bug in Dawn. The attack requires user interaction (visiting the page) but no authentication or special privileges.

The attack flow typically follows this pattern:

  1. Attacker creates a malicious HTML page with crafted WebGPU API calls
  2. Victim visits the attacker-controlled webpage using vulnerable Chrome
  3. Chrome's Dawn component processes the malicious WebGPU commands
  4. The inappropriate implementation allows arbitrary code execution

For detailed technical information about this vulnerability, refer to the Chromium Issue Tracker Entry and the Google Chrome Stable Update announcement.

Detection Methods for CVE-2024-5834

Indicators of Compromise

  • Unusual GPU process crashes or abnormal Chrome renderer behavior
  • Unexpected WebGPU API utilization in network traffic or browser logs
  • Signs of code execution originating from the Chrome GPU process
  • Suspicious HTML/JavaScript files containing WebGPU Dawn-specific code patterns

Detection Strategies

  • Monitor Chrome version deployments across endpoints to identify vulnerable installations (versions below 126.0.6478.54)
  • Implement browser extension or endpoint detection rules to flag unusual WebGPU API behavior
  • Deploy web filtering solutions to block known malicious domains attempting to exploit WebGPU vulnerabilities
  • Enable Chrome's enhanced safe browsing mode to detect potentially malicious pages

Monitoring Recommendations

  • Configure endpoint detection and response (EDR) solutions to monitor Chrome GPU process activities
  • Establish baselines for normal WebGPU usage patterns to detect anomalous behavior
  • Review browser crash reports for Dawn-related exceptions that may indicate exploitation attempts
  • Enable verbose Chrome logging in high-security environments to capture WebGPU API interactions

How to Mitigate CVE-2024-5834

Immediate Actions Required

  • Update Google Chrome to version 126.0.6478.54 or later immediately across all endpoints
  • Fedora 39 and 40 users should apply the latest chromium package updates via their package manager
  • Consider temporarily disabling WebGPU functionality via Chrome flags (chrome://flags/#enable-unsafe-webgpu) in high-risk environments until patches are deployed
  • Implement network-level protections to block known malicious domains

Patch Information

Google has addressed this vulnerability in Chrome version 126.0.6478.54. The fix is included in the stable channel update released on June 11, 2024. Users should update Chrome immediately via the browser's built-in update mechanism:

  1. Open Chrome and navigate to chrome://settings/help
  2. Chrome will automatically check for and install updates
  3. Restart the browser to complete the update process

Fedora users can update via:

  • Fedora 39/40: sudo dnf update chromium

For additional details, see the Google Chrome Stable Update announcement and the Fedora Package Announcement.

Workarounds

  • Disable WebGPU in Chrome by setting the flag --disable-features=Vulkan,WebGPU at browser startup
  • Use Chrome's site isolation features to limit the impact of potential exploitation
  • Deploy content security policies (CSP) on internal web applications to restrict WebGPU usage
  • Consider using browser virtualization or sandboxing solutions for high-risk browsing activities
bash
# Disable WebGPU temporarily via Chrome flags
# Launch Chrome with WebGPU disabled
google-chrome --disable-features=Vulkan,WebGPU

# Verify Chrome version (should be 126.0.6478.54 or higher)
google-chrome --version

# Fedora update command
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
  • TypeRCE

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.88%

  • 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
  • NVD-CWE-noinfo

  • CWE-94
  • Technical References
  • Google Chrome Stable Update

  • Chromium Issue Tracker Entry

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Related CVEs
  • CVE-2026-6920: Google Chrome GPU Sandbox Escape RCE Flaw

  • CVE-2026-6361: Google Chrome PDFium RCE Vulnerability

  • CVE-2026-6308: Google Chrome Media RCE Vulnerability

  • CVE-2026-6363: Google Chrome V8 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