CVE-2026-54531
Analyzed Analyzed - Analysis Complete

Infinite Loop in PyPDF Due to Malicious PDF Merge

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

Publication date: 2026-06-22

Last updated on: 2026-06-25

Assigner: GitHub, Inc.

Description

pypdf is a free and open-source pure-python PDF library. Prior to 6.13.0, an attacker who uses this vulnerability can craft a PDF which leads to an infinite loop. This requires merging a file with outlines into a writer. This vulnerability is fixed in 6.13.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-22
Last Modified
2026-06-25
Generated
2026-07-13
AI Q&A
2026-06-23
EPSS Evaluated
2026-07-12
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
pypdf_project pypdf to 6.13.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-835 The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The provided information does not specify any direct impact of CVE-2026-54531 on compliance with common standards and regulations such as GDPR or HIPAA.

Executive Summary

This vulnerability exists in the pypdf library, a pure-python PDF library. Before version 6.13.0, an attacker could craft a specially designed PDF file that, when merged with a file containing outlines into a writer, causes the library to enter an infinite loop.

Impact Analysis

The impact of this vulnerability is that it can cause the pypdf library to hang indefinitely due to an infinite loop when processing maliciously crafted PDF files. This can lead to denial of service conditions in applications that rely on pypdf for PDF processing.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade the pypdf library to version 6.13.0 or later, where the issue has been fixed.

Detection Guidance

This vulnerability involves an infinite loop triggered by processing crafted PDF files with outlines during merging in the pypdf library versions prior to 6.13.0.

Detection would involve identifying attempts to process or merge PDF files containing outlines using vulnerable versions of pypdf.

Since the vulnerability manifests as an infinite loop during PDF processing, monitoring for unusually long or hanging pypdf processes when handling PDFs with outlines could be an indicator.

There are no specific commands or network detection signatures provided in the available resources.

A practical approach is to verify the version of pypdf installed on your system and upgrade to version 6.13.0 or later to mitigate the issue.

To check the installed pypdf version, you can run the following command in your Python environment:

  • python -c "import pypdf; print(pypdf.__version__)"

If you observe processes hanging or looping indefinitely during PDF merging operations, especially with files containing outlines, this may indicate exploitation attempts.

Chat Assistant

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

EPSS Chart