CVE-2024-0806
📋 TL;DR
This is a use-after-free vulnerability in Google Chrome's password management component that could allow heap corruption. Attackers could potentially exploit this to execute arbitrary code or cause browser crashes by tricking users into specific UI interactions. 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, credential theft, or malware installation.
Likely Case
Browser crash (denial of service) or limited information disclosure from memory corruption.
If Mitigated
No impact if Chrome is updated to patched version or if exploit attempts are blocked by security controls.
🎯 Exploit Status
Requires specific UI interaction but no authentication. No public exploit code available at disclosure.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 121.0.6167.85 and later
Vendor Advisory: https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop_23.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 updates. 4. Click 'Relaunch' to restart Chrome with the update.
🔧 Temporary Workarounds
Disable Chrome Auto-Update
allPrevent Chrome from automatically updating to ensure controlled patching in enterprise environments.
# Windows: Use Group Policy to disable auto-update
# macOS/Linux: Configure update policies in Chrome policies
🧯 If You Can't Patch
- Restrict access to untrusted websites using web filtering or proxy controls.
- Implement application allowlisting to prevent unauthorized Chrome execution.
🔍 How to Verify
Check if Vulnerable:
Check Chrome version: If version is less than 121.0.6167.85, system is vulnerable.
Check Version:
chrome://version/ (in Chrome address bar) or 'google-chrome --version' (command line)
Verify Fix Applied:
Confirm Chrome version is 121.0.6167.85 or higher after update.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports with memory corruption signatures
- Unexpected process termination of chrome.exe
Network Indicators:
- Requests to suspicious domains followed by Chrome crashes
- Unusual outbound connections from Chrome process
SIEM Query:
process_name:"chrome.exe" AND (event_id:1000 OR event_id:1001) AND exception_code:0xc0000005
🔗 References
- https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop_23.html
- https://crbug.com/1505176
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MMI6GXFONZV6HE3BPZO3AP6GUVQLG4JQ/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VXDSGAFQD4BDB4IB2O4ZUSHC3JCVQEKC/
- https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop_23.html
- https://crbug.com/1505176
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MMI6GXFONZV6HE3BPZO3AP6GUVQLG4JQ/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VXDSGAFQD4BDB4IB2O4ZUSHC3JCVQEKC/