CVE-2025-55780
HIGHMuPDF 1.24.0-1.26.4 - Denial of Service via Null Pointer Dereference in break_word_for_overflow_wrap
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2025-55780. PoCs published by ISH2YU.
AI-analyzed exploit summary This repository contains a detailed writeup for CVE-2025-55780, a null pointer dereference vulnerability in MuPDF 1.26.4's EPUB rendering function. The issue occurs in the HTML layout handling of right-to-left text with 'overflow-wrap:break-word' CSS style, leading to a crash.
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.
Exploits (1)
This repository contains a detailed writeup for CVE-2025-55780, a null pointer dereference vulnerability in MuPDF 1.26.4's EPUB rendering function. The issue occurs in the HTML layout handling of right-to-left text with 'overflow-wrap:break-word' CSS style, leading to a crash.
References (3)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H