4.8 MEDIUM
- CVSS version (CVSS): 4.0
- Attack Vector (AV): Local (L)
- Attack Complexity (AC): Low (L)
- Attack Requirement (AT): None (N)
- Privileges Required (PR): None (N)
- User Interaction (UI): Passive (P)
- Vulnerable System Impact Confidentiality (VC): None (N)
- Vulnerable System Impact Integrity (VI): None (N)
- Vulnerable System Impact Availability (VA): Low (L)
- Subsequent System Impact Confidentiality (SC): None (N)
- Subsequent System Impact Integrity (SI): None (N)
- Subsequent System Impact Availability (SA): None (N)
- Modified Attack Vector (MAV): Local (L)
- Modified Attack Complexity (MAC): Low (L)
- Modified Attack Requirement (MAT): None (N)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): Passive (P)
- Modified Vulnerable System Impact Confidentiality (MVC): None (N)
- Modified Vulnerable System Impact Integrity (MVI): None (N)
- Modified Vulnerable System Impact Availability (MVA): Low (L)
- Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
- Modified Subsequent System Impact Integrity (MSI): Negligible (N)
- Modified Subsequent System Impact Availability (MSA): Negligible (N)
- Safety (S): Not Defined (X)
- Automatable (AU): Not Defined (X)
- Recovery (R): Not Defined (X)
- Value Density (V): Not Defined (X)
- Vulnerability Response Effort (RE): Not Defined (X)
- Provider Urgency (U): Not Defined (X)
- Confidentiality Req. (CR): Not Defined (X)
- Integrity Req. (IR): Not Defined (X)
- Availability Req. (AR): Not Defined (X)
- Exploit Maturity (E): Not Defined (X)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
7 packages
- capypdf
- python313Packages.pypdf2
- python313Packages.pypdf3
- python314Packages.pypdf2
- python314Packages.pypdf3
- python314Packages.pypdfium2
- python313Packages.pypdfium2
- @LeSuisse accepted
- @LeSuisse published on GitHub
pypdf: Possible long runtimes/large memory usage when extracting XForm objects
pypdf is a free and open-source pure-python PDF library. Prior to 6.16.1, an attacker can craft a PDF that causes pypdf/_page.py PageObject._extract_text and PageObject.extract_xform_text to traverse a directed acyclic graph of reused form XObjects in which each form invokes a child multiple times, creating exponentially many traversal paths and causing long runtimes and large memory consumption. This issue is fixed in version 6.16.1.
References
-
https://github.com/py-pdf/pypdf/security/advisories/GHSA-763m-79hh-57f2 x_refsource_CONFIRM
-
https://github.com/py-pdf/pypdf/pull/3966 x_refsource_MISC
-
https://github.com/py-pdf/pypdf/releases/tag/6.16.1 x_refsource_MISC
Affected products
- ==< 6.16.1
Matching in nixpkgs
pkgs.python313Packages.pypdf
Pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
Ignored packages (7)
pkgs.capypdf
Fully color managed PDF generation library
pkgs.python313Packages.pypdf2
Pure-Python library built as a PDF toolkit
pkgs.python313Packages.pypdf3
Pure-Python library built as a PDF toolkit
pkgs.python314Packages.pypdf2
Pure-Python library built as a PDF toolkit
pkgs.python314Packages.pypdf3
Pure-Python library built as a PDF toolkit
pkgs.python313Packages.pypdfium2
Python bindings to PDFium
Package maintainers
-
@javaes Jan van Esdonk <jan+dev@vanesdonk.de>
4.8 MEDIUM
- CVSS version (CVSS): 4.0
- Attack Vector (AV): Local (L)
- Attack Complexity (AC): Low (L)
- Attack Requirement (AT): None (N)
- Privileges Required (PR): None (N)
- User Interaction (UI): Passive (P)
- Vulnerable System Impact Confidentiality (VC): None (N)
- Vulnerable System Impact Integrity (VI): None (N)
- Vulnerable System Impact Availability (VA): Low (L)
- Subsequent System Impact Confidentiality (SC): None (N)
- Subsequent System Impact Integrity (SI): None (N)
- Subsequent System Impact Availability (SA): None (N)
- Modified Attack Vector (MAV): Local (L)
- Modified Attack Complexity (MAC): Low (L)
- Modified Attack Requirement (MAT): None (N)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): Passive (P)
- Modified Vulnerable System Impact Confidentiality (MVC): None (N)
- Modified Vulnerable System Impact Integrity (MVI): None (N)
- Modified Vulnerable System Impact Availability (MVA): Low (L)
- Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
- Modified Subsequent System Impact Integrity (MSI): Negligible (N)
- Modified Subsequent System Impact Availability (MSA): Negligible (N)
- Safety (S): Not Defined (X)
- Automatable (AU): Not Defined (X)
- Recovery (R): Not Defined (X)
- Value Density (V): Not Defined (X)
- Vulnerability Response Effort (RE): Not Defined (X)
- Provider Urgency (U): Not Defined (X)
- Confidentiality Req. (CR): Not Defined (X)
- Integrity Req. (IR): Not Defined (X)
- Availability Req. (AR): Not Defined (X)
- Exploit Maturity (E): Not Defined (X)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
7 packages
- capypdf
- python313Packages.pypdf2
- python313Packages.pypdf3
- python314Packages.pypdf2
- python314Packages.pypdf3
- python313Packages.pypdfium2
- python314Packages.pypdfium2
- @LeSuisse accepted
- @LeSuisse published on GitHub
pypdf: Possible long runtimes/large memory usage when retrieving outlines
pypdf is a free and open-source pure-python PDF library. Prior to 6.16.1, an attacker can craft a PDF that causes pypdf/_doc_common.py _get_outline to consume long runtimes and large amounts of memory when retrieving document outlines with large numbers of entries or deeply nested reused paths because the traversal lacked global entry-count and nesting-depth limits. This issue is fixed in version 6.16.1.
References
-
https://github.com/py-pdf/pypdf/security/advisories/GHSA-23w6-3w8w-8484 x_refsource_CONFIRM
-
https://github.com/py-pdf/pypdf/pull/3966 x_refsource_MISC
-
https://github.com/py-pdf/pypdf/releases/tag/6.16.1 x_refsource_MISC
Affected products
- ==< 6.16.1
Matching in nixpkgs
pkgs.python313Packages.pypdf
Pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
Ignored packages (7)
pkgs.capypdf
Fully color managed PDF generation library
pkgs.python313Packages.pypdf2
Pure-Python library built as a PDF toolkit
pkgs.python313Packages.pypdf3
Pure-Python library built as a PDF toolkit
pkgs.python314Packages.pypdf2
Pure-Python library built as a PDF toolkit
pkgs.python314Packages.pypdf3
Pure-Python library built as a PDF toolkit
pkgs.python313Packages.pypdfium2
Python bindings to PDFium
Package maintainers
-
@javaes Jan van Esdonk <jan+dev@vanesdonk.de>
6.9 MEDIUM
- CVSS version (CVSS): 4.0
- Attack Vector (AV): Local (L)
- Attack Complexity (AC): Low (L)
- Attack Requirement (AT): None (N)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Vulnerable System Impact Confidentiality (VC): None (N)
- Vulnerable System Impact Integrity (VI): None (N)
- Vulnerable System Impact Availability (VA): High (H)
- Subsequent System Impact Confidentiality (SC): None (N)
- Subsequent System Impact Integrity (SI): None (N)
- Subsequent System Impact Availability (SA): None (N)
- Modified Attack Vector (MAV): Local (L)
- Modified Attack Complexity (MAC): Low (L)
- Modified Attack Requirement (MAT): None (N)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Vulnerable System Impact Confidentiality (MVC): None (N)
- Modified Vulnerable System Impact Integrity (MVI): None (N)
- Modified Vulnerable System Impact Availability (MVA): High (H)
- Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
- Modified Subsequent System Impact Integrity (MSI): Negligible (N)
- Modified Subsequent System Impact Availability (MSA): Negligible (N)
- Safety (S): Not Defined (X)
- Automatable (AU): Not Defined (X)
- Recovery (R): Not Defined (X)
- Value Density (V): Not Defined (X)
- Vulnerability Response Effort (RE): Not Defined (X)
- Provider Urgency (U): Not Defined (X)
- Confidentiality Req. (CR): Not Defined (X)
- Integrity Req. (IR): Not Defined (X)
- Availability Req. (AR): Not Defined (X)
- Exploit Maturity (E): Not Defined (X)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
7 packages
- capypdf
- python313Packages.pypdf2
- python313Packages.pypdf3
- python314Packages.pypdf2
- python314Packages.pypdf3
- python313Packages.pypdfium2
- python314Packages.pypdfium2
- @LeSuisse accepted
- @LeSuisse published on GitHub
pypdf: Possible infinite loop for TreeObject.insert_child
pypdf is a free and open-source pure-python PDF library. Prior to 6.16.0, an attacker can craft a PDF whose cyclic tree structure causes pypdf/generic/_data_structures.py TreeObject.insert_child to follow /Next links indefinitely when a writing code path inserts a child, producing an infinite loop. This issue is fixed in version 6.16.0.
References
-
https://github.com/py-pdf/pypdf/security/advisories/GHSA-jp53-mhqp-8xcg x_refsource_CONFIRM
-
https://github.com/py-pdf/pypdf/pull/3964 x_refsource_MISC
-
https://github.com/py-pdf/pypdf/releases/tag/6.16.0 x_refsource_MISC
Affected products
- ==< 6.16.0
Matching in nixpkgs
pkgs.python313Packages.pypdf
Pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
Ignored packages (7)
pkgs.capypdf
Fully color managed PDF generation library
pkgs.python313Packages.pypdf2
Pure-Python library built as a PDF toolkit
pkgs.python313Packages.pypdf3
Pure-Python library built as a PDF toolkit
pkgs.python314Packages.pypdf2
Pure-Python library built as a PDF toolkit
pkgs.python314Packages.pypdf3
Pure-Python library built as a PDF toolkit
pkgs.python313Packages.pypdfium2
Python bindings to PDFium
Package maintainers
-
@javaes Jan van Esdonk <jan+dev@vanesdonk.de>