CVE-2026-44348 PUBLISHED

PoDoFo: Double-free vulnerability in compute_hash_to_sign()

Assigner: GitHub_M
Reserved: 05.05.2026 Published: 14.05.2026 Updated: 14.05.2026

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.

Metrics

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

Product Status

Vendor podofo
Product podofo
Versions
  • Version >= 1.0.0, < 1.0.4 is affected

References

Problem Types

  • CWE-415: Double Free CWE