CVE-2021-30625
📋 TL;DR
This is a use-after-free vulnerability in Chrome's Selection API that allows remote attackers to potentially exploit heap corruption. Attackers can trigger this by convincing users to visit a malicious website with crafted HTML. All users running vulnerable Chrome versions are affected.
💻 Affected Systems
- Google Chrome
📦 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 →Fedora by Fedoraproject
Fedora by Fedoraproject
⚠️ Risk & Real-World Impact
Worst Case
Remote code execution leading to full system compromise, data theft, or malware installation
Likely Case
Browser crash, denial of service, or limited information disclosure
If Mitigated
No impact if Chrome is updated to patched version
🎯 Exploit Status
Exploitation requires heap manipulation and memory corruption techniques but has been demonstrated in proof-of-concept
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 93.0.4577.82 and later
Vendor Advisory: https://chromereleases.googleblog.com/2021/09/stable-channel-update-for-desktop.html
Restart Required: Yes
Instructions:
1. Open Chrome browser 2. Click 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 JavaScript
allPrevents exploitation by disabling JavaScript execution in Chrome
Use Site Isolation
allEnable site isolation to limit impact of successful exploitation
🧯 If You Can't Patch
- Restrict browser usage to trusted websites only
- Implement web filtering to block malicious sites
🔍 How to Verify
Check if Vulnerable:
Check Chrome version in Settings → About Chrome. If version is below 93.0.4577.82, system is vulnerable.
Check Version:
google-chrome --version (Linux) or navigate to chrome://version/
Verify Fix Applied:
Verify Chrome version is 93.0.4577.82 or higher after update
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports
- Unexpected process termination
- Memory access violation logs
Network Indicators:
- Requests to known malicious domains hosting exploit code
- Unusual outbound connections after visiting websites
SIEM Query:
source="chrome" AND (event_type="crash" OR message="*Selection API*" OR message="*use-after-free*")
🔗 References
- https://chromereleases.googleblog.com/2021/09/stable-channel-update-for-desktop.html
- https://crbug.com/1237533
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/4DDW7HAHTS3SDVXBQUY4SURELO5D4X7R/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PM7MOYYHJSWLIFZ4TPJTD7MSA3HSSLV2/
- https://www.talosintelligence.com/vulnerability_reports/TALOS-2021-1352
- https://chromereleases.googleblog.com/2021/09/stable-channel-update-for-desktop.html
- https://crbug.com/1237533
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/4DDW7HAHTS3SDVXBQUY4SURELO5D4X7R/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PM7MOYYHJSWLIFZ4TPJTD7MSA3HSSLV2/
- https://www.talosintelligence.com/vulnerability_reports/TALOS-2021-1352