CVE-2020-6520

8.8 HIGH

📋 TL;DR

This vulnerability is a buffer overflow in Skia, Chrome's graphics engine, that allows remote attackers to potentially exploit heap corruption via a crafted HTML page. It affects Google Chrome users running versions prior to 84.0.4147.89. Successful exploitation could lead to arbitrary code execution.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 84.0.4147.89
Operating Systems: Windows, macOS, Linux, Android, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: All default Chrome installations are vulnerable. Other Chromium-based browsers may also be affected if they use vulnerable Skia versions.

📦 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 if Chrome is running with elevated privileges.

🟠

Likely Case

Browser crash (denial of service) or limited code execution within Chrome's sandbox, potentially allowing data theft or further exploitation.

🟢

If Mitigated

Browser crash with no further impact if sandboxing works correctly, though sandbox escapes are possible with additional vulnerabilities.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user interaction (visiting a malicious webpage). No public proof-of-concept has been released, but the vulnerability is actively patched.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 84.0.4147.89 and later

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

Restart Required: Yes

Instructions:

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

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents execution of malicious JavaScript that could trigger the vulnerability

Use browser extensions to block malicious sites

all

Reduces exposure to malicious HTML pages

🧯 If You Can't Patch

  • Restrict browsing to trusted websites only
  • Use alternative browsers temporarily

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: If version is below 84.0.4147.89, the system is vulnerable.

Check Version:

chrome://version/ (on Chrome) or google-chrome --version (command line)

Verify Fix Applied:

Confirm Chrome version is 84.0.4147.89 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected process terminations
  • Sandbox violation logs

Network Indicators:

  • Requests to known malicious domains hosting exploit code
  • Unusual outbound connections from Chrome processes

SIEM Query:

source="chrome" AND (event_type="crash" OR message="*Skia*" OR message="*buffer overflow*")

🔗 References

📤 Share & Export