CVE-2023-3730

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Chrome's Tab Groups feature that allows remote attackers to potentially exploit heap corruption. Attackers can trigger this by convincing users to interact with a specially crafted HTML page. All Chrome users prior to version 115.0.5790.98 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 115.0.5790.98
Operating Systems: Windows, Linux, macOS, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All standard Chrome installations are vulnerable. Requires user interaction with malicious content.

📦 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 malware installation.

🟠

Likely Case

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

🟢

If Mitigated

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

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Requires user interaction with malicious webpage. No public exploit code available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 115.0.5790.98 and later

Vendor Advisory: https://chromereleases.googleblog.com/2023/07/stable-channel-update-for-desktop.html

Restart Required: Yes

Instructions:

Open Chrome
Click three-dot menu → Help → About Google Chrome
Chrome will automatically check for and install updates
Click 'Relaunch' when prompted

🔧 Temporary Workarounds

Disable Tab Groups

all

Disable the Tab Groups feature to prevent exploitation

chrome://flags/#tab-groups
Set to 'Disabled'
Relaunch Chrome

🧯 If You Can't Patch

  • Use alternative browsers until Chrome can be updated
  • Implement strict web filtering to block malicious sites

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in Settings → About Chrome

Check Version:

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

Verify Fix Applied:

Verify Chrome version is 115.0.5790.98 or higher

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected tab group creation/deletion

Network Indicators:

  • Connections to suspicious domains with crafted HTML

SIEM Query:

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

🔗 References

📤 Share & Export