CVE-2020-6429

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Chrome's audio component that allows remote attackers to potentially exploit heap corruption. Attackers can trigger this by tricking users into visiting a malicious webpage. All Chrome users prior to version 80.0.3987.149 are affected.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 80.0.3987.149
Operating Systems: Windows, macOS, Linux, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: All standard Chrome installations are vulnerable. Extensions or security settings don't 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 leading to full system compromise, data theft, or ransomware deployment.

🟠

Likely Case

Browser crash (denial of service) or limited code execution within browser sandbox.

🟢

If Mitigated

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

🌐 Internet-Facing: HIGH - Attackers can exploit via malicious websites without user interaction beyond visiting the page.
🏢 Internal Only: MEDIUM - Requires user to visit malicious internal site or compromised legitimate site.

🎯 Exploit Status

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

Exploitation requires bypassing Chrome's sandbox and other security mitigations, but use-after-free vulnerabilities are commonly exploited in browser attacks.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 80.0.3987.149 and later

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

Restart Required: Yes

Instructions:

1. Open Chrome. 2. Click the three-dot menu → Help → About Google Chrome. 3. Chrome will automatically check for and install updates. 4. Click 'Relaunch' to restart Chrome with the update.

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents exploitation since the vulnerability requires JavaScript execution.

chrome://settings/content/javascript → Block

Use Site Isolation

all

Limits impact by isolating websites in separate processes.

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

🧯 If You Can't Patch

  • Restrict web browsing to trusted sites only using browser policies or extensions.
  • Deploy web filtering/proxy solutions to block malicious sites and monitor for exploitation attempts.

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: Open Chrome → Click three-dot menu → Help → About Google Chrome. If version is below 80.0.3987.149, you are vulnerable.

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:

After updating, verify Chrome version is 80.0.3987.149 or higher using the same About Google Chrome page.

📡 Detection & Monitoring

Log Indicators:

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

Network Indicators:

  • Requests to known malicious domains hosting exploit code
  • Unusual outbound connections after visiting suspicious sites

SIEM Query:

source="chrome_crash_logs" AND (message="audio" OR message="use-after-free") OR process_name="chrome.exe" AND event_type="process_crash"

🔗 References

📤 Share & Export