CVE-2021-37997
📋 TL;DR
This is a use-after-free vulnerability in Google Chrome's sign-in functionality that allows remote attackers to potentially exploit heap corruption. Attackers can trigger this by convincing users to sign into Chrome and visit a crafted HTML page. All Chrome users prior to version 95.0.4638.69 are affected.
💻 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
⚠️ Risk & Real-World Impact
Worst Case
Remote code execution leading to full system compromise, data theft, or malware installation.
Likely Case
Browser crash, memory corruption, or limited code execution within the Chrome sandbox.
If Mitigated
No impact if Chrome is updated to patched version or if users avoid signing into Chrome and visiting untrusted sites.
🎯 Exploit Status
Exploitation requires user interaction (signing in and visiting malicious page).
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 95.0.4638.69
Vendor Advisory: https://chromereleases.googleblog.com/2021/10/stable-channel-update-for-desktop_28.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.
🔧 Temporary Workarounds
Disable Chrome Sign-In
allPrevent users from signing into Chrome to remove the vulnerable code path.
chrome://flags/#account-consistency
Set to 'Disabled'
Use Chrome Enterprise Policies
allDeploy policies to disable sign-in or restrict browser usage.
🧯 If You Can't Patch
- Restrict users from signing into Chrome on vulnerable systems.
- Implement network filtering to block malicious HTML pages and restrict browser usage to trusted sites only.
🔍 How to Verify
Check if Vulnerable:
Check Chrome version: If version is less than 95.0.4638.69, system is vulnerable.
Check Version:
google-chrome --version
Verify Fix Applied:
Confirm Chrome version is 95.0.4638.69 or higher.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports with memory corruption signatures
- Unexpected sign-in events followed by crashes
Network Indicators:
- HTTP requests to known malicious domains hosting crafted HTML
- Unusual outbound connections after sign-in
SIEM Query:
source="chrome" AND (event="crash" OR event="signin") AND version<"95.0.4638.69"
🔗 References
- https://chromereleases.googleblog.com/2021/10/stable-channel-update-for-desktop_28.html
- https://crbug.com/1259864
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3W46HRT2UVHWSLZB6JZHQF6JNQWKV744/
- https://www.debian.org/security/2022/dsa-5046
- https://chromereleases.googleblog.com/2021/10/stable-channel-update-for-desktop_28.html
- https://crbug.com/1259864
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3W46HRT2UVHWSLZB6JZHQF6JNQWKV744/
- https://www.debian.org/security/2022/dsa-5046