CVE-2023-6350
📋 TL;DR
This is a use-after-free vulnerability in Chrome's libavif library that allows remote attackers to potentially exploit heap corruption via crafted AVIF image files. Attackers could execute arbitrary code or cause crashes. All Chrome users prior to version 119.0.6045.199 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 ransomware deployment.
Likely Case
Browser crash (denial of service) or limited code execution within Chrome's sandbox.
If Mitigated
No impact if Chrome is fully patched or if AVIF file handling is disabled.
🎯 Exploit Status
Exploitation requires user to open a malicious AVIF file, but no authentication is needed. Heap corruption exploitation requires specific conditions.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 119.0.6045.199 and later
Vendor Advisory: https://chromereleases.googleblog.com/2023/11/stable-channel-update-for-desktop_28.html
Restart Required: Yes
Instructions:
1. Open Chrome. 2. Click three dots menu → Help → About Google Chrome. 3. Chrome will automatically check for and install update. 4. Click 'Relaunch' to restart Chrome.
🔧 Temporary Workarounds
Disable AVIF image rendering
allPrevent Chrome from processing AVIF files via enterprise policy or flags
chrome://flags/#enable-avif
Set to 'Disabled'
Block AVIF downloads
allUse network filtering to block .avif files
🧯 If You Can't Patch
- Use alternative browser without vulnerable libavif version
- Implement application whitelisting to block Chrome execution
🔍 How to Verify
Check if Vulnerable:
Check Chrome version: chrome://version/ - if version is less than 119.0.6045.199, system is vulnerable.
Check Version:
chrome://version/ or 'google-chrome --version' on Linux/macOS
Verify Fix Applied:
Confirm Chrome version is 119.0.6045.199 or higher via chrome://version/
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports
- Windows Event Logs: Application Error for chrome.exe
Network Indicators:
- Unusual downloads of .avif files
- Requests to suspicious image hosting domains
SIEM Query:
source="chrome_crash_logs" AND message="libavif" OR source="windows_security" AND event_id=1000 AND process_name="chrome.exe"
🔗 References
- https://chromereleases.googleblog.com/2023/11/stable-channel-update-for-desktop_28.html
- https://crbug.com/1501766
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T7ABNYMOI4ZHVCSPCNP7HQTOLGF53A2/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C7XQNYZZA3X2LBJF57ZHKXWOMJKNLZYR/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UJROPNKWW65R34J4IYGTJ7A3OBPUL4IQ/
- https://security.gentoo.org/glsa/202401-34
- https://www.debian.org/security/2023/dsa-5569
- https://chromereleases.googleblog.com/2023/11/stable-channel-update-for-desktop_28.html
- https://crbug.com/1501766
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T7ABNYMOI4ZHVCSPCNP7HQTOLGF53A2/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C7XQNYZZA3X2LBJF57ZHKXWOMJKNLZYR/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UJROPNKWW65R34J4IYGTJ7A3OBPUL4IQ/
- https://security.gentoo.org/glsa/202401-34
- https://www.debian.org/security/2023/dsa-5569