CVE-2026-73639
Last modified
CVE-2026-73639 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Imager::File::PNG versions from 1.003 before 1.004 for Perl write past the end of the row buffer reading a PNG with a tRNS transparency chunk in read_direct8. With a tRNS chunk, read_direct8() adds an alpha channel to the image it creates but still sizes the row buffer from the original channel count. libpng expands the transparency into that extra channel, so png_read_row() fills one channel more than the buffer holds, at one byte per sample, and writes width bytes past the end of the allocation. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
Imager::File::PNG versions from 1.003 before 1.004 for Perl write past the end of the row buffer reading a PNG with a tRNS transparency chunk in read_direct8. With a tRNS chunk, read_direct8() adds an alpha channel to the image it creates but still sizes the row buffer from the original channel count. libpng expands the transparency into that extra channel, so png_read_row() fills one channel more than the buffer holds, at one byte per sample, and writes width bytes past the end of the allocation. Palette images go to read_paletted() and 16-bit images to read_direct16(), which sizes its buffer from png_get_rowbytes() and allocates enough for the expanded row. The same reader ships bundled in the Imager distribution. Reading an attacker-supplied PNG through Imager->read() corrupts the heap, which can crash the process.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | >= 1.003, < 1.004 |
| — | — | >= 1.034, < 1.035 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-73639?
How severe is CVE-2026-73639?
How do I fix CVE-2026-73639?
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-73631Exposure of data element to wrong session vulnerability in t…4.3
- CVE-2026-73632Exposure of data element to wrong session vulnerability in t…4.3
- CVE-2026-73633Uncontrolled resource consumption vulnerability in the JSON …7.5
- CVE-2026-73634Uncontrolled resource consumption vulnerability in Apache St…7.5
- CVE-2026-73635Allocation of resources without limits or throttling vulnera…7.5
- CVE-2026-73638Imager versions from 0.45_02 before 1.035 for Perl read outs…6.2
- CVE-2026-7364IBM Verify Identity Access 11.0 through 11.0.2 and IBM Secur…6.1
- CVE-2026-73643js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 u…7.5
- CVE-2026-73644OpenDJ is an LDAPv3 compliant directory service. Prior to 5.…9.6
- CVE-2026-73645OpenZeppelin Confidential Contracts is an experimental libra…6.6
- CVE-2026-73646PostCSS takes a CSS file and provides an API to analyze and …7.5
- CVE-2026-73647Quasar Framework is a framework for building high-performanc…5.6
Are you affected by CVE-2026-73639?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
