CVE-2022-1865
📋 TL;DR
This is a use-after-free vulnerability in Chrome's Bookmarks feature that allows heap corruption when a user installs a malicious extension and performs specific interactions. Attackers could potentially execute arbitrary code or crash the browser. All Chrome users with vulnerable 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 ransomware deployment.
Likely Case
Browser crash, denial of service, or limited data exposure from memory corruption.
If Mitigated
No impact if Chrome is updated to patched version or malicious extensions are blocked.
🎯 Exploit Status
Requires social engineering to install malicious extension plus specific user interaction with bookmarks.
🛠️ 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 dots menu → Help → About Google Chrome. 3. Chrome will automatically check for and install updates. 4. Click 'Relaunch' to restart Chrome.
🔧 Temporary Workarounds
Disable Chrome Extensions
allTemporarily disable all Chrome extensions to prevent malicious extension exploitation.
chrome://extensions/ → toggle off all extensions
Restrict Extension Installation
allConfigure Chrome policies to block extension installation from untrusted sources.
Configure ExtensionInstallBlocklist or ExtensionInstallWhitelist via GPO/registry
🧯 If You Can't Patch
- Use alternative browser until Chrome can be updated
- Implement strict extension whitelisting and block all unknown extensions
🔍 How to Verify
Check if Vulnerable:
Check Chrome version: if below 102.0.5005.61, system is vulnerable.
Check Version:
chrome://version/ or 'google-chrome --version' (Linux) or check About Chrome
Verify Fix Applied:
Confirm Chrome version is 102.0.5005.61 or higher after update.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports with memory corruption signatures
- Unexpected extension installation events
Network Indicators:
- Downloads of unknown Chrome extension files (.crx)
- Connections to suspicious extension repositories
SIEM Query:
source="chrome" AND (event="crash" OR event="extension_install") AND version<"102.0.5005.61"
🔗 References
- https://chromereleases.googleblog.com/2022/05/stable-channel-update-for-desktop_24.html
- https://crbug.com/1289192
- https://security.gentoo.org/glsa/202208-25
- https://chromereleases.googleblog.com/2022/05/stable-channel-update-for-desktop_24.html
- https://crbug.com/1289192
- https://security.gentoo.org/glsa/202208-25