CVE-2024-8638

8.8 HIGH

📋 TL;DR

This is a type confusion vulnerability in Chrome's V8 JavaScript engine that allows attackers to corrupt memory objects through malicious HTML pages. Attackers could potentially execute arbitrary code or cause browser crashes. All users running vulnerable Chrome versions are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: Prior to 128.0.6613.137
Operating Systems: Windows, macOS, Linux, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All standard Chrome installations are vulnerable. Extensions or security settings do not mitigate this vulnerability.

📦 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 information disclosure

🟢

If Mitigated

No impact if Chrome is updated to patched version or if exploit attempts are blocked by security controls

🌐 Internet-Facing: HIGH - Attackers can exploit via malicious websites without user interaction beyond visiting the site
🏢 Internal Only: MEDIUM - Requires user to visit malicious internal pages or click malicious links

🎯 Exploit Status

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

Type confusion vulnerabilities typically require sophisticated exploitation but can lead to reliable exploits. No public exploit code is known at this time.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 128.0.6613.137 and later

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

Restart Required: Yes

Instructions:

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

🔧 Temporary Workarounds

Disable JavaScript

all

Temporarily disable JavaScript execution in Chrome to prevent exploitation

chrome://settings/content/javascript → Toggle to 'Blocked'

Use Site Isolation

all

Ensure site isolation is enabled to limit impact of potential exploitation

chrome://flags/#site-isolation-trial-opt-out → Set to 'Disabled'

🧯 If You Can't Patch

  • Use alternative browsers until Chrome can be updated
  • Implement web filtering to block known malicious sites and restrict browsing to trusted domains only

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: chrome://version/ and verify version is below 128.0.6613.137

Check Version:

chrome://version/ (look for 'Google Chrome' version number)

Verify Fix Applied:

Confirm Chrome version is 128.0.6613.137 or higher via chrome://version/

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected process terminations
  • Memory access violation errors in system logs

Network Indicators:

  • Requests to suspicious domains with crafted HTML/JavaScript
  • Unusual outbound connections from Chrome processes

SIEM Query:

source="chrome_crash_reports" AND (severity="HIGH" OR process="chrome.exe") | stats count by host

🔗 References

📤 Share & Export