CVE-2025-8578

8.8 HIGH

📋 TL;DR

This use-after-free vulnerability in Chrome's Cast component allows attackers to potentially exploit heap corruption by tricking users into visiting malicious web pages. All users running vulnerable Chrome versions are affected. Successful exploitation could lead to arbitrary code execution.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 139.0.7258.66
Operating Systems: Windows, macOS, Linux, ChromeOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default Chrome configurations are vulnerable. Chromium-based browsers may also be affected.

📦 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 if Chrome is running with elevated privileges.

🟠

Likely Case

Browser crash (denial of service) or limited information disclosure from memory corruption.

🟢

If Mitigated

Browser sandboxing limits impact to Chrome process only, preventing full system compromise in default configurations.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user interaction (visiting malicious page) but no authentication. Use-after-free vulnerabilities typically require precise heap manipulation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 139.0.7258.66 and later

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

Restart Required: Yes

Instructions:

Open Chrome
Click three-dot menu → Help → About Google Chrome
Chrome will automatically check for and install updates
Click 'Relaunch' when prompted

🔧 Temporary Workarounds

Disable Cast feature

all

Disable Chrome's Cast functionality to remove the vulnerable component

chrome://flags/#load-media-router-component-extension
Set to 'Disabled'
Relaunch Chrome

🧯 If You Can't Patch

  • Restrict web browsing to trusted sites only
  • Use application allowlisting to prevent unauthorized Chrome execution

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in Settings → About Chrome. If version is below 139.0.7258.66, system is vulnerable.

Check Version:

google-chrome --version (Linux), "C:\Program Files\Google\Chrome\Application\chrome.exe" --version (Windows), /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version (macOS)

Verify Fix Applied:

Confirm Chrome version is 139.0.7258.66 or higher in Settings → About Chrome.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with exception codes related to memory corruption
  • Unexpected Chrome process termination

Network Indicators:

  • Connections to suspicious domains followed by Chrome crashes
  • Unusual Cast protocol traffic

SIEM Query:

source="chrome_crash_reports" AND (exception_code="0xc0000005" OR exception_code="0x40000015")

🔗 References

📤 Share & Export