CVE-2020-15987

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in WebRTC component of Google Chrome that could allow a remote attacker to trigger heap corruption via a crafted WebRTC stream. Attackers could potentially execute arbitrary code or cause browser crashes. 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, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All standard Chrome installations with WebRTC enabled are vulnerable. Enterprise deployments may have different update cycles.

📦 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 malware installation.

🟠

Likely Case

Browser crash (denial of service) or limited memory corruption leading to instability.

🟢

If Mitigated

No impact if Chrome is updated to patched version or WebRTC is disabled.

🌐 Internet-Facing: HIGH - Attack can be triggered via malicious website or WebRTC stream.
🏢 Internal Only: MEDIUM - Requires user interaction with malicious content, but internal threats could exploit.

🎯 Exploit Status

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

Exploitation requires user to visit malicious website or interact with crafted WebRTC stream. No public exploit code known.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 86.0.4240.75 and later

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 and install version 86.0.4240.75 or later. 3. Click 'Relaunch' to restart Chrome with the update.

🔧 Temporary Workarounds

Disable WebRTC

all

Disable WebRTC functionality to prevent exploitation via crafted streams

chrome://flags/#disable-webrtc
Set 'WebRTC' flag to 'Disabled'

Use Chrome Enterprise policies

all

Configure Chrome via Group Policy or MDM to disable WebRTC

Set 'DefaultWebRtcSetting' policy to 2 (disable)

🧯 If You Can't Patch

  • Deploy network filtering to block malicious WebRTC streams
  • Use application control to restrict Chrome usage to trusted websites only

🔍 How to Verify

Check if Vulnerable:

Check Chrome version via chrome://version or 'About Google Chrome' - if version is below 86.0.4240.75, system is vulnerable.

Check Version:

chrome://version (in Chrome address bar) or 'google-chrome --version' (command line)

Verify Fix Applied:

Confirm Chrome version is 86.0.4240.75 or higher in chrome://version.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with WebRTC-related stack traces
  • Unexpected Chrome process terminations

Network Indicators:

  • Unusual WebRTC traffic patterns
  • Suspicious WebRTC stream connections

SIEM Query:

source="chrome" AND (event="crash" OR event="exception") AND process="chrome" AND module="webrtc"

🔗 References

📤 Share & Export