CVE-2021-37987
📋 TL;DR
This is a use-after-free vulnerability in Chrome's Network APIs that allows remote attackers to potentially exploit heap corruption via a crafted HTML page. Attackers could execute arbitrary code or cause browser crashes. All users running vulnerable Chrome versions 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 →⚠️ Risk & Real-World Impact
Worst Case
Remote code execution leading to full system compromise, data theft, or malware installation.
Likely Case
Browser crashes, denial of service, or limited code execution in sandboxed context.
If Mitigated
Browser crash with no further impact if sandboxing holds.
🎯 Exploit Status
Exploitation requires bypassing Chrome's sandbox and other security mitigations.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 95.0.4638.54 and later
Vendor Advisory: https://chromereleases.googleblog.com/2021/10/stable-channel-update-for-desktop_19.html
Restart Required: Yes
Instructions:
1. Open Chrome 2. Click menu (three dots) → Help → About Google Chrome 3. Chrome will automatically check for and install updates 4. Click 'Relaunch' to restart with updated version
🔧 Temporary Workarounds
Disable JavaScript
allPrevents exploitation by disabling JavaScript execution, but breaks most websites.
chrome://settings/content/javascript → Block
Use site isolation
allEnable site isolation features to limit impact of potential exploitation.
chrome://flags/#enable-site-per-process → Enable
🧯 If You Can't Patch
- Restrict browser usage to trusted websites only
- Implement network filtering to block malicious HTML content
🔍 How to Verify
Check if Vulnerable:
Check Chrome version in menu → Help → About Google Chrome
Check Version:
google-chrome --version (Linux) or chrome://version
Verify Fix Applied:
Verify version is 95.0.4638.54 or higher
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports
- Unexpected process terminations
- Sandbox escape attempts
Network Indicators:
- Requests to known malicious domains serving crafted HTML
- Unusual outbound connections after visiting websites
SIEM Query:
source="chrome" AND (event="crash" OR event="process_termination") AND version<"95.0.4638.54"
🔗 References
- https://chromereleases.googleblog.com/2021/10/stable-channel-update-for-desktop_19.html
- https://crbug.com/1206928
- https://www.debian.org/security/2022/dsa-5046
- https://chromereleases.googleblog.com/2021/10/stable-channel-update-for-desktop_19.html
- https://crbug.com/1206928
- https://www.debian.org/security/2022/dsa-5046