CVE-2023-36464
Python vulnerability analysis and mitigation

Overview

pypdf is an open source, pure-python PDF library that was found to contain a vulnerability (CVE-2023-36464) where an attacker could craft a PDF file that leads to an infinite loop when executing the __parse_content_stream function. This vulnerability was introduced in pull request #969 and was later resolved in pull request #1828. The issue affects pypdf versions up to 3.8.1 and PyPDF2 versions from 2.2.0 (NVD, GitHub Advisory).

Technical details

The vulnerability occurs when parsing PDF content streams, specifically when a comment in the PDF is not followed by a character. The infinite loop condition exists in the file pypdf/generic/_data_structures.py where the line while peek not in (b"\r", b"\n") fails to account for an empty byte string case. The vulnerability has been assigned a CVSS v3.1 base score of 6.2 (MEDIUM) with vector string CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H, indicating local attack vector with no privileges required (GitHub Advisory).

Impact

When exploited, this vulnerability causes the affected process to enter an infinite loop, consuming 100% of a single CPU core. While it does not impact memory usage, it effectively creates a denial of service condition for the affected process. The issue is triggered when attempting to extract text from a specially crafted PDF file (GitHub Advisory).

Mitigation and workarounds

Users are advised to upgrade to pypdf version 3.9.0 or later which contains the fix. For those unable to upgrade, a workaround is available by modifying the file pypdf/generic/_data_structures.py to change the line while peek not in (b"\r", b"\n") to while peek not in (b"\r", b"\n", b""). PyPDF2 users are recommended to migrate to pypdf (GitHub Advisory).

Additional resources


SourceThis report was generated using AI

Related Python vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-67511CRITICAL9.6
  • PythonPython
  • cai-framework
NoNoDec 09, 2025
CVE-2025-66645HIGH7.5
  • PythonPython
  • nicegui
NoYesDec 09, 2025
GHSA-9rwj-6rc7-p77cHIGH7.3
  • PythonPython
  • langgraph-checkpoint-sqlite
NoYesDec 10, 2025
CVE-2025-67502MEDIUM5.4
  • PythonPython
  • taguette
NoYesDec 10, 2025
CVE-2025-67485MEDIUM5.3
  • PythonPython
  • mad-proxy
NoNoDec 09, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management