CVE-2025-1932: Inconsistent comparator in XSLT sorting led to out-of-bounds access
An inconsistent comparator in xslt/txNodeSorter could have resulted in potentially exploitable out-of-bounds access. Only affected version 122 and later. This vulnerability was fixed in Firefox 136, Firefox ESR 128.8, Thunderbird 136, and Thunderbird 128.8.
Security readout for executives and security teams
Plain-English summary
CVE-2025-1932 is a high-severity Mozilla flaw where crafted content using XSLT sorting could trigger out-of-bounds memory access. The main business concern is possible data exposure or browser/mail client instability after user interaction. Mozilla fixed it in Firefox 136, Firefox ESR 128.8, Thunderbird 136, and Thunderbird 128.8.
Executive priority
Treat this as high-priority endpoint patching, especially for users who browse untrusted sites or handle external email. The issue can affect confidentiality and availability, but the provided evidence does not show active exploitation or a confirmed public exploit.
Technical view
Mozilla describes an inconsistent comparator in xslt/txNodeSorter that could cause potentially exploitable out-of-bounds access, mapped to CWE-125. The CVSS 3.1 vector is AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H with score 8.1. Sources state only version 122 and later were affected before the fixed releases.
Likely exposure
Exposure is likely on endpoints running Firefox or Thunderbird version 122 or later but not updated to the fixed Mozilla releases. Debian LTS environments should also review the cited Debian security announcement. The provided sources do not identify other affected products.
Exploitation context
The CVSS vector requires user interaction and no privileges. The bundle says KEV is false, so there is no source-backed evidence here of active exploitation. Mozilla’s wording says the out-of-bounds access was potentially exploitable, but public exploit details are not provided in the source bundle.
Researcher notes
Key uncertainty is exploitability detail: Mozilla says potentially exploitable out-of-bounds access, but the supplied sources do not include exploit mechanics. Validation should focus on version exposure, fixed-release confirmation, and distribution package status rather than attempting reproduction.
Mitigation direction
Update Firefox to 136 or Firefox ESR to 128.8 or later.
Update Thunderbird to 136 or Thunderbird 128.8 or later.
Apply Debian LTS browser/mail package updates where relevant.
Check Mozilla and distribution guidance for any environment-specific instructions.
Prioritize managed endpoints that handle untrusted web or email content.
Validation and detection
Inventory deployed Firefox and Thunderbird versions across endpoints.
Confirm each affected installation is at the fixed version or newer.
Check Debian LTS systems against the cited advisory status.
Verify vulnerability scanner detections map to CVE-2025-1932 and Mozilla fixed versions.
Document any unsupported or unmanaged installations requiring exception handling.
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-125: 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
2ADP providers
7Source 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-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.