SCA: security update for PyPDF2 (GHSA-hm9v-vj3r-r55m)

medium Tenable Cloud Security Plugin ID 415835

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- pypdf is a pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of
PDF files. In version 2.10.5 an attacker who uses this vulnerability can craft a PDF which leads to an
infinite loop. This infinite loop blocks the current process and can utilize a single core of the CPU by
100%. It does not affect memory usage. That is, for example, the case if the user extracted metadata from
such a malformed PDF. Versions prior to 2.10.5 throw an error, but do not hang forever. This issue was
fixed with https://github.com/py-pdf/pypdf/pull/1331 which has been included in release 2.10.6. Users are
advised to upgrade. Users unable to upgrade should modify
`PyPDF2/generic/_data_structures.py::read_object` to an an error throwing case. See GHSA-hm9v-vj3r-r55m
for details. (CVE-2023-36807)

See Also

https://github.com/advisories/GHSA-hm9v-vj3r-r55m

Plugin Details

Severity: Medium

ID: 415835

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.51

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2023-36807

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.9

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 6/30/2023

Vulnerability Publication Date: 6/30/2023

Reference Information

CVE: CVE-2023-36807

cwe: CWE-835