CVE-2026-93019
Last modified
CVE-2026-93019 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. 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.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | < 1.036 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-93019?
How severe is CVE-2026-93019?
How do I fix CVE-2026-93019?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9300A vulnerability has been found in omec-project amf up to 2.1…6.3
- CVE-2026-9301A vulnerability was found in omec-project amf up to 2.1.1. T…6.3
- CVE-2026-93013RAGFlow through 0.27.2 contains a path traversal vulnerabili…4.3
- CVE-2026-93014RosarioSIS versions before 12.9 fail to validate the filenam…7.1
- CVE-2026-93015BlueKitchen BTstack through 1.8.2 fails to validate the peer…6.3
- CVE-2026-93018Imager versions before 1.036 for Perl disclose uninitialised…
- CVE-2026-9302A vulnerability was determined in 546669204 vps-inventory-mo…6.3
- CVE-2026-9303A vulnerability was identified in calcom cal.diy up to 4.9.4…4.3
- CVE-2026-93031The WP Cloud Plugins Use-your-Drive, Out-of-the-Box, Share-o…8.8
- CVE-2026-93037In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93038In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93039In the Linux kernel, the following vulnerability has been re…7.4
Are you affected by CVE-2026-93019?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
