CVE-2025-0239

4.0 MEDIUM

📋 TL;DR

This vulnerability allows attackers to bypass certificate validation when Firefox or Thunderbird redirects from a secure server to an insecure one using Alt-Svc. This could enable man-in-the-middle attacks. Affected users include anyone using vulnerable versions of Firefox, Firefox ESR, or Thunderbird.

💻 Affected Systems

Products:
  • Firefox
  • Firefox ESR
  • Thunderbird
Versions: Firefox < 134, Firefox ESR < 128.6, Thunderbird < 134, Thunderbird < 128.6
Operating Systems: All platforms supported by affected software
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability only triggers when using Alt-Svc feature with specific redirection scenarios.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Man-in-the-middle attacker intercepts and manipulates traffic between user and legitimate server, potentially stealing sensitive data or injecting malicious content.

🟠

Likely Case

Limited information disclosure or session hijacking in targeted attacks against users on compromised networks.

🟢

If Mitigated

No impact if patched; minimal risk if users avoid untrusted networks and sites.

🌐 Internet-Facing: MEDIUM - Requires user to visit attacker-controlled site or be on compromised network.
🏢 Internal Only: LOW - Internal networks typically have better security controls than public networks.

🎯 Exploit Status

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

Exploitation requires network position to intercept traffic and knowledge of vulnerable configurations.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firefox 134+, Firefox ESR 128.6+, Thunderbird 134+, Thunderbird 128.6+

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

Restart Required: Yes

Instructions:

1. Open affected application. 2. Go to Help > About Firefox/Thunderbird. 3. Allow automatic update check and installation. 4. Restart application when prompted.

🔧 Temporary Workarounds

Disable Alt-Svc

all

Prevents use of Alt-Svc feature that triggers the vulnerability

about:config
Set network.http.altsvc.enabled to false

🧯 If You Can't Patch

  • Restrict browser usage to trusted networks only
  • Implement network monitoring for unusual certificate validation failures

🔍 How to Verify

Check if Vulnerable:

Check application version in Help > About menu and compare to affected versions.

Check Version:

firefox --version or thunderbird --version

Verify Fix Applied:

Confirm version is Firefox 134+, Firefox ESR 128.6+, Thunderbird 134+, or Thunderbird 128.6+.

📡 Detection & Monitoring

Log Indicators:

  • Certificate validation errors for Alt-Svc connections
  • Unexpected redirects from HTTPS to HTTP

Network Indicators:

  • Unencrypted traffic following secure connections
  • Alt-Svc header manipulation

SIEM Query:

source="browser_logs" AND (event="certificate_error" OR event="redirect") AND url="http://*"

🔗 References

📤 Share & Export