CVE-2025-55780
BaseFortify
Publication date: 2025-09-23
Last updated on: 2025-10-08
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| artifex | mupdf | From 1.24.0 (inc) to 1.26.7 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a null pointer dereference in the MuPDF 1.26.4 software. It occurs in the function break_word_for_overflow_wrap() when rendering a malformed EPUB document. The function calls fz_html_split_flow() to split a FLOW_WORD node but does not verify if the next node is valid before accessing its overflow_wrap property. If the split fails or returns an incomplete node chain, this leads to a crash.
How can this vulnerability impact me? :
The vulnerability can cause MuPDF to crash when processing malformed EPUB documents. This could lead to denial of service or application instability when opening such files.