NIXPKGS-2026-1584
GitHub issue
published 1 month, 1 week ago
Permalink
CVE-2026-44348
2.5 LOW
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Local (L)
- Attack Complexity (AC): High (H)
- Privileges Required (PR): None (N)
- User Interaction (UI): Required (R)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): None (N)
- Availability (A): Low (L)
- Modified Attack Vector (MAV): Local (L)
- Modified Attack Complexity (MAC): High (H)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): Required (R)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): None (N)
- Modified Availability (MA): Low (L)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
2 packages
- podofo_0_9
- podofo_0_10
- @LeSuisse accepted
- @LeSuisse published on GitHub
PoDoFo: Double-free vulnerability in compute_hash_to_sign()
PoDoFo is a C++17 PDF manipulation library. From 1.0.0 to before 1.0.4, a double-free vulnerability exists in compute_hash_to_sign() in src/podofo/private/OpenSSLInternal_Ripped.cpp. If EVP_DigestFinal fails after buf has already been freed, the Error label frees buf a second time, causing heap corruption. This vulnerability is fixed in 1.0.4.
References
Affected products
podofo
- ==>= 1.0.0, < 1.0.4
Matching in nixpkgs
Ignored packages (2)
pkgs.podofo_0_9
Library to work with the PDF file format
pkgs.podofo_0_10
Library to work with the PDF file format
Package maintainers
-
@kuflierl Kennet Flierl <kuflierl@gmail.com>