---
cve: "CVE-2026-8454"
severity: "MEDIUM"
cvss: 5.3
epss: "19%"
vendor: "TONYC"
kev: false
exploited: false
published: "2026-05-15 12:17:09"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-10T22:36:34+02:00"
---

# CVE-2026-8454

> 5.3 MEDIUM · 🧪 PoC

## Beschreibung

Imager::File::GIF versions through 1.002 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:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
```

| 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 | Gering | warn |
| I Integrität | Gering | warn |
| A Verfügbarkeit | Gering | warn |

## Patch verfügbar (OSV)

- 0d1baac8f8b1d3f15a77cc907f7cebccf74b9176 (Commit)
- 782e9c06cc75a0f7eed383f39522f51f44598b04 (Commit)

## Referenzen

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

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