CVE-2024-0222

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in ANGLE (Almost Native Graphics Layer Engine) component of Google Chrome. It allows a remote attacker who has already compromised the renderer process to potentially exploit heap corruption via a crafted HTML page. All Chrome users prior to version 120.0.6099.199 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 120.0.6099.199
Operating Systems: Windows, Linux, macOS, Android
Default Config Vulnerable: ⚠️ Yes
Notes: ANGLE is enabled by default in Chrome for graphics rendering. All standard Chrome installations are vulnerable.

📦 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

Full remote code execution leading to complete system compromise, data theft, or ransomware deployment.

🟠

Likely Case

Arbitrary code execution within the Chrome sandbox, potentially leading to privilege escalation and further system compromise.

🟢

If Mitigated

Limited impact due to Chrome's sandboxing, but still potential for data exfiltration or lateral movement.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Requires renderer process compromise first, but then allows heap corruption exploitation. No public exploit code available at disclosure.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 120.0.6099.199 and later

Vendor Advisory: https://chromereleases.googleblog.com/2024/01/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 with the patched version.

🔧 Temporary Workarounds

Disable ANGLE (Not Recommended)

all

Disables hardware acceleration which may reduce vulnerability surface but severely impacts performance

chrome://flags/#use-angle → Set to 'Disabled'

🧯 If You Can't Patch

  • Restrict access to untrusted websites and disable JavaScript where possible
  • Implement application whitelisting to prevent unauthorized Chrome execution

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: If version is less than 120.0.6099.199, system is vulnerable.

Check Version:

google-chrome --version (Linux) or chrome://version (all platforms)

Verify Fix Applied:

Confirm Chrome version is 120.0.6099.199 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with ANGLE-related stack traces
  • Unexpected renderer process terminations

Network Indicators:

  • Unusual outbound connections from Chrome processes
  • Traffic to known exploit hosting domains

SIEM Query:

source="chrome" AND (event_type="crash" OR process_name="chrome_renderer") AND message="ANGLE"

🔗 References

📤 Share & Export