CVE-2026-93019
Publication date 21 September 2026
Last updated 21 September 2026
Ubuntu priority
Cvss 3 Severity Score
Description
Imager versions before 1.036 for Perl exit the process reading a TGA with a colour map length of 32768 or more in tga_palette_read. The reader unpacks the two-byte colour map length into a signed short, so a length of 32768 or more becomes negative. tga_palette_read() casts that value to size_t and asks mymalloc() for a size near SIZE_MAX. The allocation fails and Imager's allocator calls exit(3). Reading an attacker-supplied file through Imager->read() triggers an uncatchable exit.
Status
| Package | Ubuntu Release | Status |
|---|---|---|
| libimager-perl | 26.04 LTS resolute |
Needs evaluation
|
| 24.04 LTS noble |
Needs evaluation
|
|
| 22.04 LTS jammy |
Needs evaluation
|
|
| 20.04 LTS focal |
Needs evaluation
|
|
| 18.04 LTS bionic |
Needs evaluation
|
|
| 16.04 LTS xenial |
Needs evaluation
|
Severity score breakdown
CVSS version: CVSS v3.0
Base score
9.1 · Critical
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
References
Other references
- https://www.cve.org/CVERecord?id=CVE-2026-93019
- https://lists.security.metacpan.org/cve-announce/msg/43654761/
- https://github.com/tonycoz/imager/security/advisories/GHSA-p4vw-rc54-p2c2
- https://github.com/tonycoz/imager/commit/74ed50e0625f9f51054e595bb4a8da92c1e0d571.patch
- https://metacpan.org/release/TONYC/Imager-1.036/changes
- http://www.openwall.com/lists/oss-security/2026/09/18/9