Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/tonycoz/imager/commit/9f1c485ca3ee15dc261549e11afb356866552c3
- https://metacpan.org/release/TONYC/Imager-File-JPEG-1.003/source/Changes
- http://www.openwall.com/lists/oss-security/2026/07/06/4
FAQ
What is CVE-2026-13708?
CVE-2026-13708 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 e...
How severe is CVE-2026-13708?
CVE-2026-13708 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-13708?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.