CVE-2020-15974

8.8 HIGH

📋 TL;DR

This integer overflow vulnerability in Chrome's Blink rendering engine allows attackers to bypass site isolation protections. Attackers can craft malicious HTML pages to potentially access cross-origin data. All Chrome users prior to version 86.0.4240.75 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 86.0.4240.75
Operating Systems: Windows, Linux, macOS, Android, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: Site isolation must be enabled (default in Chrome), but no special configuration needed for exploitation.

📦 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 bypass of Chrome's site isolation security boundary, enabling cross-origin data theft including cookies, session tokens, and sensitive information from other websites.

🟠

Likely Case

Targeted attacks against users visiting malicious websites, potentially stealing authentication tokens or sensitive data from other tabs/windows.

🟢

If Mitigated

With updated Chrome and proper web security controls, impact is limited to denial of service or minor information leakage.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

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

🛠️ 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 menu > Help > About Google Chrome. 2. Chrome will automatically check for updates. 3. If update available, click 'Relaunch' to apply. 4. Verify version is 86.0.4240.75 or later.

🔧 Temporary Workarounds

Disable JavaScript

all

Temporarily disable JavaScript to prevent exploitation via crafted HTML pages

chrome://settings/content/javascript

Use Site Isolation Disable Flag

all

Disable site isolation feature (not recommended for security)

chrome://flags/#site-isolation-trial-opt-out

🧯 If You Can't Patch

  • Use alternative browser with updated security patches
  • Implement network filtering to block known malicious domains hosting exploit pages

🔍 How to Verify

Check if Vulnerable:

Check Chrome version via chrome://version or Help > About Google Chrome

Check Version:

google-chrome --version

Verify Fix Applied:

Confirm Chrome version is 86.0.4240.75 or higher

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with Blink component
  • Unusual cross-origin resource access patterns

Network Indicators:

  • Requests to domains hosting crafted HTML pages with unusual parameters

SIEM Query:

source="chrome" AND (event_type="crash" AND component="blink") OR (url CONTAINS "malicious_domain_pattern")

🔗 References

📤 Share & Export