CVE-2025-3032
Mozilla Firefox ≤ 137.0
Raw vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:NSummary
CVE-2025-3032 is a high-severity File Descriptor Leak (CWE-403) vulnerability in Mozilla Firefox. Its CVSS base score is 7.4 (High).
Operationally, ranked at the 30th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SC-39 (Process Isolation) and SC-4 (Information in Shared System Resources) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-9298
Vulnerability Data
Leaking of file descriptors from the fork server to web content processes could allow for privilege escalation attacks. This vulnerability was fixed in Firefox 137 and Thunderbird 137.
- CWE(s)
Related Threats
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Maintains separate execution domains so file descriptors cannot be unintentionally inherited by child processes.
Prevents unintended information transfer via shared file descriptors between parent and child processes.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly include code reviews and static analysis that catch file-descriptor leaks before child-process invocation.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can uncover descriptor leaks but does not prevent them by itself.
Secure SDLC practices include code reviews and static analysis that can detect leaked descriptors.
Secure coding rules require closing inherited file descriptors before spawning child processes.
Information access restriction policies may limit which processes can use descriptors, but do not address the leak itself.