CVE-2025-14329 Overview
CVE-2025-14329 is a privilege escalation vulnerability in the Netmonitor component of Mozilla Firefox and Thunderbird. The flaw allows an attacker to elevate privileges within the browser's developer tools context when a user is induced to interact with crafted content. Mozilla addressed the issue in Firefox 146, Firefox ESR 140.6, Thunderbird 146, and Thunderbird 140.6. The vulnerability is tracked across Mozilla advisories MFSA-2025-92, MFSA-2025-94, MFSA-2025-95, and MFSA-2025-96.
Critical Impact
Successful exploitation enables an attacker to escalate privileges through the Netmonitor component, with high impact on confidentiality, integrity, and availability after user interaction.
Affected Products
- Mozilla Firefox versions prior to 146
- Mozilla Firefox ESR versions prior to 140.6
- Mozilla Thunderbird versions prior to 146 and prior to 140.6
Discovery Timeline
- 2025-12-09 - CVE CVE-2025-14329 published to NVD
- 2026-04-13 - Last updated in NVD database
Technical Details for CVE-2025-14329
Vulnerability Analysis
The vulnerability resides in the Netmonitor, a developer tools panel that records and displays network requests issued by the browser. The component handles request and response data from web origins and presents it within a privileged UI context. Improper isolation between the untrusted network data and the privileged Netmonitor UI allows an attacker to escalate privileges from a web content context toward developer tools functionality. The flaw is classified under [CWE-NVD-noinfo] in the NVD record, with Mozilla providing the authoritative technical description.
Root Cause
Mozilla has not disclosed implementation specifics in the public advisories. The root cause is summarized as a privilege escalation pathway in the Netmonitor component, where data originating from web content is processed in a higher-privilege context without sufficient sanitization or boundary enforcement. Refer to the Mozilla Bug Report #1997018 for restricted technical details.
Attack Vector
Exploitation requires user interaction, such as opening developer tools or interacting with attacker-controlled content while Netmonitor is active. The attack is delivered over the network via a malicious web page or message rendered by Thunderbird. No prior authentication is required. Once triggered, the attacker can perform actions beyond the standard web content sandbox.
No public proof-of-concept exploit has been released. See the Mozilla Security Advisory MFSA-2025-92 for vendor-confirmed scope.
Detection Methods for CVE-2025-14329
Indicators of Compromise
- Firefox or Thunderbird processes spawning unexpected child processes after a user opens developer tools on an untrusted site.
- Browser telemetry showing Netmonitor activity correlated with anomalous file system or network access from the browser process.
- Endpoint logs reporting Firefox or Thunderbird binaries at versions older than 146 or ESR 140.6.
Detection Strategies
- Inventory installed Firefox and Thunderbird versions across the fleet and flag instances below the patched baselines.
- Monitor for outbound connections initiated by browser child processes to non-standard destinations following user visits to untrusted pages.
- Correlate browser crash reports and developer tools usage with subsequent suspicious process activity on the host.
Monitoring Recommendations
- Enable endpoint logging for browser process creation, module loads, and command-line arguments.
- Track Mozilla update channel compliance to ensure ESR systems receive 140.6 or later.
- Alert on installations of unsigned or sideloaded Firefox extensions that interact with developer tools APIs.
How to Mitigate CVE-2025-14329
Immediate Actions Required
- Update Firefox to version 146 or later on all endpoints.
- Update Firefox ESR deployments to 140.6 or later.
- Update Thunderbird to 146 or Thunderbird ESR 140.6 or later.
- Restart browser sessions after patching to ensure the vulnerable code is unloaded from memory.
Patch Information
Mozilla released fixes in Firefox 146, Firefox ESR 140.6, Thunderbird 146, and Thunderbird 140.6. Patch details are published in Mozilla Security Advisory MFSA-2025-92, MFSA-2025-94, MFSA-2025-95, and MFSA-2025-96.
Workarounds
- Instruct users to avoid opening developer tools on untrusted websites until the patch is applied.
- Use enterprise policy to restrict access to devtools in managed Firefox and Thunderbird deployments via the DevToolsAvailability policy.
- Block known malicious domains at the network perimeter to reduce exposure to crafted pages targeting the Netmonitor.
# Example Firefox enterprise policy to disable developer tools
# /etc/firefox/policies/policies.json
{
"policies": {
"DevToolsAvailability": "disabled"
}
}
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

