---
cve: "CVE-2026-13705"
severity: "HIGH"
cvss: 7.1
epss: "14%"
vendor: "TONYC"
kev: false
exploited: false
published: "2026-07-06 13:16:32"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-10T01:04:34+02:00"
---

# CVE-2026-13705

> 7.1 HIGH · 🧪 PoC

## Beschreibung

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 read triggers the over-read before the parser rejects the malformed image, which can crash the process.

## CVSS-Vektor

```
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Lokal | good |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Erforderlich | good |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Hoch | bad |
| I Integrität | Keine | good |
| A Verfügbarkeit | Hoch | bad |

## Patch verfügbar (OSV)

- ce585a7bde35da11c9ad019b75996b39a4f882bd (Commit)
- f28de02770dfc26ffbdc32048970ed84babbf730 (Commit)

## Referenzen

- <https://github.com/tonycoz/imager/commit/f28de02770dfc26ffbdc32048970ed84babbf730.patch>
- <https://metacpan.org/release/TONYC/Imager-1.032/source/Changes>
- <http://www.openwall.com/lists/oss-security/2026/07/06/3>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-13705) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
