CVE-2020-15967

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Chrome's payments component that allows a remote attacker to potentially escape the browser sandbox via a crafted HTML page. It affects Google Chrome versions prior to 86.0.4240.75. Users who visit malicious websites with vulnerable Chrome versions are at risk.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 86.0.4240.75
Operating Systems: Windows, Linux, macOS, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all Chrome installations with default settings. 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

Complete system compromise through sandbox escape leading to arbitrary code execution with user privileges.

🟠

Likely Case

Remote code execution within the browser context, potentially leading to data theft, malware installation, or further system exploitation.

🟢

If Mitigated

Limited impact if sandbox holds, but browser compromise could still lead to session hijacking or credential theft.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user interaction (visiting malicious page) but no authentication. No public exploit code available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 86.0.4240.75

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

Restart Required: Yes

Instructions:

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

🔧 Temporary Workarounds

Disable JavaScript

all

Temporarily disable JavaScript to prevent exploitation via malicious web pages

Use alternative browser

all

Switch to a non-vulnerable browser until Chrome is updated

🧯 If You Can't Patch

  • Implement network filtering to block access to untrusted websites
  • Use application whitelisting to prevent unauthorized code execution

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in menu → Help → About Google Chrome. If version is below 86.0.4240.75, system is vulnerable.

Check Version:

google-chrome --version (Linux) or open chrome://version in browser

Verify Fix Applied:

Verify Chrome version is 86.0.4240.75 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with payments component
  • Unexpected Chrome process termination

Network Indicators:

  • Unusual outbound connections from Chrome processes
  • Traffic to known malicious domains

SIEM Query:

source="chrome" AND (event_type="crash" OR process_name="chrome.exe") AND version<"86.0.4240.75"

🔗 References

📤 Share & Export