CVE-2020-15995

8.8 HIGH

📋 TL;DR

This vulnerability is an out-of-bounds write in Chrome's V8 JavaScript engine that allows remote attackers to potentially exploit heap corruption via a crafted HTML page. It affects Google Chrome versions prior to 86.0.4240.99, potentially leading to arbitrary code execution. Users who haven't updated Chrome are vulnerable when visiting malicious websites.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
  • Android Chrome
Versions: Versions prior to 86.0.4240.99
Operating Systems: Windows, macOS, Linux, Android, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: All default Chrome configurations are vulnerable. Chromium-based browsers may also be affected depending on their V8 version.

📦 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 privileges of the Chrome process, potentially leading to full system compromise if combined with privilege escalation vulnerabilities.

🟠

Likely Case

Browser crash or arbitrary code execution within the Chrome sandbox, potentially leading to data theft, cryptocurrency mining, or installation of malware.

🟢

If Mitigated

Limited impact due to Chrome's sandboxing, potentially just browser crashes 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 a malicious website). The bug report suggests this could be used for remote code execution.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 86.0.4240.99 and later

Vendor Advisory: https://chromereleases.googleblog.com/2020/10/chrome-for-android-update_31.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 with the update.

🔧 Temporary Workarounds

Disable JavaScript

all

Temporarily disable JavaScript in Chrome settings to prevent exploitation via malicious websites.

Use Site Isolation

all

Ensure Chrome's Site Isolation feature is enabled to limit the impact of potential exploits.

🧯 If You Can't Patch

  • Restrict access to untrusted websites using web filtering or proxy controls.
  • Implement application whitelisting to prevent execution of unauthorized binaries that might be dropped by exploits.

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: If version is less than 86.0.4240.99, the system is vulnerable.

Check Version:

chrome://version/ or 'google-chrome --version' on Linux/macOS command line

Verify Fix Applied:

Verify Chrome version is 86.0.4240.99 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected process terminations
  • Sandbox escape attempts in system logs

Network Indicators:

  • Connections to known malicious domains serving exploit code
  • Unusual outbound traffic from Chrome processes

SIEM Query:

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

🔗 References

📤 Share & Export