CVE-2023-1528

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Google Chrome's password management component that allows remote attackers to potentially exploit heap corruption. Attackers who have already compromised the renderer process can trigger this vulnerability via a crafted HTML page, potentially leading to arbitrary code execution. All Chrome users prior to version 111.0.5563.110 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 111.0.5563.110
Operating Systems: Windows, Linux, macOS, ChromeOS
Default Config Vulnerable: ⚠️ Yes
Notes: All standard Chrome installations are vulnerable. The vulnerability requires the attacker to first compromise the renderer process through another vulnerability.

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

🟠

Likely Case

Browser crash (denial of service) or limited information disclosure from memory corruption, though remote code execution is possible with additional exploitation techniques.

🟢

If Mitigated

No impact if Chrome is fully patched or if renderer process compromise is prevented through sandboxing and other security controls.

🌐 Internet-Facing: HIGH - Attackers can deliver exploit via malicious websites, making all internet-facing Chrome instances vulnerable.
🏢 Internal Only: MEDIUM - Internal users could be targeted via phishing or compromised internal websites, but requires initial renderer process compromise.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires chaining with another vulnerability to first compromise the renderer process. The use-after-free itself could be triggered remotely via crafted HTML.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 111.0.5563.110 and later

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

🔧 Temporary Workarounds

Disable automatic password management

all

Temporarily disable Chrome's password saving and autofill features to reduce attack surface

chrome://settings/passwords → Turn off 'Offer to save passwords' and 'Auto Sign-in'

Enable site isolation

all

Ensure site isolation is enabled to contain renderer process compromises

chrome://flags/#site-isolation-trial-opt-out → Set to 'Disabled'

🧯 If You Can't Patch

  • Restrict access to untrusted websites and implement web filtering
  • Use application control to prevent execution of unknown processes from Chrome

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: If version is less than 111.0.5563.110, the 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 111.0.5563.110 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with memory corruption signatures
  • Unusual process spawns from Chrome processes

Network Indicators:

  • Requests to known exploit hosting domains
  • Unusual outbound connections from Chrome processes

SIEM Query:

Process Creation where Parent Process Name contains 'chrome.exe' and Command Line contains unusual parameters

🔗 References

📤 Share & Export