CVE-2022-0101

8.8 HIGH

📋 TL;DR

A heap buffer overflow vulnerability in Google Chrome's bookmarks feature allows remote attackers to potentially exploit heap corruption by convincing users to perform specific gestures. This affects Chrome users on all platforms running versions prior to 97.0.4692.71. Successful exploitation could lead to arbitrary code execution.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 97.0.4692.71
Operating Systems: Windows, macOS, Linux, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All Chrome installations are vulnerable by default. Other Chromium-based browsers may be affected if they haven't backported the fix.

📦 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 with the privileges of the Chrome process, potentially leading to full system compromise, data theft, or ransomware deployment.

🟠

Likely Case

Browser crash (denial of service) or limited information disclosure from memory corruption.

🟢

If Mitigated

No impact if Chrome is updated to patched version or if user doesn't perform the specific malicious gesture.

🌐 Internet-Facing: HIGH - Attackers can host malicious content on websites accessible via internet.
🏢 Internal Only: MEDIUM - Requires user interaction with malicious content, which could be delivered via internal phishing or compromised sites.

🎯 Exploit Status

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

Requires user interaction (specific gestures) but no authentication. No public exploit code available at disclosure.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 97.0.4692.71

Vendor Advisory: https://chromereleases.googleblog.com/2022/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 update. 4. Click 'Relaunch' to restart Chrome with updated version.

🔧 Temporary Workarounds

Disable bookmarks feature

all

Remove or disable bookmarks functionality to prevent exploitation vector

Not applicable - requires Chrome policy configuration or extension removal

Use alternative browser

all

Temporarily switch to non-Chromium browser until patched

🧯 If You Can't Patch

  • Implement application whitelisting to prevent unauthorized Chrome execution
  • Deploy network filtering to block access to untrusted websites

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: Open Chrome → Click three-dot menu → Help → About Google Chrome. If version is below 97.0.4692.71, system is vulnerable.

Check Version:

On Windows: "C:\Program Files\Google\Chrome\Application\chrome.exe" --version
On Linux: google-chrome --version
On macOS: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version

Verify Fix Applied:

Confirm Chrome version is 97.0.4692.71 or higher using same method.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with memory corruption signatures
  • Unexpected Chrome process termination events

Network Indicators:

  • Unusual outbound connections from Chrome process post-user interaction

SIEM Query:

source="chrome_crash_reports" AND (message="heap" OR message="buffer" OR message="corruption")

🔗 References

📤 Share & Export