Beveiligingsadvies

CVE-2025-55780

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2025-09-23 00:00:00
Laatst bijgewerkt 2025-09-25 14:47:03
Toegewezen door mitre
CVSS-score 7.5
Status PUBLISHED

Beschrijving

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.