GHSA-8r2w-8p2v-h4g4 · Severity: medium — Imager::File::GIF versions through 1.002 for Perl allow a heap out of bounds (OOB) write on...
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.
Conclusion & alert: CVE-2026-8454 is rated Low Risk (24.7/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.20%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.02% | 0.20% | +0.18% |
| 2 | 2026-05-15 | — | 0.02% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
1.8 | 3.4 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
GHSA-8r2w-8p2v-h4g4 · Severity: medium — Imager::File::GIF versions through 1.002 for Perl allow a heap out of bounds (OOB) write on...
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| tonyc | imager::file::gif | < 1.003 | cpe:2.3:a:tonyc:imager\:\:file\:\:gif:*:*:*:*:*:perl:*:* |
| URL | Tags |
|---|---|
| https://github.com/tonycoz/imager/commit/782e9c06cc75a0f7eed383f39522f51f44598b04.patch | Patch |
| https://metacpan.org/release/TONYC/Imager-File-GIF-1.003/source/Changes | Release Notes |
| http://www.openwall.com/lists/oss-security/2026/05/15/15 | Mailing List Third Party Advisory |