CVE-2021-21144
📋 TL;DR
This vulnerability is a heap buffer overflow in Chrome's Tab Groups feature that could allow an attacker to exploit heap corruption. It affects users who install malicious Chrome extensions, potentially leading to arbitrary code execution. All Chrome users prior to version 88.0.4324.146 are vulnerable.
💻 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
Remote code execution with the privileges of the Chrome process, potentially leading to full system compromise if Chrome runs with elevated privileges.
Likely Case
Browser crash or instability, with potential for limited code execution within the browser sandbox.
If Mitigated
No impact if Chrome is updated to patched version or if users only install trusted extensions from official sources.
🎯 Exploit Status
Exploitation requires convincing a user to install a malicious extension and triggering the Tab Groups feature.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 88.0.4324.146 and later
Vendor Advisory: https://chromereleases.googleblog.com/2021/02/stable-channel-update-for-desktop.html
Restart Required: Yes
Instructions:
1. Open Chrome menu > Help > About Google Chrome. 2. Chrome will automatically check for updates and install version 88.0.4324.146 or later. 3. Click 'Relaunch' to restart Chrome with the update.
🔧 Temporary Workarounds
Disable Chrome Extensions
allTemporarily disable all Chrome extensions to prevent exploitation via malicious extensions.
chrome://extensions/ then toggle off all extensions
Restrict Extension Installation
allConfigure Chrome policies to only allow extensions from the Chrome Web Store.
Configure ExtensionInstallSources policy to only allow https://chrome.google.com/webstore/*
🧯 If You Can't Patch
- Implement application whitelisting to prevent installation of unauthorized Chrome extensions
- Use browser isolation technologies to contain potential exploitation
🔍 How to Verify
Check if Vulnerable:
Check Chrome version by navigating to chrome://settings/help or opening Chrome menu > Help > About Google Chrome.
Check Version:
google-chrome --version (Linux) or navigate to chrome://version/
Verify Fix Applied:
Verify Chrome version is 88.0.4324.146 or higher in the About Google Chrome page.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports related to Tab Groups
- Unexpected extension installation events
Network Indicators:
- Downloads of Chrome extensions from non-Google sources
SIEM Query:
source="chrome" AND (event="crash" AND process="chrome" AND module="tab_groups") OR (event="extension_install" AND source!="chrome_web_store")
🔗 References
- https://chromereleases.googleblog.com/2021/02/stable-channel-update-for-desktop.html
- https://crbug.com/1163845
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7ACWYJ74Z3YN2XH4QMUEGNBC3VXX464L/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/AUQSMNV7INLDDSD3RKI5S5EAULX2QC7P/
- https://security.gentoo.org/glsa/202104-08
- https://chromereleases.googleblog.com/2021/02/stable-channel-update-for-desktop.html
- https://crbug.com/1163845
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7ACWYJ74Z3YN2XH4QMUEGNBC3VXX464L/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/AUQSMNV7INLDDSD3RKI5S5EAULX2QC7P/
- https://security.gentoo.org/glsa/202104-08