CVE-2022-1854

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 remote attackers to potentially exploit heap corruption by tricking users into visiting a malicious HTML page. All Chrome users prior to version 102.0.5005.61 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 102.0.5005.61
Operating Systems: Windows, macOS, Linux, Android, ChromeOS
Default Config Vulnerable: ⚠️ Yes
Notes: ANGLE is enabled by default in Chrome for graphics acceleration. All standard 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

Remote code execution leading to full system compromise, data theft, or ransomware deployment.

🟠

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
🏢 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 in browser engines are commonly exploited.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 102.0.5005.61 and later

Vendor Advisory: https://chromereleases.googleblog.com/2022/05/stable-channel-update-for-desktop_24.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 ANGLE graphics backend

all

Disables the vulnerable ANGLE component by forcing Chrome to use alternative graphics rendering

chrome --disable-features=UseAngle

🧯 If You Can't Patch

  • Block access to untrusted websites using web filtering or proxy rules
  • Deploy application control to prevent execution of malicious payloads from browser

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: if below 102.0.5005.61, system is vulnerable

Check Version:

google-chrome --version (Linux) or chrome://version in address bar

Verify Fix Applied:

Confirm Chrome version is 102.0.5005.61 or higher

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Process creation from Chrome with unusual parameters
  • Memory access violation logs

Network Indicators:

  • HTTP requests to known exploit hosting domains
  • Unusual outbound connections from Chrome process

SIEM Query:

process_name:"chrome.exe" AND (event_id:1000 OR event_id:1001) OR http_user_agent:"*Chrome/10[0-1].*"

🔗 References

📤 Share & Export