CVE-2020-6496

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Google Chrome's payments component on macOS that allows a remote attacker to potentially escape Chrome's sandbox via a crafted HTML page. It affects Chrome users on macOS who haven't updated to version 83.0.4103.97 or later.

💻 Affected Systems

Products:
  • Google Chrome
Versions: Prior to 83.0.4103.97
Operating Systems: macOS
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects Chrome on macOS; other operating systems and Chromium-based browsers may have different vulnerability status.

📦 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

An attacker could execute arbitrary code outside Chrome's sandbox, potentially gaining full system access on the compromised macOS device.

🟠

Likely Case

An attacker could execute code with higher privileges than Chrome's sandbox normally allows, potentially accessing sensitive system resources or user data.

🟢

If Mitigated

With proper controls like updated Chrome versions and restricted browsing, the impact is limited to Chrome's sandbox environment only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user interaction (visiting a malicious webpage) but no authentication. The bug report suggests the vulnerability was discovered internally.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 83.0.4103.97

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

Restart Required: Yes

Instructions:

1. Open Chrome. 2. Click the three-dot menu → Help → About Google Chrome. 3. Chrome will automatically check for and install updates. 4. Click 'Relaunch' to restart Chrome with the updated version.

🔧 Temporary Workarounds

Disable automatic payments

all

Temporarily disable Chrome's payment features to reduce attack surface

chrome://settings/payments → Toggle off 'Save and fill payment methods'

Use alternative browser

all

Switch to an updated, non-vulnerable browser until Chrome is patched

🧯 If You Can't Patch

  • Restrict browsing to trusted websites only
  • Implement network filtering to block malicious domains and suspicious HTML content

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: Open Chrome → Click three-dot menu → Help → About Google Chrome. If version is below 83.0.4103.97, it's vulnerable.

Check Version:

On macOS terminal: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version

Verify Fix Applied:

After updating, verify Chrome version shows 83.0.4103.97 or higher in About Google Chrome.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with memory corruption signatures
  • Unexpected Chrome process spawning with elevated privileges

Network Indicators:

  • HTTP requests to known malicious domains hosting exploit code
  • Unusual outbound connections from Chrome processes

SIEM Query:

source="chrome_logs" AND (event_type="crash" OR process_name="Google Chrome" AND parent_process!="launchd")

🔗 References

📤 Share & Export