CVE-2021-21150

9.6 CRITICAL

📋 TL;DR

This is a use-after-free vulnerability in Google Chrome's Downloads component on Windows that allows a remote attacker who has already compromised the renderer process to potentially escape the browser sandbox. Attackers could execute arbitrary code with higher privileges by tricking users into visiting a malicious HTML page. This affects Chrome users on Windows systems prior to version 88.0.4324.182.

💻 Affected Systems

Products:
  • Google Chrome
Versions: Versions prior to 88.0.4324.182
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects Windows versions of Chrome; other operating systems are not vulnerable. Requires renderer process compromise first.

📦 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

Full system compromise with attacker gaining SYSTEM-level privileges, enabling installation of persistent malware, data theft, and lateral movement across the network.

🟠

Likely Case

Attacker escapes Chrome sandbox to execute code with user-level privileges, potentially stealing credentials, installing keyloggers, or accessing local files.

🟢

If Mitigated

With proper patching, the vulnerability is eliminated; with Chrome's sandbox intact, impact is limited to the renderer process only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: HIGH

Exploitation requires chaining with another vulnerability to first compromise the renderer process, then triggering the use-after-free to escape the sandbox.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 88.0.4324.182

Vendor Advisory: https://chromereleases.googleblog.com/2021/02/stable-channel-update-for-desktop_16.html

Restart Required: Yes

Instructions:

1. Open Chrome. 2. Click the three-dot menu → Help → About Google Chrome. 3. Chrome will automatically check for and install updates. 4. Click 'Relaunch' to restart Chrome with the patched version.

🔧 Temporary Workarounds

Disable Chrome Downloads

windows

Prevents exploitation by disabling the vulnerable Downloads component via group policy or registry settings.

Windows Registry: HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\DownloadRestrictions = 4

Use Alternative Browser

all

Temporarily switch to a non-vulnerable browser until Chrome can be patched.

🧯 If You Can't Patch

  • Restrict user access to untrusted websites via web filtering or proxy policies.
  • Implement application whitelisting to prevent execution of unauthorized binaries that might result from exploitation.

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: if below 88.0.4324.182 on Windows, the system is vulnerable.

Check Version:

chrome://version/

Verify Fix Applied:

Confirm Chrome version is 88.0.4324.182 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with memory corruption signatures
  • Unexpected child process creation from chrome.exe

Network Indicators:

  • Unusual outbound connections from Chrome processes to external IPs

SIEM Query:

Process Creation where ParentImage contains 'chrome.exe' and CommandLine contains unusual parameters

🔗 References

📤 Share & Export