CVE-2026-13708
Last modified
CVE-2026-13708 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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..
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| TONYC | Imager::File::JPEG | < 1.003 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-13708?
How severe is CVE-2026-13708?
How do I fix CVE-2026-13708?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-13701The Advanced Excerpt WordPress plugin before 4.5 does not sa…4.8
- CVE-2026-13703The SEO Redirection Plugin WordPress plugin before 9.19 doe…5.4
- CVE-2026-13704The GiveWP – Donation Plugin and Fundraising Platform plugin…6.4
- CVE-2026-13705Imager versions before 1.032 for Perl have a heap out-of-bou…7.1
- CVE-2026-13706Improper input validation vulnerability in Wikimedia Foundat…8.8
- CVE-2026-13707Session fixation vulnerability in Wikimedia Foundation OAuth…7.6
- CVE-2026-1371The Tutor LMS – eLearning and online course solution plugin …5.3
- CVE-2026-13710The Jeg Kit for Elementor – Powerful Addons for Elementor, W…6.4
- CVE-2026-13712The Divi WordPress theme before 5.9.0 does not properly esca…5.4
- CVE-2026-13713YAML::Syck versions before 1.47 for Perl allow a use-after-f…6.2
- CVE-2026-13714The Realtyna Organic IDX plugin + WPL Real Estate WordPress …9.8
- CVE-2026-13716Path traversal in server import and admin file upload in Cra…9.1
Are you affected by CVE-2026-13708?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
