CVE-2025-13021
📋 TL;DR
A critical vulnerability in Firefox and Thunderbird's WebGPU component allows memory corruption due to incorrect boundary conditions. Attackers can exploit this to execute arbitrary code or cause denial of service. All users of Firefox < 145 and Thunderbird < 145 are affected.
💻 Affected Systems
- Mozilla Firefox
- Mozilla Thunderbird
📦 What is this software?
Firefox by Mozilla
⚠️ Risk & Real-World Impact
Worst Case
Remote code execution leading to complete system compromise, data theft, or ransomware deployment.
Likely Case
Browser/email client crash (denial of service) or limited code execution within sandbox boundaries.
If Mitigated
No impact if patched or if WebGPU is disabled via enterprise policies.
🎯 Exploit Status
Exploitation likely requires minimal user interaction (visiting a malicious website). No public exploit code is known at this time.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Firefox 145, Thunderbird 145
Vendor Advisory: https://www.mozilla.org/security/advisories/mfsa2025-87/
Restart Required: Yes
Instructions:
1. Open Firefox/Thunderbird. 2. Click menu → Help → About Firefox/Thunderbird. 3. Allow automatic update to version 145. 4. Restart the application when prompted.
🔧 Temporary Workarounds
Disable WebGPU
allDisables the vulnerable WebGPU component via configuration setting.
about:config → Set 'dom.webgpu.enabled' to false
🧯 If You Can't Patch
- Block access to untrusted websites and email content
- Use application allowlisting to prevent execution of vulnerable versions
🔍 How to Verify
Check if Vulnerable:
Check Firefox/Thunderbird version: Menu → Help → About Firefox/Thunderbird. If version is less than 145, system is vulnerable.
Check Version:
firefox --version # Linux/macOS terminal
Verify Fix Applied:
Confirm version is 145 or higher in About dialog and verify 'dom.webgpu.enabled' is true (if re-enabled).
📡 Detection & Monitoring
Log Indicators:
- Application crash logs with WebGPU-related modules
- Unexpected process termination of Firefox/Thunderbird
Network Indicators:
- Connections to suspicious domains followed by browser crashes
SIEM Query:
source="firefox.log" AND ("crash" OR "segfault") AND "webgpu"