CVE-2022-0099

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Google Chrome's sign-in functionality that allows heap corruption when a user performs specific gestures. Attackers can potentially execute arbitrary code or cause browser crashes by tricking users into performing these gestures. All Chrome users prior to version 97.0.4692.71 are affected.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 97.0.4692.71
Operating Systems: Windows, macOS, Linux, Chrome OS, Android
Default Config Vulnerable: ⚠️ Yes
Notes: All Chrome installations with default settings 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 leading to full system compromise, data theft, or malware installation.

🟠

Likely Case

Browser crash (denial of service) or limited code execution within Chrome's sandbox.

🟢

If Mitigated

No impact if Chrome is updated to patched version or if users avoid suspicious gestures.

🌐 Internet-Facing: HIGH - Attackers can host malicious content on websites that users visit.
🏢 Internal Only: MEDIUM - Requires user interaction with malicious content, which could come from internal sources.

🎯 Exploit Status

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

Requires user interaction (specific gestures) but no authentication. Exploit details are not publicly available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 97.0.4692.71 and later

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

Restart Required: Yes

Instructions:

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

🔧 Temporary Workarounds

Disable automatic sign-in

all

Prevent Chrome from automatically signing into websites, reducing attack surface.

Use Chrome's site isolation

all

Ensure site isolation is enabled to limit impact of potential exploits.

🧯 If You Can't Patch

  • Restrict user access to untrusted websites and content
  • Implement application whitelisting to prevent unauthorized code execution

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in Settings > About Chrome. If version is below 97.0.4692.71, you are vulnerable.

Check Version:

google-chrome --version (Linux) or open chrome://version in browser

Verify Fix Applied:

Verify Chrome version is 97.0.4692.71 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected process termination logs
  • Security event logs showing exploit attempts

Network Indicators:

  • Unusual outbound connections from Chrome processes
  • Traffic to known malicious domains

SIEM Query:

source="chrome" AND (event_type="crash" OR process_name="chrome.exe") AND version<"97.0.4692.71"

🔗 References

📤 Share & Export