CVE-2026-13705
Last modified
CVE-2026-13705 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. Imager versions before 1.032 for Perl have a heap out-of-bounds read in the bundled Imager::File::SGI reader via a 16-bit RLE literal run in read_rgb_16_rle. read_rgb_16_rle guards each literal run with if (count > data_left), but count is a pixel count while every 16-bit sample consumes two bytes. The copy loop reads inp[0] * 256 + inp[1] and advances two bytes per pixel, so a run with data_left / 2 < count <= data_left passes the guard yet consumes 2 * count bytes and reads past the end of the buffer.
Description
Imager versions before 1.032 for Perl have a heap out-of-bounds read in the bundled Imager::File::SGI reader via a 16-bit RLE literal run in read_rgb_16_rle. read_rgb_16_rle guards each literal run with if (count > data_left), but count is a pixel count while every 16-bit sample consumes two bytes. The copy loop reads inp[0] * 256 + inp[1] and advances two bytes per pixel, so a run with data_left / 2 < count <= data_left passes the guard yet consumes 2 * count bytes and reads past the end of the buffer. The 8-bit path is unaffected because there one pixel is one byte. Reading a crafted SGI image through Imager->read triggers the over-read before the parser rejects the malformed image, which can crash the process.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| TONYC | Imager | < 1.032 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-13705?
How severe is CVE-2026-13705?
How do I fix CVE-2026-13705?
Related CVEs from 2026
- CVE-2026-1368The Video Conferencing with Zoom WordPress plugin before 4.6…7.5
- CVE-2026-1369The Conditional CAPTCHA WordPress plugin through 4.0.0 does …4.3
- CVE-2026-13696Improper neutralization of special elements used in an LDAP …8.8
- CVE-2026-13698A memory leak in OpenVPN version 2.5.0 through 2.5.11, 2.6.0…7.5
- CVE-2026-1370The SIBS woocommerce payment gateway plugin for WordPress is…4.9
- CVE-2026-13704The GiveWP – Donation Plugin and Fundraising Platform plugin…6.4
- CVE-2026-13706Improper input validation vulnerability in Wikimedia Foundat…8.8
- CVE-2026-13707Session fixation vulnerability in Wikimedia Foundation OAuth…0
- CVE-2026-13708Imager::File::JPEG versions before 1.003 for Perl leak heap …7.5
- 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-13722WatchGuard Fireware OS contains a firmware validation bypass…8.6
Are you affected by CVE-2026-13705?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
