CVE-2022-0797
📋 TL;DR
This vulnerability allows remote attackers to perform out-of-bounds memory writes in Google Chrome's Mojo IPC framework via a crafted HTML page. Attackers could potentially execute arbitrary code or cause browser crashes. All users running vulnerable Chrome versions 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 crash (denial of service) or limited memory corruption leading to information disclosure.
If Mitigated
No impact if Chrome is fully patched or if exploit attempts are blocked by security controls.
🎯 Exploit Status
Exploitation requires memory manipulation skills but no authentication. No public exploit code is known.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 99.0.4844.51 and later
Vendor Advisory: https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop.html
Restart Required: Yes
Instructions:
1. Open Chrome menu > Help > About Google Chrome. 2. Chrome will automatically check for updates. 3. If update is available, click 'Relaunch' to apply. 4. For enterprise deployments, use Chrome Enterprise policies to push updates.
🔧 Temporary Workarounds
Disable JavaScript
allPrevents execution of malicious scripts but breaks most web functionality
Use Chrome sandboxing
allEnsure Chrome sandbox is enabled to limit impact of successful exploitation
chrome --no-sandbox (DO NOT USE - this disables sandbox)
🧯 If You Can't Patch
- Use alternative browser until Chrome can be updated
- Implement network filtering to block known malicious sites and restrict web browsing
🔍 How to Verify
Check if Vulnerable:
Check Chrome version in menu > Help > About Google Chrome. If version is below 99.0.4844.51, system is vulnerable.
Check Version:
On Windows: chrome://version/ | On Linux: google-chrome --version | On macOS: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version
Verify Fix Applied:
Confirm Chrome version is 99.0.4844.51 or higher after update.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports
- Unexpected process termination
- Memory access violation errors in system logs
Network Indicators:
- Unusual outbound connections from Chrome process
- Requests to known malicious domains
SIEM Query:
process_name:"chrome.exe" AND (event_id:1000 OR event_id:1001) OR process_name:"chrome" AND signal:SIGSEGV
🔗 References
- https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop.html
- https://crbug.com/1281908
- https://security.gentoo.org/glsa/202208-25
- https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop.html
- https://crbug.com/1281908
- https://security.gentoo.org/glsa/202208-25