CVE-2025-11708

9.8 CRITICAL

📋 TL;DR

This is a use-after-free vulnerability in Firefox and Thunderbird's MediaTrackGraphImpl::GetInstance() function. It allows attackers to execute arbitrary code or cause denial of service by exploiting memory corruption after a freed object is accessed. Affected users include anyone running vulnerable versions of Firefox, Firefox ESR, or Thunderbird.

💻 Affected Systems

Products:
  • Firefox
  • Firefox ESR
  • Thunderbird
Versions: Firefox < 144, Firefox ESR < 140.4, Thunderbird < 144, Thunderbird < 140.4
Operating Systems: Windows, Linux, macOS, Other platforms supported by Firefox/Thunderbird
Default Config Vulnerable: ⚠️ Yes
Notes: All default configurations are vulnerable. No special settings required for exploitation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution with system-level privileges, potentially leading to complete system compromise, data theft, or ransomware deployment.

🟠

Likely Case

Browser/application crash (denial of service) or limited code execution within the sandboxed browser process.

🟢

If Mitigated

No impact if patched; sandboxing may limit exploit effectiveness even if unpatched.

🌐 Internet-Facing: HIGH - Web browsers are inherently internet-facing and can be exploited via malicious websites.
🏢 Internal Only: MEDIUM - Internal users could be targeted via phishing emails or compromised internal sites.

🎯 Exploit Status

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

Use-after-free vulnerabilities typically require some exploit development skill but are commonly weaponized. No public exploit code is known at this time.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firefox 144+, Firefox ESR 140.4+, Thunderbird 144+, Thunderbird 140.4+

Vendor Advisory: https://www.mozilla.org/security/advisories/mfsa2025-81/

Restart Required: Yes

Instructions:

1. Open Firefox/Thunderbird. 2. Click menu → Help → About Firefox/Thunderbird. 3. Allow automatic update download and installation. 4. Restart the application when prompted.

🔧 Temporary Workarounds

Disable JavaScript

all

Temporarily disable JavaScript to prevent exploitation via web content (not effective for email-based attacks in Thunderbird).

about:config → javascript.enabled = false

🧯 If You Can't Patch

  • Restrict browser usage to trusted websites only
  • Implement application whitelisting to block vulnerable versions

🔍 How to Verify

Check if Vulnerable:

Check browser version: Firefox/Thunderbird → Help → About. If version is below patched versions, system is vulnerable.

Check Version:

firefox --version or thunderbird --version

Verify Fix Applied:

Verify version is Firefox 144+, Firefox ESR 140.4+, Thunderbird 144+, or Thunderbird 140.4+ after update.

📡 Detection & Monitoring

Log Indicators:

  • Browser/application crash logs with memory access violations
  • Unexpected process termination events

Network Indicators:

  • Connections to known malicious domains serving exploit code
  • Unusual outbound traffic post-exploitation

SIEM Query:

EventID=1000 OR EventID=1001 (Application Crash) AND ProcessName="firefox.exe" OR ProcessName="thunderbird.exe"

🔗 References

📤 Share & Export