Back to overview

CVE-2026-13708

Description
Imager::File::JPEG versions before 1.003 for Perl leak heap memory when reading a JPEG with repeated APP13 markers in i_readjpeg_wiol. i_readjpeg_wiol walks the marker list libjpeg returns and, for each APP13 marker, allocates a new buffer with *iptc_itext = mymalloc(...) and overwrites the previous pointer without freeing it. Only the final payload is later turned into a Perl scalar and freed, so a JPEG with N such markers leaks the first N-1 payloads on every read. In a long-lived process, such as an upload or thumbnailing service, repeated reads accumulate these leaks and exhaust available memory, a denial of service. The same handler ships bundled in the Imager distribution, where versions before 1.032 are affected and the fix ships in 1.032.

Metadata

CVE ID
CVE-2026-13708
State
PUBLISHED
Assigner
CPANSec
Reserved
2026-06-29 13:22 UTC
Published
2026-07-06 12:04 UTC
Last updated
2026-07-06 12:04 UTC
Primary CWE
CWE-401
CWE-401 Missing Release of Memory after Effective Lifetime
Vendor / Product
TONYC / Imager::File::JPEG
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (1)
VendorProductPlatformVersions
TONYC Imager::File::JPEG 0 < 1.003
Weakness (CWE)
CWESourceDescription
CWE-401 cna CWE-401 Missing Release of Memory after Effective Lifetime
Back to overview