CVE-2024-4671
📋 TL;DR
This is a use-after-free vulnerability in Google Chrome's Visuals component that allows a remote attacker who has already compromised the renderer process to potentially escape the browser sandbox. It affects Chrome versions prior to 124.0.6367.201 and could lead to full system compromise.
💻 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
Fedora by Fedoraproject
⚠️ Risk & Real-World Impact
Worst Case
Complete sandbox escape leading to arbitrary code execution with the privileges of the Chrome process, potentially resulting in full system compromise.
Likely Case
Successful sandbox escape allowing attackers to execute arbitrary code on the victim's system, install malware, or steal sensitive data.
If Mitigated
Limited to renderer process compromise if sandbox holds, preventing system-level access.
🎯 Exploit Status
Requires chaining with another vulnerability to first compromise the renderer process, then this vulnerability enables sandbox escape.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 124.0.6367.201 and later
Vendor Advisory: https://chromereleases.googleblog.com/2024/05/stable-channel-update-for-desktop_9.html
Restart Required: Yes
Instructions:
1. Open Chrome. 2. Click the three-dot menu. 3. Go to Help > About Google Chrome. 4. Chrome will automatically check for and install updates. 5. Click 'Relaunch' to restart Chrome with the update.
🔧 Temporary Workarounds
Disable JavaScript
allPrevents execution of malicious JavaScript that could exploit this vulnerability
Use Chrome's Site Isolation
allEnhances sandboxing by isolating each site in separate processes
🧯 If You Can't Patch
- Restrict browsing to trusted websites only
- Implement application whitelisting to prevent unauthorized Chrome execution
🔍 How to Verify
Check if Vulnerable:
Check Chrome version in Settings > About Chrome. If version is below 124.0.6367.201, the system is vulnerable.
Check Version:
google-chrome --version (Linux) or open chrome://version in Chrome browser
Verify Fix Applied:
Verify Chrome version is 124.0.6367.201 or higher after update.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports with memory corruption signatures
- Unexpected Chrome process termination or restart patterns
Network Indicators:
- Unusual outbound connections from Chrome processes
- Traffic to known malicious domains delivering exploit code
SIEM Query:
source="chrome" AND (event_type="crash" OR process_name="chrome.exe" AND parent_process!="explorer.exe")
🔗 References
- https://chromereleases.googleblog.com/2024/05/stable-channel-update-for-desktop_9.html
- https://issues.chromium.org/issues/339266700
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6G7EYH2JAK5OJPVNC6AXYQ5K7YGYNCDN/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BWFSZNNWSQYDRYKNLBDGEXXKMBXDYQ3F/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FAWEKDQTHPN7NFEMLIWP7YMIZ2DHF36N/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NTSN22LNYXMWHVTYNOYQVOY7VDZFHENQ/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WSUWM73ZCXTN62AT2REYQDD5ZKPFMDZD/
- https://chromereleases.googleblog.com/2024/05/stable-channel-update-for-desktop_9.html
- https://issues.chromium.org/issues/339266700
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6G7EYH2JAK5OJPVNC6AXYQ5K7YGYNCDN/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BWFSZNNWSQYDRYKNLBDGEXXKMBXDYQ3F/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FAWEKDQTHPN7NFEMLIWP7YMIZ2DHF36N/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NTSN22LNYXMWHVTYNOYQVOY7VDZFHENQ/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WSUWM73ZCXTN62AT2REYQDD5ZKPFMDZD/
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2024-4671