Infinite loop in PyPDF - #VU143596
Published: August 16, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to loop with an unreachable exit condition in TreeObject.insert_child when processing a crafted PDF through a code path that invokes the function. A remote attacker can supply a specially crafted PDF to cause a denial of service.
Exploitation requires an application code path that uses TreeObject.insert_child, typically during PDF-writing operations.