CVE-2020-6452
📋 TL;DR
This vulnerability is a heap buffer overflow in Chrome's media component that allows remote attackers to potentially execute arbitrary code or cause denial of service via a crafted HTML page. All users running vulnerable versions of Google Chrome are affected when visiting malicious websites.
💻 Affected Systems
- Google Chrome
📦 What is this software?
Backports by Opensuse
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
Leap by Opensuse
⚠️ 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 browser sandbox
If Mitigated
Browser crash with no further impact if sandbox holds
🎯 Exploit Status
Exploit requires user to visit malicious website. The bug report (crbug.com/1059764) contains technical details that could aid exploitation.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 80.0.3987.162
Vendor Advisory: https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_31.html
Restart Required: Yes
Instructions:
1. Open Chrome 2. Click menu (three dots) → Help → About Google Chrome 3. Chrome will check for updates and install 80.0.3987.162 or later 4. Click 'Relaunch' to restart Chrome
🔧 Temporary Workarounds
Disable JavaScript
allPrevents execution of malicious JavaScript that could trigger the vulnerability
chrome://settings/content/javascript → Block
Use site isolation
allEnables Chrome's site isolation feature to limit impact
chrome://flags/#enable-site-per-process → Enable
🧯 If You Can't Patch
- Use alternative browser until patch can be applied
- Implement network filtering to block known malicious domains
🔍 How to Verify
Check if Vulnerable:
Check Chrome version in About Google Chrome page
Check Version:
google-chrome --version (Linux) or chrome://version (all platforms)
Verify Fix Applied:
Verify Chrome version is 80.0.3987.162 or higher
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports
- Unexpected browser termination events
- Sandbox escape attempts in system logs
Network Indicators:
- Requests to known exploit domains
- Unusual media file downloads
SIEM Query:
source="chrome" AND (event="crash" OR event="sandbox_violation") AND version<"80.0.3987.162"
🔗 References
- http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00024.html
- http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00031.html
- https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_31.html
- https://crbug.com/1059764
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMXT4OKBMCJSNSX7TZDBJNY6ORKFZRFO/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JQTV7EFWQKF6VJBCVH4PUQJLGO7ISLTN/
- http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00024.html
- http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00031.html
- https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_31.html
- https://crbug.com/1059764
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMXT4OKBMCJSNSX7TZDBJNY6ORKFZRFO/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JQTV7EFWQKF6VJBCVH4PUQJLGO7ISLTN/