CVE Catalog

CVE-2026-13708

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.38%

30th percentile - higher than 30% of all known CVEs

Summary

A vulnerability in Imager::File::JPEG for Perl before version 1.003 causes heap memory leak when reading JPEG files with multiple APP13 markers. The i_readjpeg_wiol function allocates a new buffer for each marker but does not free the previous one, leading to accumulated leaks.

Risk Assessment

In long-lived processes such as upload or thumbnailing services, repeated reads can exhaust available memory, resulting in a denial of service (DoS).

Recommendation

Update Imager::File::JPEG to version 1.003 or later, or if using the Imager distribution, update to version 1.032 or later.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS