CVE-2020-6383

8.8 HIGH

📋 TL;DR

This vulnerability is a type confusion flaw in Chrome's V8 JavaScript engine that allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. It affects users running Google Chrome versions prior to 80.0.3987.116. Successful exploitation could lead to arbitrary code execution in the context of the browser.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 80.0.3987.116
Operating Systems: Windows, Linux, macOS, Android
Default Config Vulnerable: ⚠️ Yes
Notes: All default Chrome configurations are vulnerable. Other browsers using V8 engine 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 leading to full system compromise, data theft, or ransomware deployment through the browser context.

🟠

Likely Case

Arbitrary code execution within the browser sandbox, potentially leading to session hijacking, credential theft, or installation of malware.

🟢

If Mitigated

Limited impact due to Chrome's sandboxing, potentially resulting in browser crash or denial of service.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user interaction (visiting malicious website). Public proof-of-concept exists in bug tracker.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 80.0.3987.116 and later

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

Restart Required: Yes

Instructions:

1. Open Chrome settings 2. Click 'About Chrome' 3. Allow Chrome to update automatically 4. Restart browser when prompted

🔧 Temporary Workarounds

Disable JavaScript

all

Temporarily disable JavaScript execution in Chrome to prevent exploitation

chrome://settings/content/javascript

Use Site Isolation

all

Enable site isolation to limit impact of potential exploitation

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

🧯 If You Can't Patch

  • Restrict browser usage to trusted websites only
  • Implement network filtering to block malicious domains

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in settings. If version is below 80.0.3987.116, system is vulnerable.

Check Version:

chrome://version/

Verify Fix Applied:

Verify Chrome version is 80.0.3987.116 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unusual process creation from chrome.exe

Network Indicators:

  • Connections to known malicious domains serving exploit code

SIEM Query:

source="chrome" AND (event_type="crash" OR process_name="chrome.exe" AND parent_process!="explorer.exe")

🔗 References

📤 Share & Export