CVE-2020-6382

8.8 HIGH

📋 TL;DR

This is a type confusion vulnerability in Chrome's JavaScript engine that could allow an attacker to corrupt heap memory. Attackers can exploit this by tricking users into visiting a malicious webpage, potentially leading to arbitrary code execution. All users of affected Chrome versions are vulnerable.

💻 Affected Systems

Products:
  • Google Chrome
Versions: Prior to 80.0.3987.87
Operating Systems: Windows, macOS, Linux, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default Chrome installations are vulnerable. Other Chromium-based browsers may also be affected.

📦 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 same privileges as the Chrome process, potentially leading to full system compromise, data theft, or ransomware deployment.

🟠

Likely Case

Browser crash (denial of service) or limited code execution within the sandboxed Chrome process.

🟢

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: HIGH

Exploitation requires bypassing Chrome's sandbox and other security mitigations, making reliable exploitation challenging.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 80.0.3987.87

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

Restart Required: Yes

Instructions:

1. Open Chrome. 2. Click the three-dot menu. 3. Go to Help > About Google Chrome. 4. Chrome will automatically check for and install updates. 5. Click Relaunch to restart Chrome.

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents JavaScript execution, which blocks the attack vector but breaks most websites.

Use browser extensions to block malicious sites

all

Extensions like uBlock Origin or NoScript can help block malicious content.

🧯 If You Can't Patch

  • Restrict access to untrusted websites using web filtering or proxy rules.
  • Implement application whitelisting to prevent unauthorized code execution.

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in Settings > About Chrome. If version is below 80.0.3987.87, it's vulnerable.

Check Version:

google-chrome --version

Verify Fix Applied:

Confirm Chrome version is 80.0.3987.87 or higher in Settings > About Chrome.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected process termination events

Network Indicators:

  • Requests to known malicious domains hosting exploit code

SIEM Query:

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

🔗 References

📤 Share & Export