CVE-2021-21190

8.8 HIGH

📋 TL;DR

This vulnerability in Google Chrome's PDFium component allows attackers to read uninitialized memory from the browser process by tricking users into opening a malicious PDF file. This can leak sensitive information like passwords, cookies, or other data from memory. All Chrome users on versions before 89.0.4389.72 are affected.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
Versions: All versions prior to 89.0.4389.72
Operating Systems: Windows, Linux, macOS, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default Chrome installations are vulnerable. Other browsers using PDFium 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

Attackers could extract authentication tokens, passwords, or other sensitive data from browser memory, leading to account compromise or data theft.

🟠

Likely Case

Attackers could obtain fragments of memory containing user data or system information, potentially enabling further attacks.

🟢

If Mitigated

With proper controls, the impact is limited to information disclosure without direct system compromise.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user interaction to open a malicious PDF file.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 89.0.4389.72

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

Restart Required: Yes

Instructions:

1. Open Chrome settings. 2. Click 'About Chrome'. 3. Chrome will automatically check for and install updates. 4. Restart Chrome when prompted.

🔧 Temporary Workarounds

Disable PDF preview in Chrome

all

Configure Chrome to download PDFs instead of opening them in the browser

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

🧯 If You Can't Patch

  • Use alternative PDF viewers or open PDFs in sandboxed environments
  • Implement network filtering to block PDF downloads from untrusted sources

🔍 How to Verify

Check if Vulnerable:

Check Chrome version in settings. If version is below 89.0.4389.72, the system is vulnerable.

Check Version:

chrome://version/

Verify Fix Applied:

Confirm Chrome version is 89.0.4389.72 or higher in settings.

📡 Detection & Monitoring

Log Indicators:

  • Multiple PDF file downloads from suspicious sources
  • Chrome crash reports related to PDF rendering

Network Indicators:

  • Unusual PDF file downloads from external sources
  • PDF files with abnormal structure or size

SIEM Query:

source="chrome" AND (event="pdf_download" OR event="crash") AND file_extension="pdf"

🔗 References

📤 Share & Export