CVE-2021-30590

8.8 HIGH

📋 TL;DR

This vulnerability allows remote attackers to execute arbitrary code or cause denial of service via heap corruption in Google Chrome's bookmark handling. Attackers can exploit this by tricking users into visiting a malicious webpage. All users running vulnerable Chrome versions are affected.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 92.0.4515.131
Operating Systems: Windows, macOS, Linux, Android, iOS
Default Config Vulnerable: ⚠️ Yes
Notes: All Chrome installations with default settings 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 within browser sandbox.

🟢

If Mitigated

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

🌐 Internet-Facing: HIGH - Exploitable via malicious websites accessible from the internet.
🏢 Internal Only: MEDIUM - Could be exploited via internal phishing pages or compromised internal sites.

🎯 Exploit Status

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

Exploitation requires user interaction (visiting malicious page). No public exploit code was found in references.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 92.0.4515.131

Vendor Advisory: https://chromereleases.googleblog.com/2021/08/the-stable-channel-has-been-updated-to.html

Restart Required: Yes

Instructions:

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

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents execution of malicious JavaScript that could trigger the vulnerability.

Use Browser Sandboxing

all

Run Chrome in sandboxed environment to limit impact of potential exploitation.

🧯 If You Can't Patch

  • Block access to untrusted websites using web filtering or firewall rules.
  • Implement application whitelisting to prevent unauthorized code execution.

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: If version is below 92.0.4515.131, system is vulnerable.

Check Version:

chrome://version/ (in Chrome address bar) or 'google-chrome --version' (Linux terminal)

Verify Fix Applied:

Confirm Chrome version is 92.0.4515.131 or higher after update.

📡 Detection & Monitoring

Log Indicators:

  • Chrome crash reports with memory corruption errors
  • Unexpected Chrome process termination

Network Indicators:

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

SIEM Query:

source="chrome" AND (event_type="crash" OR message="*heap*" OR message="*buffer*overflow*")

🔗 References

📤 Share & Export