All vulnerabilities

CVE-2026-84310

PyPI · pypdf

Summary

pypdf: Possible long runtimes/large memory usage when retrieving outlines

Advisory details

Impact

An attacker who uses this vulnerability can craft a PDF which leads to long runtimes and large memory consumption. This requires accessing the outlines of a document with either lots of entries or nested outlines with long re-used nesting paths.

Patches

This has been fixed in pypdf==6.16.1.

Workarounds

If you cannot upgrade yet, consider applying the changes from PR #3966.

References