CVE-2021-21106
📋 TL;DR
This is a use-after-free vulnerability in Chrome's autofill feature that allows an attacker who has already compromised the renderer process to escape the browser sandbox. It affects users running Google Chrome versions prior to 87.0.4280.141. Successful exploitation could lead to full system compromise.
💻 Affected Systems
- Google Chrome
📦 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
Complete system compromise with attacker gaining full control of the victim's machine through sandbox escape.
Likely Case
Limited impact requiring prior renderer compromise, but could enable privilege escalation and persistence.
If Mitigated
Minimal impact if Chrome is fully patched and running with security controls like sandboxing enabled.
🎯 Exploit Status
Requires prior renderer compromise, making it a second-stage exploit for sandbox escape.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 87.0.4280.141
Vendor Advisory: https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop.html
Restart Required: Yes
Instructions:
1. Open Chrome. 2. Click three-dot menu → Help → About Google Chrome. 3. Chrome will automatically check for and install updates. 4. Click 'Relaunch' to restart Chrome.
🔧 Temporary Workarounds
Disable JavaScript
allPrevents exploitation by disabling JavaScript execution, but breaks most websites.
Use Chrome Enterprise policies
allConfigure Chrome via Group Policy or MDM to restrict autofill functionality.
🧯 If You Can't Patch
- Restrict user access to untrusted websites using web filtering solutions.
- Implement application whitelisting to prevent unauthorized code execution.
🔍 How to Verify
Check if Vulnerable:
Check Chrome version in Settings → About Chrome. If version is less than 87.0.4280.141, system is vulnerable.
Check Version:
google-chrome --version (Linux) or navigate to chrome://version
Verify Fix Applied:
Confirm Chrome version is 87.0.4280.141 or higher in About Chrome.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports with memory corruption signatures
- Unexpected process creation from Chrome
Network Indicators:
- Unusual outbound connections from Chrome processes
- Traffic to known malicious domains
SIEM Query:
source="chrome" AND (event_type="crash" OR process_name="chrome.exe" AND parent_process!="explorer.exe")
🔗 References
- https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop.html
- https://crbug.com/1148749
- 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/1148749
- 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