CVE-2020-6575

8.3 HIGH

📋 TL;DR

This vulnerability is a race condition in Chrome's Mojo IPC system that allows an attacker who has already compromised the renderer process to potentially escape the browser sandbox. It affects Chrome users on all platforms. Successful exploitation could lead to full system compromise.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 85.0.4183.102
Operating Systems: Windows, Linux, macOS, Chrome OS, Android
Default Config Vulnerable: ⚠️ Yes
Notes: All Chrome installations with default settings are vulnerable. Requires renderer process compromise first.

📦 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 with attacker gaining full control over the victim's machine, allowing installation of malware, data theft, and persistence.

🟠

Likely Case

Sandbox escape leading to arbitrary code execution with system-level privileges, enabling further attacks on the host system.

🟢

If Mitigated

Limited to renderer process compromise only, with sandbox preventing system-level access.

🌐 Internet-Facing: HIGH - Attack can be triggered via crafted HTML page from any website.
🏢 Internal Only: MEDIUM - Requires user to visit malicious site or content, but internal web applications could be used as attack vector.

🎯 Exploit Status

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

Requires chaining with another vulnerability to first compromise renderer process. Race conditions are difficult to exploit reliably.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 85.0.4183.102 and later

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

Restart Required: Yes

Instructions:

1. Open Chrome browser. 2. Click menu (three dots) → Help → About Google Chrome. 3. Browser will automatically check for and install updates. 4. Click 'Relaunch' when prompted to complete update.

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents execution of malicious JavaScript that could trigger the vulnerability

Use Chrome Enterprise policies

all

Configure Chrome via group policy to auto-update and restrict untrusted sites

🧯 If You Can't Patch

  • Use alternative browser that is not vulnerable
  • Implement network filtering to block access to untrusted websites

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: If version is below 85.0.4183.102, system is vulnerable.

Check Version:

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

Verify Fix Applied:

Verify Chrome version is 85.0.4183.102 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with sandbox violation indicators
  • Unusual process creation from Chrome processes

Network Indicators:

  • Requests to known exploit hosting domains
  • Unusual outbound connections from Chrome

SIEM Query:

process_name:chrome.exe AND (parent_process:chrome.exe OR command_line:*sandbox*)

🔗 References

📤 Share & Export