CVE-2021-21108
📋 TL;DR
This is a critical use-after-free vulnerability in Google Chrome's media component that allows a remote attacker who has already compromised the renderer process to potentially escape the browser sandbox. Attackers could execute arbitrary code with the privileges of the Chrome process, potentially gaining full system access. All users running Chrome versions prior to 87.0.4280.141 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
Full system compromise - attacker gains complete control over the victim's system, can install malware, steal data, and pivot to other systems.
Likely Case
Sandbox escape leading to arbitrary code execution with Chrome process privileges, enabling persistence, credential theft, and lateral movement.
If Mitigated
Limited impact if Chrome sandbox is properly configured and system-level protections exist, though renderer compromise still possible.
🎯 Exploit Status
Requires renderer process compromise first, then sandbox escape. The bug ID 1155426 suggests active exploitation was occurring.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 87.0.4280.141 and later
Vendor Advisory: https://chromereleases.googleblog.com/2021/01/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 updated version.
🔧 Temporary Workarounds
Disable JavaScript
allPrevents execution of malicious JavaScript that could trigger the vulnerability
chrome://settings/content/javascript
Use Site Isolation
allEnhances sandboxing by isolating each site in separate processes
chrome://flags/#enable-site-per-process
🧯 If You Can't Patch
- Restrict Chrome usage to trusted websites only
- Implement application whitelisting to prevent unauthorized Chrome execution
🔍 How to Verify
Check if Vulnerable:
Check Chrome version: If version is less than 87.0.4280.141, system is vulnerable.
Check Version:
chrome://version/ or 'google-chrome --version' on Linux
Verify Fix Applied:
Confirm Chrome version is 87.0.4280.141 or higher after update.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports with media-related processes
- Unusual Chrome child process creation patterns
- Sandbox escape attempts in system logs
Network Indicators:
- Requests to known exploit domains
- Unusual outbound connections from Chrome processes
SIEM Query:
process_name:"chrome.exe" AND (event_id:1000 OR event_id:1001) AND description:"media" OR process_name:"chrome.exe" AND parent_process NOT IN ("explorer.exe", "chrome.exe")
🔗 References
- https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop.html
- https://crbug.com/1155426
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VVUWIJKZTZTG6G475OR6PP4WPQBVM6PS/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Z6P6AVVFP7B2M4H7TJQBASRZIBLOTUFN/
- https://security.gentoo.org/glsa/202101-05
- https://www.debian.org/security/2021/dsa-4832
- https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop.html
- https://crbug.com/1155426
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VVUWIJKZTZTG6G475OR6PP4WPQBVM6PS/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Z6P6AVVFP7B2M4H7TJQBASRZIBLOTUFN/
- https://security.gentoo.org/glsa/202101-05
- https://www.debian.org/security/2021/dsa-4832