CVE-2022-0105

8.8 HIGH

📋 TL;DR

This is a use-after-free vulnerability in Google Chrome's PDF accessibility features that allows remote attackers to potentially exploit heap corruption. Attackers can trigger this vulnerability by tricking users into visiting a malicious HTML page. All Chrome users prior to version 97.0.4692.71 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 97.0.4692.71
Operating Systems: Windows, Linux, macOS, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All standard Chrome installations are vulnerable. Extensions or security settings don't mitigate this 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 leading to complete system compromise, data theft, or ransomware deployment.

🟠

Likely Case

Browser crash (denial of service) or limited code execution within the Chrome sandbox.

🟢

If Mitigated

No impact if Chrome is fully patched or if exploit attempts are blocked by security controls.

🌐 Internet-Facing: HIGH - Attackers can exploit via malicious websites without user interaction beyond visiting the page.
🏢 Internal Only: MEDIUM - Internal users could be targeted via phishing or compromised internal sites.

🎯 Exploit Status

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

Exploitation requires bypassing Chrome's sandbox and other security mitigations, but use-after-free vulnerabilities are commonly exploited in browser attacks.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 97.0.4692.71 and later

Vendor Advisory: https://chromereleases.googleblog.com/2022/01/stable-channel-update-for-desktop.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.

🔧 Temporary Workarounds

Disable PDF accessibility features

all

Disable Chrome's built-in PDF accessibility features to prevent exploitation of this specific vulnerability.

chrome://flags/#pdf-accessibility
Set to 'Disabled'

Use alternative PDF viewer

all

Configure Chrome to use external PDF viewers instead of the built-in PDF renderer.

chrome://settings/content/pdfDocuments
Toggle 'Download PDF files instead of automatically opening them in Chrome'

🧯 If You Can't Patch

  • Implement web filtering to block known malicious sites and restrict access to untrusted websites.
  • Use application control to restrict execution of unknown processes from Chrome's sandbox escape attempts.

🔍 How to Verify

Check if Vulnerable:

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

Check Version:

chrome://version/ or 'google-chrome --version' on Linux/macOS command line

Verify Fix Applied:

Confirm Chrome version is 97.0.4692.71 or higher and that automatic updates are enabled.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with accessibility-related modules
  • Unexpected Chrome process termination
  • Security event logs showing Chrome sandbox violations

Network Indicators:

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

SIEM Query:

source="chrome_crash_reports" AND (module="pdfium" OR module="accessibility") OR process_name="chrome.exe" AND event_id="1000"

🔗 References

📤 Share & Export