CVE-2020-6545

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 via a crafted HTML page. Attackers could execute arbitrary code or cause denial of service. All Chrome users prior to version 84.0.4147.125 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 84.0.4147.125
Operating Systems: Windows, Linux, macOS, Android, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: All standard Chrome installations are vulnerable. Extensions or security settings don't mitigate this.

📦 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 complete system compromise, data theft, or ransomware deployment

🟠

Likely Case

Browser crash/denial of service or limited code execution in sandboxed context

🟢

If Mitigated

Browser crash with no further impact if sandbox holds

🌐 Internet-Facing: HIGH - Attack can be triggered by visiting malicious websites
🏢 Internal Only: MEDIUM - Requires user interaction with malicious content

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: MEDIUM

Exploit requires user to visit malicious website. Chrome's sandbox may limit impact.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 84.0.4147.125 and later

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

Restart Required: Yes

Instructions:

1. Open Chrome 2. Click menu → Help → About Google Chrome 3. Chrome will check for and install updates 4. Click Relaunch to restart

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents execution of malicious JavaScript that could trigger the vulnerability

chrome://settings/content/javascript → Block

Use site isolation

all

Enables site isolation to limit impact if exploited

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

🧯 If You Can't Patch

  • Restrict web browsing to trusted sites only
  • Use application whitelisting to prevent unauthorized code execution

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in menu → Help → About Google Chrome

Check Version:

google-chrome --version (Linux) or chrome://version

Verify Fix Applied:

Verify version is 84.0.4147.125 or higher

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected process termination
  • Sandbox escape attempts

Network Indicators:

  • Requests to known malicious domains hosting exploit code

SIEM Query:

process_name:"chrome.exe" AND (event_id:1000 OR event_id:1001) AND version < "84.0.4147.125"

🔗 References

📤 Share & Export