CVE-2023-0941
📋 TL;DR
This is a critical use-after-free vulnerability in Google Chrome's Prompts feature that allows remote attackers to potentially exploit heap corruption via a crafted HTML page. Attackers could execute arbitrary code or cause browser crashes. All users of affected Chrome versions are vulnerable when visiting malicious websites.
💻 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 installation of persistent malware.
Likely Case
Browser crash (denial of service) or limited code execution within Chrome's sandbox.
If Mitigated
No impact if Chrome is fully patched or if exploit attempts are blocked by security controls.
🎯 Exploit Status
Exploitation requires crafting a malicious HTML page but no authentication. No public proof-of-concept has been disclosed as of analysis.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 110.0.5481.177 and later
Vendor Advisory: https://chromereleases.googleblog.com/2023/02/stable-channel-desktop-update_22.html
Restart Required: Yes
Instructions:
1. Open Chrome. 2. Click the 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 JavaScript
allTemporarily disable JavaScript to prevent exploitation via malicious scripts, though this breaks most websites.
chrome://settings/content/javascript → Block
Use Browser Sandboxing
linuxRun Chrome in a sandboxed environment to limit potential damage from exploitation.
🧯 If You Can't Patch
- Restrict access to untrusted websites using web filtering or firewall rules.
- Implement application whitelisting to prevent unauthorized code execution.
🔍 How to Verify
Check if Vulnerable:
Check Chrome version via chrome://settings/help or 'About Google Chrome'. If version is below 110.0.5481.177, it's vulnerable.
Check Version:
google-chrome --version (Linux), or check via chrome://version
Verify Fix Applied:
Confirm Chrome version is 110.0.5481.177 or higher after update.
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports
- Unexpected process termination logs
- Security event logs showing exploit attempts
Network Indicators:
- Unusual outbound connections from Chrome processes
- Traffic to known malicious domains hosting exploit code
SIEM Query:
source="chrome" AND (event_type="crash" OR message="heap corruption")
🔗 References
- https://chromereleases.googleblog.com/2023/02/stable-channel-desktop-update_22.html
- https://crbug.com/1415366
- https://security.gentoo.org/glsa/202309-17
- https://chromereleases.googleblog.com/2023/02/stable-channel-desktop-update_22.html
- https://crbug.com/1415366
- https://security.gentoo.org/glsa/202309-17