VDB
Sign up
MEDIUM

GHSA-jp53-mhqp-8xcg

pypdf: Possible infinite loop for TreeObject.insert_child

Quick fix

GHSA-jp53-mhqp-8xcg — pypdf: upgrade to the fixed version with the command below.

pip install --upgrade 'pypdf>=6.16.0'

Details

### Impact

An attacker who uses this vulnerability can craft a PDF which leads to an infinite loop. This requires a (usually writing) code path where `TreeObject.insert_child` is involved.

### Patches

This has been fixed in [pypdf==6.16.0](https://github.com/py-pdf/pypdf/releases/tag/6.16.0).

### Workarounds

If you cannot upgrade yet, consider applying the changes from PR [#3964](https://github.com/py-pdf/pypdf/pull/3964).

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI/pypdf
Introduced in: 0Fixed in: 6.16.0
Fixpip install --upgrade 'pypdf>=6.16.0'

References