CVE-2022-0289
📋 TL;DR
This vulnerability allows remote attackers to potentially exploit heap corruption via a crafted HTML page due to a use-after-free bug in Chrome's Safe Browsing feature. Attackers could execute arbitrary code or cause browser crashes. All users running vulnerable Chrome versions are affected.
💻 Affected Systems
- Google Chrome
📦 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 in sandboxed context.
If Mitigated
No impact if Chrome is fully patched or Safe Browsing is disabled.
🎯 Exploit Status
Proof-of-concept details available on Packet Storm. Requires user to visit malicious page but no authentication needed.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 97.0.4692.99 and later
Vendor Advisory: https://chromereleases.googleblog.com/2022/01/stable-channel-update-for-desktop_19.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 Safe Browsing
allTemporarily disable Safe Browsing feature (not recommended for security)
chrome://settings/security → Disable 'Safe Browsing'
Use alternative browser
allSwitch to updated alternative browser until Chrome is patched
🧯 If You Can't Patch
- Restrict web browsing to trusted sites only using network policies
- Implement web filtering to block malicious HTML content
🔍 How to Verify
Check if Vulnerable:
Check Chrome version: chrome://version/ and compare with 97.0.4692.99
Check Version:
chrome://version/
Verify Fix Applied:
Verify Chrome version is 97.0.4692.99 or higher in chrome://version/
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports
- Unexpected process terminations
- Security event logs showing browser exploitation
Network Indicators:
- Requests to known malicious domains hosting exploit code
- Unusual outbound connections from Chrome processes
SIEM Query:
source="chrome_logs" AND (event="crash" OR event="process_termination") AND version<"97.0.4692.99"
🔗 References
- http://packetstormsecurity.com/files/166547/Chrome-safe_browsing-ThreatDetails-OnReceivedThreatDOMDetails-Use-After-Free.html
- https://chromereleases.googleblog.com/2022/01/stable-channel-update-for-desktop_19.html
- https://crbug.com/1284367
- http://packetstormsecurity.com/files/166547/Chrome-safe_browsing-ThreatDetails-OnReceivedThreatDOMDetails-Use-After-Free.html
- https://chromereleases.googleblog.com/2022/01/stable-channel-update-for-desktop_19.html
- https://crbug.com/1284367