CVE-2021-30555

8.8 HIGH

📋 TL;DR

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

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 91.0.4472.114
Operating Systems: Windows, Linux, macOS, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: Requires user to install malicious extension and perform user gesture on crafted HTML page.

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

🟠

Likely Case

Malicious extension installation leading to data exfiltration, credential theft, or browser session hijacking.

🟢

If Mitigated

Limited impact with proper extension vetting and user education preventing malicious extension installation.

🌐 Internet-Facing: HIGH - Exploitation requires user interaction but can be delivered via web pages.
🏢 Internal Only: MEDIUM - Requires user to install malicious extension, which is less likely in controlled environments.

🎯 Exploit Status

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

Requires social engineering to install malicious extension and user interaction on crafted page.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 91.0.4472.114 and later

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

Restart Required: Yes

Instructions:

1. Open Chrome settings 2. Click 'About Chrome' 3. Allow Chrome to update automatically 4. Restart Chrome when prompted

🔧 Temporary Workarounds

Disable extension installation

all

Prevent users from installing extensions to block the attack vector

chrome://flags/#extensions-on-chrome-urls (set to Disabled)
Use Group Policy to restrict extension installation

Restrict user permissions

all

Limit user ability to install software/extensions

🧯 If You Can't Patch

  • Implement strict extension whitelisting policies
  • Deploy web filtering to block malicious HTML pages

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in settings > About Chrome. If version is below 91.0.4472.114, system is vulnerable.

Check Version:

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

Verify Fix Applied:

Confirm Chrome version is 91.0.4472.114 or higher in settings > About Chrome.

📡 Detection & Monitoring

Log Indicators:

  • Unexpected extension installations
  • Chrome crash reports with sharing component references

Network Indicators:

  • Connections to suspicious extension repositories
  • Downloads of unusual Chrome extensions

SIEM Query:

source="chrome_logs" AND (event="extension_install" AND extension_name NOT IN approved_list) OR (event="crash" AND component="sharing")

🔗 References

📤 Share & Export