CVE-2021-30550

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Chrome's Accessibility component that allows heap corruption. Attackers can exploit it by tricking users into installing a malicious extension and visiting a crafted HTML page. All Chrome users prior to version 91.0.4472.101 are affected.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 91.0.4472.101
Operating Systems: Windows, Linux, macOS, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: Requires user to install a malicious extension and visit a crafted HTML page. Extensions from Chrome Web Store are vetted, but sideloaded or developer mode extensions bypass this protection.

📦 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 via arbitrary code execution, potentially leading to data theft, ransomware deployment, or complete system takeover.

🟠

Likely Case

Browser compromise allowing session hijacking, credential theft, and installation of additional malware through the exploited browser context.

🟢

If Mitigated

Limited impact with proper extension vetting and user awareness, potentially only browser crash or denial of service.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires social engineering to install malicious extension and visit crafted page. No public exploit code available at disclosure.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 91.0.4472.101

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

Restart Required: Yes

Instructions:

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

🔧 Temporary Workarounds

Disable Extension Installation

all

Prevent users from installing extensions to block the initial attack vector

For enterprise: Use Group Policy to disable extension installation
For individuals: Avoid installing extensions from untrusted sources

Enable Enhanced Protection

all

Enable Chrome's Enhanced Protection mode for additional security features

Settings → Privacy and security → Security → Enhanced protection

🧯 If You Can't Patch

  • Restrict extension installation to Chrome Web Store only and block sideloading
  • Implement network filtering to block access to suspicious or untrusted websites

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in Settings → About Chrome. If version is below 91.0.4472.101, system is vulnerable.

Check Version:

chrome://version/ or 'google-chrome --version' on Linux/macOS terminal

Verify Fix Applied:

Confirm Chrome version is 91.0.4472.101 or higher in Settings → About Chrome.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with accessibility-related stack traces
  • Unexpected extension installation events
  • Accessibility service errors in system logs

Network Indicators:

  • Requests to known malicious domains hosting crafted HTML pages
  • Unusual extension update traffic from non-Chrome Web Store sources

SIEM Query:

source="chrome" AND (event="crash" OR event="extension_install") AND version<"91.0.4472.101"

🔗 References

📤 Share & Export