CVE-2026-88361
Received Received - Intake

Integer Overflow in SumatraPDF PDF PageLabels Parsing

Vulnerability report for CVE-2026-88361, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: MITRE

Description

SumatraPDF 3.6.1 contains an integer overflow vulnerability in EngineMupdf::BuildPageLabelRec() when parsing PDF PageLabels /Nums entries.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
mupdf mupdf 1.28.0-rc2
sumatrapdf sumatrapdf 3.6.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

SumatraPDF 3.6.1 has an integer overflow vulnerability in the function EngineMupdf::BuildPageLabelRec() when processing PDF PageLabels /Nums entries. An attacker can exploit this by setting a /Nums key to INT_MAX (2147483647), causing an overflow when adding 1 to the value. This leads to undefined behavior and potential crashes, especially in builds with undefined behavior sanitizers.

Detection Guidance

To detect this vulnerability, monitor for crashes in SumatraPDF when processing PDFs with PageLabels /Nums keys set to INT_MAX. Check application logs for SIGILL signals in builds with undefined behavior sanitizers. Inspect PDFs for malicious PageLabels entries using tools like pdfinfo or custom scripts parsing PDF structure.

Impact Analysis

This vulnerability could allow an attacker to crash SumatraPDF or other mupdf-based viewers by providing a malicious PDF with a specially crafted PageLabels /Nums key. The crash occurs due to integer overflow leading to undefined behavior, which may trigger SIGILL signals in certain builds.

Mitigation Strategies

Update SumatraPDF to the latest patched version that addresses the integer overflow in BuildPageLabelRec(). If using mupdf-based viewers, ensure they include the fix for CVE-2026-88361. Avoid opening untrusted PDFs, especially those with PageLabels /Nums keys. Implement network-level controls to block or quarantine suspicious PDF files.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-88361. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart