CVE-2024-2176

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Chrome's FedCM (Federated Credential Management) component that allows remote attackers to potentially exploit heap corruption via a crafted HTML page. Attackers could execute arbitrary code or cause browser crashes. All users of affected Chrome versions are vulnerable.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: Prior to 122.0.6261.111
Operating Systems: Windows, macOS, Linux, ChromeOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default Chrome configurations are vulnerable. FedCM 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 leading to full system compromise, data theft, or malware installation.

🟠

Likely Case

Browser crashes, denial of service, or limited information disclosure.

🟢

If Mitigated

No impact if Chrome is updated to patched version or workarounds are implemented.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user to visit malicious website. No public exploit code known at this time.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 122.0.6261.111 or later

Vendor Advisory: https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop.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.

🔧 Temporary Workarounds

Disable FedCM

all

Temporarily disable Federated Credential Management feature

chrome://flags/#fedcm
Set to 'Disabled'

🧯 If You Can't Patch

  • Use alternative browser until Chrome can be updated
  • Implement network filtering to block malicious websites

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in About Google Chrome page

Check Version:

chrome://version/

Verify Fix Applied:

Verify Chrome version is 122.0.6261.111 or higher

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected process termination

Network Indicators:

  • Requests to suspicious domains with FedCM parameters

SIEM Query:

source="chrome" AND (event="crash" OR event="process_termination")

🔗 References

📤 Share & Export