CVE-2022-1870
📋 TL;DR
This is a use-after-free vulnerability in Chrome's App Service that allows heap corruption. Attackers who convince users to install malicious extensions can potentially exploit this to execute arbitrary code. All Chrome users prior to version 102.0.5005.61 are affected.
💻 Affected Systems
- Google Chrome
- Chromium-based browsers
📦 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 compromise allowing session hijacking, credential theft, and installation of additional malware
If Mitigated
Limited impact due to Chrome sandboxing and extension permission restrictions
🎯 Exploit Status
Requires social engineering to install malicious extension; heap corruption exploitation requires additional steps
🛠️ 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 menu > Help > About Google Chrome. 2. Chrome will automatically check for updates and install version 102.0.5005.61 or later. 3. Click 'Relaunch' to restart Chrome.
🔧 Temporary Workarounds
Disable extension installation
allPrevent users from installing extensions to block the attack vector
chrome://settings/extensions > Toggle 'Allow extensions from other stores' to OFF
Restrict extension permissions
allLimit extension capabilities through enterprise policies
Configure ExtensionInstallBlocklist and ExtensionInstallForcelist policies
🧯 If You Can't Patch
- Implement application whitelisting to block malicious extensions
- Use network filtering to block extension download from untrusted sources
🔍 How to Verify
Check if Vulnerable:
Check Chrome version: chrome://settings/help or chrome://version
Check Version:
google-chrome --version (Linux), 'About Google Chrome' in menu (Windows/macOS)
Verify Fix Applied:
Confirm Chrome version is 102.0.5005.61 or higher
📡 Detection & Monitoring
Log Indicators:
- Unexpected extension installations
- Chrome crash reports with memory corruption signatures
Network Indicators:
- Downloads of .crx files from untrusted sources
- Extension update requests to suspicious domains
SIEM Query:
process_name="chrome.exe" AND (event_id=1 AND command_line CONTAINS "--extension") OR (event_id=1000 AND faulting_module="chrome.dll")
🔗 References
- https://chromereleases.googleblog.com/2022/05/stable-channel-update-for-desktop_24.html
- https://crbug.com/1323236
- https://security.gentoo.org/glsa/202208-25
- https://chromereleases.googleblog.com/2022/05/stable-channel-update-for-desktop_24.html
- https://crbug.com/1323236
- https://security.gentoo.org/glsa/202208-25