LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
8

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-1932 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H2.85.2CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2025-1932Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
MozillaFirefox128.8, 136Listed
MozillaThunderbird128.8, 136Listed
Weakness

CWE details

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.