๐Ÿ” CVE Alert

CVE-2026-13708

HIGH 7.5

Imager::File::JPEG versions before 1.003 for Perl leak heap memory when reading a JPEG with repeated APP13 markers in i_readjpeg_wiol

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-401
Vendor tonyc
Product imager::file::jpeg
Published Jul 6, 2026
Last Updated Jul 6, 2026
Stay Ahead of the Next One

Get instant alerts for tonyc imager::file::jpeg

Be the first to know when new high vulnerabilities affecting tonyc imager::file::jpeg are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

TONYC / Imager::File::JPEG
0 < 1.003

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/tonycoz/imager/commit/9f1c485ca3ee15dc261549e11afb356866552c3a.patch metacpan.org: https://metacpan.org/release/TONYC/Imager-File-JPEG-1.003/source/Changes openwall.com: http://www.openwall.com/lists/oss-security/2026/07/06/4