CVE-2021-21198

7.4 HIGH

📋 TL;DR

This vulnerability allows a remote attacker who has already compromised Chrome's renderer process to perform an out-of-bounds read in IPC (Inter-Process Communication) and potentially escape the browser's sandbox. This could lead to full system compromise. All users running Google Chrome versions prior to 89.0.4389.114 are affected.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 89.0.4389.114
Operating Systems: Windows, Linux, macOS, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: Chromium-based browsers may also be affected. Requires renderer process compromise as prerequisite.

📦 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

Complete sandbox escape leading to arbitrary code execution with system-level privileges, potentially compromising the entire host system.

🟠

Likely Case

Successful sandbox escape allowing attacker to execute arbitrary code outside browser sandbox, but requiring prior renderer process compromise.

🟢

If Mitigated

Attack fails due to updated Chrome version or other security controls, limiting impact to renderer process only.

🌐 Internet-Facing: HIGH - Attack can be triggered via crafted HTML page from any website.
🏢 Internal Only: MEDIUM - Requires user to visit malicious internal page or attacker to have internal web access.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: MEDIUM

Exploit requires chaining with another vulnerability to first compromise renderer process. Public PoC available via Packet Storm.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 89.0.4389.114

Vendor Advisory: https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop_30.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 update. 4. Click 'Relaunch' to restart Chrome with updated version.

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents execution of malicious JavaScript that could trigger the vulnerability

chrome://settings/content/javascript → Block

Use Site Isolation

all

Enforces process separation between websites to limit impact

chrome://flags/#site-isolation-trial-opt-out → Disabled

🧯 If You Can't Patch

  • Restrict access to untrusted websites using browser extensions or network filtering
  • Implement application whitelisting to prevent unauthorized Chrome execution

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: If version is less than 89.0.4389.114, system is vulnerable.

Check Version:

google-chrome --version (Linux) or chrome://version (all platforms)

Verify Fix Applied:

Confirm Chrome version is 89.0.4389.114 or later after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with IPC-related errors
  • Unexpected Chrome child process termination

Network Indicators:

  • Requests to known exploit hosting domains
  • Unusual outbound connections from Chrome processes

SIEM Query:

process_name:"chrome.exe" AND (event_id:1000 OR event_id:1001) AND message:"ipc" OR "sandbox"

🔗 References

📤 Share & Export