CVE-2025-55780
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-23

Last updated on: 2025-10-08

Assigner: MITRE

Description
A null pointer dereference occurs in the function break_word_for_overflow_wrap() in MuPDF 1.26.4 when rendering a malformed EPUB document. Specifically, the function calls fz_html_split_flow() to split a FLOW_WORD node, but does not check if node->next is valid before accessing node->next->overflow_wrap, resulting in a crash if the split fails or returns a partial node chain.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-23
Last Modified
2025-10-08
Generated
2026-05-27
AI Q&A
2025-09-23
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
artifex mupdf From 1.24.0 (inc) to 1.26.7 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart