CVE-2023-1815

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Google Chrome's Networking APIs that allows heap corruption. Attackers can exploit it by tricking users into interacting with a malicious HTML page. All Chrome users on versions before 112.0.5615.49 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 112.0.5615.49
Operating Systems: Windows, Linux, macOS, ChromeOS
Default Config Vulnerable: ⚠️ Yes
Notes: All standard Chrome installations are vulnerable. Some Linux distributions may have delayed updates.

📦 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 leakage from browser memory.

🟢

If Mitigated

No impact if Chrome is fully patched or if users avoid suspicious websites.

🌐 Internet-Facing: HIGH - Exploitation requires only visiting a malicious webpage, which is common for internet-facing systems.
🏢 Internal Only: MEDIUM - Internal users could still be targeted via phishing or compromised internal sites.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: MEDIUM

Exploitation requires user interaction with specific UI elements on a crafted page. No public exploit code is known.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 112.0.5615.49 and later

Vendor Advisory: https://chromereleases.googleblog.com/2023/04/stable-channel-update-for-desktop.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.

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents malicious HTML from executing exploit code

chrome://settings/content/javascript → Block

Use Chrome Sandbox

all

Ensure Chrome sandbox is enabled to limit impact

Check chrome://sandbox/ for enabled status

🧯 If You Can't Patch

  • Restrict browser use to trusted websites only
  • Implement application whitelisting to block unknown executables

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: if below 112.0.5615.49, system is vulnerable.

Check Version:

google-chrome --version (Linux) or chrome://version (all platforms)

Verify Fix Applied:

Confirm Chrome version is 112.0.5615.49 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected browser process termination

Network Indicators:

  • Requests to known malicious domains hosting exploit HTML

SIEM Query:

source="chrome" AND (event="crash" OR event="process_termination")

🔗 References

📤 Share & Export