CVE-2020-6404

8.8 HIGH

📋 TL;DR

This vulnerability in Google Chrome's Blink rendering engine allows remote attackers to potentially execute arbitrary code or cause denial of service via heap corruption. Attackers can exploit this by tricking users into visiting a malicious website. All users of affected Chrome versions are at risk.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: Versions prior to 80.0.3987.87
Operating Systems: Windows, macOS, Linux, 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 full system compromise, data theft, or ransomware deployment.

🟠

Likely Case

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

🟢

If Mitigated

Minimal impact if browser sandbox contains the exploit or if exploit fails.

🌐 Internet-Facing: HIGH - Exploitable via malicious websites without user interaction beyond visiting the site.
🏢 Internal Only: MEDIUM - Requires user to visit malicious internal page or attacker to control internal web content.

🎯 Exploit Status

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

Exploit requires crafting malicious HTML/JavaScript but doesn't need authentication. Public bug report exists.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 80.0.3987.87 and later

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

Restart Required: Yes

Instructions:

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

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents exploitation by disabling JavaScript execution in Chrome

Use Site Isolation

all

Enables Chrome's Site Isolation feature to limit impact

🧯 If You Can't Patch

  • Restrict web browsing to trusted sites only
  • Use alternative browser temporarily

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in menu → Help → About Google Chrome. If version is below 80.0.3987.87, you're vulnerable.

Check Version:

google-chrome --version (Linux) or check Chrome settings on Windows/macOS

Verify Fix Applied:

Confirm Chrome version is 80.0.3987.87 or higher after update.

📡 Detection & Monitoring

Log Indicators:

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

Network Indicators:

  • Requests to known malicious domains hosting exploit
  • Unusual outbound connections after visiting web page

SIEM Query:

source="chrome" AND (event="crash" OR event="process_termination")

🔗 References

📤 Share & Export