CVE-2022-1305

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Chrome's storage component that allows remote attackers to potentially exploit heap corruption via a crafted HTML page. Attackers could execute arbitrary code or cause browser crashes. All users running vulnerable Chrome versions are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: Versions prior to 100.0.4896.88
Operating Systems: Windows, macOS, Linux, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default Chrome configurations are vulnerable. Chromium-based browsers may also be affected.

📦 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 code execution in sandboxed context

🟢

If Mitigated

No impact if Chrome is fully patched or browser sandboxing prevents full exploitation

🌐 Internet-Facing: HIGH - Exploitable via visiting malicious websites or viewing crafted content
🏢 Internal Only: MEDIUM - Requires user interaction but could be exploited via internal phishing or compromised sites

🎯 Exploit Status

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

Requires user to visit malicious website but no authentication needed. Chrome's sandbox may limit impact.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 100.0.4896.88 and later

Vendor Advisory: https://chromereleases.googleblog.com/2022/04/stable-channel-update-for-desktop_11.html

Restart Required: Yes

Instructions:

1. Open Chrome 2. Click menu (three dots) → Help → About Google Chrome 3. Chrome will check for and install updates automatically 4. Click 'Relaunch' to restart with updated version

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents exploitation by disabling JavaScript execution

chrome://settings/content/javascript → Block

Use site isolation

all

Ensure site isolation is enabled for additional protection

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

🧯 If You Can't Patch

  • Restrict browser to trusted websites only using network policies
  • Implement application whitelisting to prevent unauthorized Chrome execution

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in About Google Chrome page

Check Version:

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

Verify Fix Applied:

Confirm Chrome version is 100.0.4896.88 or higher

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected process termination events
  • Sandbox escape attempts

Network Indicators:

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

SIEM Query:

process_name:"chrome.exe" AND (event_id:1000 OR event_id:1001) OR process_name:"chrome" AND signal:SIGSEGV

🔗 References

📤 Share & Export