Vulnerability in Tonyc Imager::file::jpeg
CVE-2026-13708
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.
EPSS: 0.004 (30.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Tonyc Imager::file::jpeg — versions 0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-13708?
- CVE-2026-13708 is a high-severity vulnerability in Tonyc Imager::file::jpeg, classified under Missing Release of Memory after Effective Lifetime. CVSS score: 7.5/10. Published 2026-07-06.
- How severe is CVE-2026-13708?
- High severity. CVSS v3 base score is 7.5 out of 10.