CVE-2021-30604

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in ANGLE (Almost Native Graphics Layer Engine) component of Google Chrome that allows heap corruption. Attackers can exploit it by tricking users into visiting a malicious HTML page, potentially leading to arbitrary code execution. All Chrome users prior to version 92.0.4515.159 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 92.0.4515.159
Operating Systems: Windows, Linux, macOS, Android, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: ANGLE is enabled by default in Chrome for graphics acceleration. All standard Chrome installations are vulnerable.

📦 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 with the same privileges as the Chrome process, potentially leading to full system compromise, data theft, or ransomware deployment.

🟠

Likely Case

Browser crash (denial of service) or limited code execution within Chrome's sandbox, potentially enabling further exploitation chains.

🟢

If Mitigated

No impact if Chrome is fully patched or if exploit attempts are blocked by security controls.

🌐 Internet-Facing: HIGH - Exploitable via visiting malicious websites, which is common for internet-facing systems.
🏢 Internal Only: MEDIUM - Still exploitable via internal phishing or compromised internal websites, but attack surface is reduced.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: MEDIUM

Exploitation requires user interaction (visiting malicious page) but no authentication. Use-after-free vulnerabilities typically require careful memory manipulation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 92.0.4515.159 and later

Vendor Advisory: https://chromereleases.googleblog.com/2021/08/stable-channel-update-for-desktop.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 apply updates. 4. Click 'Relaunch' when prompted.

🔧 Temporary Workarounds

Disable ANGLE graphics backend

all

Disables the vulnerable ANGLE component by forcing Chrome to use alternative graphics backends

chrome --use-gl=desktop
chrome --use-gl=osmesa

Disable WebGL

all

Prevents exploitation by disabling WebGL functionality that uses ANGLE

chrome --disable-webgl

🧯 If You Can't Patch

  • Use browser isolation technology to render web content in isolated containers
  • Implement strict web filtering to block known malicious sites and untrusted content

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: if below 92.0.4515.159, system is vulnerable

Check Version:

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

Verify Fix Applied:

Confirm Chrome version is 92.0.4515.159 or higher

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with ANGLE-related stack traces
  • Unexpected Chrome process termination

Network Indicators:

  • Requests to known malicious domains hosting exploit code
  • Unusual outbound connections after visiting suspicious sites

SIEM Query:

source="chrome" AND (event="crash" OR event="process_termination") AND message="*ANGLE*"

🔗 References

📤 Share & Export