CVE-2021-21160

8.8 HIGH

📋 TL;DR

This vulnerability is a heap buffer overflow in Chrome's WebAudio component that allows remote attackers to potentially exploit heap corruption via a crafted HTML page. It affects all users running Google Chrome versions prior to 89.0.4389.72. Successful exploitation could lead to arbitrary code execution or browser crashes.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 89.0.4389.72
Operating Systems: Windows, Linux, macOS, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all Chrome-based browsers (Chromium, Edge, etc.) that use vulnerable WebAudio components. Requires user to visit malicious website.

📦 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 combined with other vulnerabilities or running with elevated privileges.

🟠

Likely Case

Browser crash (denial of service) or limited memory corruption leading to unstable browser behavior.

🟢

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 interaction (visiting malicious site) but no authentication. Heap corruption vulnerabilities can be challenging to weaponize reliably.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 89.0.4389.72

Vendor Advisory: https://chromereleases.googleblog.com/2021/03/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 updates 4. Click 'Relaunch' to restart Chrome with the updated version

🔧 Temporary Workarounds

Disable WebAudio

all

Temporarily disable WebAudio component via Chrome flags (breaks audio functionality)

chrome://flags/#enable-webaudio → Disable

Use site isolation

all

Ensure site isolation is enabled to limit impact of renderer process compromise

chrome://flags/#enable-site-per-process → Enabled

🧯 If You Can't Patch

  • Use alternative browser that is not vulnerable
  • Implement web filtering to block malicious sites and restrict browsing to trusted domains only

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: if version is less than 89.0.4389.72, system is vulnerable

Check Version:

chrome://version/ or 'google-chrome --version' (Linux) or check About Google Chrome

Verify Fix Applied:

Verify Chrome version is 89.0.4389.72 or higher

📡 Detection & Monitoring

Log Indicators:

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

Network Indicators:

  • Requests to suspicious domains with WebAudio-related payloads

SIEM Query:

source="chrome_crash_reports" AND (process="chrome" OR process="renderer") AND message="*WebAudio*"

🔗 References

📤 Share & Export