CVE-2020-6467

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Chrome's WebRTC component that allows remote attackers to potentially exploit heap corruption. Attackers can trigger this by tricking users into visiting a malicious HTML page, potentially leading to arbitrary code execution. All Chrome users prior to version 83.0.4103.61 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 83.0.4103.61
Operating Systems: Windows, Linux, macOS, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default Chrome configurations are vulnerable. WebRTC is enabled by default.

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

🟠

Likely Case

Browser crash or denial of service, with potential for limited code execution in sandboxed context.

🟢

If Mitigated

Browser crash without code execution if sandboxing holds, minimal impact beyond session loss.

🌐 Internet-Facing: HIGH - Attackers can exploit via malicious websites without user interaction beyond visiting the page.
🏢 Internal Only: MEDIUM - Requires user to visit attacker-controlled content, but internal phishing could facilitate exploitation.

🎯 Exploit Status

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

Exploitation requires heap manipulation knowledge but no authentication. No public exploit code available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 83.0.4103.61 and later

Vendor Advisory: https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop_19.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 WebRTC

all

Disable WebRTC functionality to prevent exploitation of this vulnerability

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

Use Chrome Enterprise policies

all

Deploy Chrome Enterprise policies to disable WebRTC or enforce updates

Configure 'WebRtcUdpPortRange' policy to '1-1' to disable
Enable 'AutoUpdateCheckPeriodMinutes' policy

🧯 If You Can't Patch

  • Use alternative browser without WebRTC vulnerabilities
  • Implement network filtering to block malicious websites and reduce attack surface

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: if below 83.0.4103.61, system is vulnerable

Check Version:

chrome://version/ or 'google-chrome --version' on Linux

Verify Fix Applied:

Confirm Chrome version is 83.0.4103.61 or higher

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash logs with WebRTC-related stack traces
  • Unexpected Chrome process termination

Network Indicators:

  • Unusual WebRTC connection attempts to external IPs
  • Suspicious WebRTC data channels

SIEM Query:

source="chrome_logs" AND (event="crash" OR event="process_termination") AND process_name="chrome.exe" AND message="*WebRTC*"

🔗 References

📤 Share & Export