CVE-2024-5495
📋 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 browser crashes. 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 malware installation.
Likely Case
Browser crash (denial of service) or limited code execution in sandboxed context.
If Mitigated
No impact if Chrome is updated to patched version or if WebGPU is disabled.
🎯 Exploit Status
Exploitation requires bypassing Chrome's sandbox and other security mitigations, but use-after-free vulnerabilities are commonly exploited.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 125.0.6422.141 and later
Vendor Advisory: https://chromereleases.googleblog.com/2024/05/stable-channel-update-for-desktop_30.html
Restart Required: Yes
Instructions:
1. Open Chrome. 2. Click three-dot menu → Help → About Google Chrome. 3. Chrome will automatically check for and install update. 4. Click 'Relaunch' to restart Chrome.
🔧 Temporary Workarounds
Disable WebGPU
allDisables the WebGPU API which contains the vulnerable Dawn component
chrome://flags/#enable-webgpu → Disabled
Disable JavaScript
allPrevents execution of malicious JavaScript that could trigger the vulnerability
chrome://settings/content/javascript → Block
🧯 If You Can't Patch
- Use browser extensions to block JavaScript on untrusted sites
- Implement network filtering to block malicious websites and ads
🔍 How to Verify
Check if Vulnerable:
Check Chrome version: If version is less than 125.0.6422.141, system is vulnerable.
Check Version:
chrome://version (look for 'Google Chrome' version number)
Verify Fix Applied:
Verify Chrome version is 125.0.6422.141 or higher after update.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports
- Browser process termination events
- Unexpected Chrome restarts
Network Indicators:
- Requests to known malicious domains hosting exploit code
- Unusual WebGPU API usage patterns
SIEM Query:
source="chrome_crash_reports" AND version<"125.0.6422.141"
🔗 References
- https://chromereleases.googleblog.com/2024/05/stable-channel-update-for-desktop_30.html
- https://issues.chromium.org/issues/338103465
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D5SQOWDIVBXQYQPPBSCH7EFISYAOCTHD/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4TZXVPN3NLZ4UDGZP6OASUM4OVLXX2/
- https://chromereleases.googleblog.com/2024/05/stable-channel-update-for-desktop_30.html
- https://issues.chromium.org/issues/338103465
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D5SQOWDIVBXQYQPPBSCH7EFISYAOCTHD/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4TZXVPN3NLZ4UDGZP6OASUM4OVLXX2/