CVE-2024-2173
📋 TL;DR
This vulnerability allows a remote attacker to perform out-of-bounds memory access in Chrome's V8 JavaScript engine via a crafted HTML page. This could potentially lead to arbitrary code execution or browser crashes. All users running vulnerable versions of Google Chrome 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
⚠️ Risk & Real-World Impact
Worst Case
Remote code execution with the same privileges as the Chrome process, potentially leading to full system compromise if Chrome is running with elevated privileges.
Likely Case
Browser crash (denial of service) or limited information disclosure through memory access.
If Mitigated
No impact if Chrome is updated to patched version or if exploit attempts are blocked by security controls.
🎯 Exploit Status
Exploitation requires JavaScript execution in Chrome's V8 engine. No public exploit code is known at this time.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 122.0.6261.111 or later
Vendor Advisory: https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop.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
allTemporarily disable JavaScript execution in Chrome to prevent exploitation
chrome://settings/content/javascript
Use Site Isolation
allEnable site isolation to limit impact of potential exploitation
chrome://flags/#enable-site-per-process
🧯 If You Can't Patch
- Use alternative browsers until Chrome can be updated
- Implement network filtering to block known malicious sites and restrict web browsing
🔍 How to Verify
Check if Vulnerable:
Check Chrome version in Settings > About Chrome. If version is below 122.0.6261.111, system is vulnerable.
Check Version:
google-chrome --version (Linux), "C:\Program Files\Google\Chrome\Application\chrome.exe" --version (Windows)
Verify Fix Applied:
Verify Chrome version is 122.0.6261.111 or higher in Settings > About Chrome.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports
- Unexpected Chrome process termination
- Memory access violation logs
Network Indicators:
- Requests to suspicious domains with crafted HTML/JavaScript
- Unusual outbound connections from Chrome processes
SIEM Query:
source="chrome" AND (event_type="crash" OR message="*out of bounds*" OR message="*memory access*")
🔗 References
- https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop.html
- https://issues.chromium.org/issues/325893559
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OYEGSHTMXIPXD5OW5CXVWQS3ZUBCBSXG/
- https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop.html
- https://issues.chromium.org/issues/325893559
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OYEGSHTMXIPXD5OW5CXVWQS3ZUBCBSXG/