CVE-2026-27024
February 20, 2026
pypdf is a free and open-source pure-python PDF library. Prior to 6.7.1, an attacker who uses this vulnerability can craft a PDF which leads to an infinite loop. This requires accessing the children of a TreeObject, for example as part of outlines. This vulnerability is fixed in 6.7.1.
Affected Packages
pypdf (CONDA):
Affected version(s) >=3.2.0 <6.7.1Fix Suggestion:
Update to version 6.7.1https://github.com/py-pdf/pypdf.git (GITHUB):
Affected version(s) >=1.26.0 <6.7.1Fix Suggestion:
Update to version 6.7.1pypdf (PYTHON):
Affected version(s) >=1.0 <6.7.1Fix Suggestion:
Update to version 6.7.1Related ResourcesĀ (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.9
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.2
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Loop with Unreachable Exit Condition ('Infinite Loop')