CVE-2021-30573

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Chrome's GPU component that allows remote attackers to potentially exploit heap corruption via a crafted HTML page. Attackers could execute arbitrary code or cause browser crashes. All Chrome users prior to version 92.0.4515.107 are affected.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 92.0.4515.107
Operating Systems: Windows, Linux, macOS, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all Chrome installations regardless of configuration. Chromium-based browsers may also be affected.

📦 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 leading to full system compromise, data theft, or malware installation.

🟠

Likely Case

Browser crash (denial of service) or limited code execution within sandboxed Chrome process.

🟢

If Mitigated

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

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user to visit malicious website. No public exploit code available at disclosure.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 92.0.4515.107

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

Restart Required: Yes

Instructions:

Open Chrome
Click three-dot menu → Help → About Google Chrome
Chrome will automatically check for and install updates
Click 'Relaunch' to restart Chrome with updated version

🔧 Temporary Workarounds

Disable GPU acceleration

all

Temporarily disable hardware acceleration to mitigate the vulnerability

chrome://settings/system → Turn off 'Use hardware acceleration when available'

🧯 If You Can't Patch

  • Use alternative browser until Chrome can be updated
  • Implement web filtering to block malicious sites and restrict browsing

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in About Google Chrome page

Check Version:

chrome://version/

Verify Fix Applied:

Confirm Chrome version is 92.0.4515.107 or later

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • GPU process termination logs
  • Unexpected browser restarts

Network Indicators:

  • Requests to known malicious domains hosting exploit code

SIEM Query:

source="chrome" AND (event="crash" OR process="gpu-process")

🔗 References

📤 Share & Export