---
cve: "CVE-2026-8669"
severity: "MEDIUM"
cvss: 6.5
epss: "32%"
vendor: "TONYC"
kev: false
exploited: false
published: "2026-05-15 15:16:57"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-09T15:40:44+02:00"
---

# CVE-2026-8669

> 6.5 MEDIUM · 🧪 PoC

## Beschreibung

Imager versions through 1.030 for Perl allow a heap out of bounds (OOB) write on crafted multi-frame GIF files.

Imager::File::GIF's i_readgif_multi_low allocates a single per-row buffer GifRow sized for the GIF's global screen width 'SWidth' and reuses it across every image in the file.

The page-match branch validates Image.Width + Image.Left > SWidth before each DGifGetLine write, but the parallel skip-image branch at imgif.c:790-805 calls DGifGetLine(GifFile, GifRow, Width) with no such check.

## CVSS-Vektor

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

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

## Patch verfügbar (OSV)

- b8c19da5baca1d3a5e5de7a29a917d8ca4ccb8f6 (Commit)
- 782e9c06cc75a0f7eed383f39522f51f44598b04 (Commit)

## Referenzen

- <https://metacpan.org/release/TONYC/Imager-1.031/source/Changes>
- <https://github.com/tonycoz/imager/commit/782e9c06cc75a0f7eed383f39522f51f44598b04.patch>
- <http://www.openwall.com/lists/oss-security/2026/05/15/17>

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