CVE-2023-5856

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Google Chrome's Side Panel feature that could allow remote attackers to exploit heap corruption. Attackers can trigger this by convincing users to perform specific UI gestures on a crafted HTML page, potentially leading to arbitrary code execution. All users of affected Chrome versions are at risk.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: Prior to 119.0.6045.105
Operating Systems: Windows, macOS, Linux, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default Chrome installations with Side Panel enabled are vulnerable. The vulnerability is in the Side Panel feature.

📦 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 with the privileges of the Chrome process, potentially leading to full system compromise, data theft, or malware installation.

🟠

Likely Case

Browser crash (denial of service) or limited information disclosure through memory corruption.

🟢

If Mitigated

No impact if Chrome is updated to patched version or if users avoid suspicious websites and UI gestures.

🌐 Internet-Facing: HIGH - Attack can be triggered remotely via crafted web pages without authentication.
🏢 Internal Only: MEDIUM - Still requires user interaction with malicious content, but internal threats could craft convincing attacks.

🎯 Exploit Status

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

Requires user interaction with specific UI gestures on a crafted page. No public exploit code has been disclosed as of the advisory.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 119.0.6045.105 and later

Vendor Advisory: https://chromereleases.googleblog.com/2023/10/stable-channel-update-for-desktop_31.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 patched version.

🔧 Temporary Workarounds

Disable Side Panel

all

Temporarily disable the Side Panel feature to prevent exploitation

chrome://flags/#side-panel
Set 'Side Panel' to 'Disabled'
Relaunch Chrome

Disable JavaScript

all

Disable JavaScript to prevent malicious page execution (impacts functionality)

chrome://settings/content/javascript
Toggle 'Allowed (recommended)' to 'Blocked'

🧯 If You Can't Patch

  • Use alternative browsers until Chrome can be updated
  • Implement strict web filtering to block access to untrusted websites

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: If version is less than 119.0.6045.105, system is vulnerable.

Check Version:

chrome://version/ (look for 'Google Chrome' version number)

Verify Fix Applied:

Confirm Chrome version is 119.0.6045.105 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with memory corruption errors
  • Unexpected Chrome process termination

Network Indicators:

  • Requests to unusual domains with crafted HTML content
  • Multiple Chrome crashes from same user/system

SIEM Query:

source="chrome" AND (event_type="crash" OR message="*heap corruption*" OR message="*use-after-free*")

🔗 References

📤 Share & Export