Cyber Resilience

CVE-2025-62708

Pypdf Project Pypdf ≤ 6.1.3

Published
22 October 2025
Modified
27 October 2025
Patch / advisory
CVSS Score v4 6.6
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0041 34th percentile
Risk Priority 40 floored blend · peak EPSS

Summary

CVE-2025-62708 is a medium-severity Data Amplification (CWE-409) vulnerability in Pypdf Project Pypdf. Its CVSS base score is 6.6 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 34th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SC-5 (Denial-of-service Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

pypdf is a free and open-source pure-python PDF library. Prior to version 6.1.3, an attacker who uses this vulnerability can craft a PDF which leads to large memory usage. This requires parsing the content stream of a page using the…

more

LZWDecode filter. This has been fixed in pypdf version 6.1.3.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.003 Application Exhaustion Flood Impact
Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-41313Same product: Pypdf Project Pypdf
CVE-2025-62707Same product: Pypdf Project Pypdf
CVE-2026-49460Same product: Pypdf Project Pypdf
CVE-2026-41168Same product: Pypdf Project Pypdf
CVE-2023-36810Same product: Pypdf Project Pypdf
CVE-2026-41312Same product: Pypdf Project Pypdf
CVE-2026-40260Same product: Pypdf Project Pypdf
CVE-2026-41314Same product: Pypdf Project Pypdf
CVE-2026-59938Same product: Pypdf Project Pypdf
CVE-2026-28804Same product: Pypdf Project Pypdf

Affected Assets

pypdf project
pypdf
≤ 6.1.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation can reject or limit decompression of data whose expansion ratio exceeds safe thresholds.

DoS protection limits the resource-exhaustion impact when a decompression bomb is processed.

Resource allocation controls bound memory/CPU consumption that a data-amplification attack would otherwise exhaust.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices include input-validation and resource-limit checks that prevent improper handling of compressed data.

DE.CM-09 partial match
prevents

Runtime monitoring of compute resources can detect exhaustion caused by decompression bombs.

PR.IR-04 partial match
prevents

Capacity planning and monitoring directly limits the availability impact of data-amplification attacks.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can uncover decompression-bomb vulnerabilities before release.

mitigates

Redundancy helps availability but does not address the root cause of the weakness.

finds

Monitoring can detect anomalous resource usage but does not prevent the weakness.

prevents

Secure development lifecycle includes input validation and resource-limit checks that mitigate data-amplification attacks.

prevents

Application security requirements can mandate limits on decompression size and ratio.

prevents

Secure architecture principles encourage defensive design against resource-exhaustion threats.

References