CVE-2025-12380: Use-after-free in WebGPU internals triggered from a compromised child process
Starting with Firefox 142, it was possible for a compromised child process to trigger a use-after-free in the GPU or browser process using WebGPU-related IPC calls. This may have been usable to escape the child process sandbox. This vulnerability was fixed in Firefox 144.0.2.
Security readout for executives and security teams
Plain-English summary
Firefox 142 through versions before 144.0.2 contained a memory-safety flaw that could let an already-compromised child process attack the GPU or main browser process. Mozilla states this may have enabled escape from Firefox’s child-process sandbox, potentially increasing the impact of an earlier compromise.
Executive priority
Treat remediation as urgent because the issue could turn a contained browser compromise into broader process compromise. Accelerate Firefox updates, especially on endpoints handling sensitive information. There is no supplied evidence of active exploitation, so urgency is driven by potential impact and the availability of a fixed release.
Technical view
WebGPU-related IPC calls could trigger a use-after-free in Firefox’s GPU or browser process. The weakness is classified as CWE-416 and could potentially cross a sandbox boundary. Mozilla fixed it in Firefox 144.0.2. The supplied CVSS 3.1 score is 9.8, although the described compromised-child-process prerequisite suggests exploitation would likely form part of a vulnerability chain.
Likely exposure
Exposure is likely on Firefox installations running version 142 or later but earlier than 144.0.2. The supplied sources do not identify other Mozilla products, platforms, or configurations as affected. Organizations should verify actual deployed versions rather than infer exposure from the supplied affected-version field, which lists the fixed release.
Exploitation context
The flaw is not listed as a CISA KEV in the supplied bundle, and the cited evidence does not establish active exploitation. Exploitation requires control of a Firefox child process, making this most relevant as a potential second stage that could weaken sandbox containment after another compromise.
Researcher notes
The public description does not disclose triggering details, exploitability constraints beyond a compromised child process, or confirmed sandbox escape. The CVSS vector indicates network reachability without privileges or interaction, but the narrative describes a prerequisite compromise; assess it as a likely chain component. Avoid assuming reliable code execution or confirmed exploitation.
Mitigation direction
Update Firefox to version 144.0.2 or later.
Prioritize managed endpoints still running Firefox 142 through 144.0.1.
Check Mozilla’s advisory for any subsequent remediation guidance.
Apply normal browser update enforcement where users can defer updates.
Validation and detection
Inventory Firefox versions across managed endpoints.
Confirm no installations remain between Firefox 142 and 144.0.1.
Verify updated browsers report version 144.0.2 or later.
Review update-management records for failed or deferred Firefox deployments.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.