CVE-2021-37972

8.8 HIGH

📋 TL;DR

This vulnerability is an out-of-bounds read in libjpeg-turbo in Google Chrome that could allow a remote attacker to exploit heap corruption via a crafted HTML page. It affects users running Chrome versions prior to 94.0.4606.54. Successful exploitation could lead to arbitrary code execution or application crashes.

💻 Affected Systems

Products:
  • Google Chrome
  • Chromium-based browsers
  • Applications using libjpeg-turbo
Versions: All versions prior to 94.0.4606.54
Operating Systems: Windows, macOS, Linux, Android, Chrome OS
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all default Chrome installations. Other browsers/applications using vulnerable libjpeg-turbo versions 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

Application crash (denial of service) or limited information disclosure from memory.

🟢

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 - Requires user to visit malicious internal site or open crafted HTML file.

🎯 Exploit Status

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

Exploitation requires bypassing ASLR and other memory protections. No public exploit code is known.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 94.0.4606.54 and later

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

Restart Required: Yes

Instructions:

1. Open Chrome and click the three-dot menu. 2. Go to 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 JavaScript

all

Prevents execution of malicious JavaScript that could trigger the vulnerability

chrome://settings/content/javascript

Use Site Isolation

all

Enables site isolation to limit impact of renderer process compromise

chrome://flags/#enable-site-per-process

🧯 If You Can't Patch

  • Block access to untrusted websites using web filtering or proxy rules
  • Implement application allowlisting to prevent execution of malicious code

🔍 How to Verify

Check if Vulnerable:

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

Check Version:

chrome://version

Verify Fix Applied:

Confirm Chrome version is 94.0.4606.54 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports
  • Unexpected process terminations
  • Memory access violation logs

Network Indicators:

  • Requests to known malicious domains hosting exploit code
  • Unusual outbound connections after visiting suspicious sites

SIEM Query:

source="chrome" AND (event_type="crash" OR message="access violation")

🔗 References

📤 Share & Export