CVE-2024-5843
📋 TL;DR
This vulnerability in Google Chrome allows attackers to hide security warnings during file downloads, potentially tricking users into opening malicious files. It affects Chrome users on all platforms who haven't updated to the patched version. The attack requires user interaction to download and open a malicious file.
💻 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
Users could be tricked into downloading and executing malware, ransomware, or other malicious payloads that appear to be legitimate files, leading to system compromise, data theft, or ransomware infection.
Likely Case
Attackers could use this to deliver phishing payloads, adware, or other malicious software by hiding security warnings that would normally alert users to suspicious downloads.
If Mitigated
With proper user awareness training and security controls, users would be less likely to open suspicious files even if warnings are hidden, limiting the impact to potential malware downloads that are caught by endpoint protection.
🎯 Exploit Status
Exploitation requires user interaction to download and open a malicious file. No public exploit code has been released as of the advisory date.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 126.0.6478.54
Vendor Advisory: https://chromereleases.googleblog.com/2024/06/stable-channel-update-for-desktop.html
Restart Required: Yes
Instructions:
1. Open Chrome. 2. Click the three-dot menu → Help → About Google Chrome. 3. Chrome will automatically check for updates and install version 126.0.6478.54 or later. 4. Click 'Relaunch' to restart Chrome with the update.
🔧 Temporary Workarounds
Disable automatic downloads
allConfigure Chrome to ask where to save each file before downloading, giving users more visibility into download actions.
chrome://settings/downloads → Toggle 'Ask where to save each file before downloading' to ON
Enable enhanced security warnings
allEnable additional security features in Chrome settings to provide more download warnings.
chrome://settings/security → Enable 'Enhanced protection' or 'Standard protection' with all features
🧯 If You Can't Patch
- Implement application whitelisting to prevent execution of unauthorized files
- Deploy endpoint detection and response (EDR) solutions to monitor for suspicious download and execution patterns
🔍 How to Verify
Check if Vulnerable:
Check Chrome version: Open Chrome → Click three-dot menu → Help → About Google Chrome. If version is below 126.0.6478.54, you are vulnerable.
Check Version:
On Windows: chrome://version/ | On Linux: google-chrome --version | On macOS: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version
Verify Fix Applied:
Verify Chrome version is 126.0.6478.54 or higher using the same About Google Chrome page.
📡 Detection & Monitoring
Log Indicators:
- Chrome logs showing downloads of files with unusual extensions or from untrusted sources
- Security event logs showing file downloads followed by execution
Network Indicators:
- Downloads from suspicious domains or IP addresses
- Unusual file download patterns from web servers
SIEM Query:
source="chrome" AND (event="download" OR event="file_save") AND (file_extension="exe" OR file_extension="bat" OR file_extension="ps1") AND user_interaction="false"
🔗 References
- https://chromereleases.googleblog.com/2024/06/stable-channel-update-for-desktop.html
- https://issues.chromium.org/issues/333940412
- 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/333940412
- 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/