CyberRota Analysis
AI-GeneratedThe pypdf library prior to version 6.16.0 is vulnerable to an infinite loop caused by a crafted PDF with a cyclic tree structure, which can lead to denial of service conditions. This vulnerability primarily affects applications that utilize the pypdf library for PDF processing. Developers and organizations using pypdf should prioritize upgrading to version 6.16.0 to mitigate potential service interruptions.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
pypdf is a free and open-source pure-python PDF library. Prior to 6.16.0, an attacker can craft a PDF whose cyclic tree structure causes pypdf/generic/_data_structures.py TreeObject.insert_child to follow /Next links indefinitely when a writing code path inserts a child, producing an infinite loop. This issue is fixed in version 6.16.0.