CVE-2021-21165

8.8 HIGH

📋 TL;DR

This CVE describes a data race vulnerability in Google Chrome's audio component that could allow heap corruption. A remote attacker could exploit this by tricking users into visiting a malicious HTML page, potentially leading to arbitrary code execution. All users running vulnerable versions of Google Chrome are affected.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 89.0.4389.72
Operating Systems: Windows, macOS, Linux, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: All standard Chrome installations are vulnerable. Chrome extensions or security settings do not mitigate this vulnerability.

📦 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 privileges of the Chrome process, potentially leading to full system compromise if Chrome is running with elevated privileges.

🟠

Likely Case

Browser crash or instability, with potential for limited code execution in the browser sandbox.

🟢

If Mitigated

No impact if Chrome is updated to patched version or if exploit attempts are blocked by security controls.

🌐 Internet-Facing: HIGH - Exploitation requires only visiting a malicious webpage, which is common for internet-facing systems.
🏢 Internal Only: MEDIUM - Internal users could still be targeted via phishing or compromised internal websites.

🎯 Exploit Status

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

Exploitation requires crafting a malicious HTML page and convincing users to visit it. Data race vulnerabilities can be challenging to exploit reliably.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 89.0.4389.72 and later

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

Restart Required: Yes

Instructions:

1. Open Chrome and click the three-dot menu. 2. Go to Help > About Google Chrome. 3. Chrome will automatically check for updates and install version 89.0.4389.72 or later. 4. Click 'Relaunch' to restart Chrome with the update.

🔧 Temporary Workarounds

Disable JavaScript

all

Temporarily disable JavaScript to prevent exploitation, though this will break most websites.

chrome://settings/content/javascript

Use Chrome Enterprise policies

all

Configure Chrome via Group Policy or MDM to block specific websites or restrict browser features.

🧯 If You Can't Patch

  • Use alternative browsers that are not affected by this specific vulnerability
  • Implement network filtering to block access to untrusted websites

🔍 How to Verify

Check if Vulnerable:

Check Chrome version by navigating to chrome://settings/help or clicking Help > About Google Chrome.

Check Version:

On Windows: "C:\Program Files\Google\Chrome\Application\chrome.exe" --version
On macOS: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version
On Linux: google-chrome --version

Verify Fix Applied:

Verify Chrome version is 89.0.4389.72 or higher in the About page.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected Chrome process termination
  • Security event logs showing Chrome access violations

Network Indicators:

  • Unusual outbound connections from Chrome processes
  • Traffic to known malicious domains hosting exploit code

SIEM Query:

source="chrome" AND (event_id="1000" OR event_id="1001") AND process_name="chrome.exe" AND description CONTAINS "heap corruption" OR description CONTAINS "access violation"

🔗 References

📤 Share & Export