CVE-2026-2319

7.5 HIGH

📋 TL;DR

A race condition vulnerability in Chrome DevTools allows attackers to potentially corrupt memory objects when users perform specific UI gestures and have a malicious extension installed. This affects Chrome users on vulnerable versions who interact with malicious content. The attacker must convince the user to install a malicious extension and perform specific UI actions.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 145.0.7632.45
Operating Systems: Windows, macOS, Linux, ChromeOS
Default Config Vulnerable: ⚠️ Yes
Notes: Requires both vulnerable Chrome version AND malicious extension installation.

📦 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

Arbitrary code execution leading to full system compromise, data theft, or ransomware deployment.

🟠

Likely Case

Browser crash, data corruption, or limited information disclosure from browser memory.

🟢

If Mitigated

No impact if Chrome is updated or malicious extensions are prevented from installation.

🌐 Internet-Facing: MEDIUM - Requires user interaction with malicious content and specific UI gestures.
🏢 Internal Only: LOW - Same requirements apply internally; less likely in controlled environments.

🎯 Exploit Status

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

Requires social engineering to install malicious extension and specific user interaction.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 145.0.7632.45 and later

Vendor Advisory: https://chromereleases.googleblog.com/2026/02/stable-channel-update-for-desktop_10.html

Restart Required: No

Instructions:

1. Open Chrome. 2. Click three-dot menu → Help → About Google Chrome. 3. Chrome will automatically check for and install updates. 4. Relaunch Chrome if prompted.

🔧 Temporary Workarounds

Disable Chrome auto-updates

all

Prevents automatic installation of malicious extensions

chrome://extensions/ → Toggle 'Developer mode' → Disable suspicious extensions

Restrict extension permissions

all

Limit extension access to DevTools and sensitive APIs

chrome://extensions/ → Click extension → Details → Site access → Restrict

🧯 If You Can't Patch

  • Disable Chrome DevTools entirely via enterprise policies.
  • Implement application allowlisting to block malicious extensions.

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: If below 145.0.7632.45, you are vulnerable.

Check Version:

chrome://version/

Verify Fix Applied:

Confirm Chrome version is 145.0.7632.45 or higher.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with DevTools-related stack traces
  • Suspicious extension installation events

Network Indicators:

  • Downloads from untrusted extension repositories
  • Unusual DevTools protocol traffic

SIEM Query:

source="chrome_logs" AND (event="crash" AND process="devtools") OR (event="extension_install" AND source="untrusted")

🔗 References

📤 Share & Export