CVE-2024-5832
📋 TL;DR
This is a use-after-free vulnerability in Dawn (WebGPU implementation) in Google Chrome that allows remote attackers to potentially exploit heap corruption via a crafted HTML page. Attackers could execute arbitrary code or cause denial of service. All users running vulnerable Chrome versions are affected.
💻 Affected Systems
- Google Chrome
- Chromium-based browsers
📦 What is this software?
Chrome by Google
Google Chrome is the world's most popular web browser, used by over 3 billion users globally across Windows, macOS, Linux, Android, and iOS platforms. As a Chromium-based browser developed by Google, Chrome dominates the browser market with approximately 65% market share, making it a critical compon...
Learn more about Chrome →Fedora by Fedoraproject
Fedora by Fedoraproject
⚠️ Risk & Real-World Impact
Worst Case
Remote code execution leading to full system compromise, data theft, or ransomware deployment.
Likely Case
Browser crash/denial of service or limited code execution in sandboxed context.
If Mitigated
Browser crash with no data loss if sandbox holds, or blocked exploit attempt.
🎯 Exploit Status
Exploitation requires user to visit malicious webpage. Chrome's sandbox may limit impact.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 126.0.6478.54 and later
Vendor Advisory: https://chromereleases.googleblog.com/2024/06/stable-channel-update-for-desktop.html
Restart Required: Yes
Instructions:
1. Open Chrome. 2. Click three dots menu → Help → About Google Chrome. 3. Chrome will automatically check for and install update. 4. Click 'Relaunch' to restart Chrome.
🔧 Temporary Workarounds
Disable WebGPU
allTemporarily disable WebGPU feature which contains the vulnerable Dawn component
chrome://flags/#enable-webgpu → Disabled
Use Chrome Enterprise policies
allDisable WebGPU via enterprise policy for managed environments
Set 'WebGPUEnabled' policy to false
🧯 If You Can't Patch
- Use browser extensions that block JavaScript execution on untrusted sites
- Implement network filtering to block known malicious domains and suspicious HTML content
🔍 How to Verify
Check if Vulnerable:
Check Chrome version: chrome://version → if version is below 126.0.6478.54, system is vulnerable.
Check Version:
On Windows: "chrome://version" in address bar. On Linux: google-chrome --version. On macOS: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version
Verify Fix Applied:
Confirm Chrome version is 126.0.6478.54 or higher via chrome://version
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports with WebGPU/Dawn references
- Unexpected Chrome process termination
Network Indicators:
- Requests to domains serving complex WebGPU content
- Unusual WebSocket connections during WebGPU usage
SIEM Query:
source="chrome_crash_reports" AND (message="*Dawn*" OR message="*WebGPU*")
🔗 References
- https://chromereleases.googleblog.com/2024/06/stable-channel-update-for-desktop.html
- https://issues.chromium.org/issues/340196361
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7VXA32LXMNK3DSK3JBRLTBPFUH7LTODU/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MPU7AB53QQVNTBPGRMJRY5SXJNYWW3FX/
- https://chromereleases.googleblog.com/2024/06/stable-channel-update-for-desktop.html
- https://issues.chromium.org/issues/340196361
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7VXA32LXMNK3DSK3JBRLTBPFUH7LTODU/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MPU7AB53QQVNTBPGRMJRY5SXJNYWW3FX/