CPANSA-Imager-File-PNG-2026-73639: Imager-File-PNG vulnerability
| Publisher | giterlizzi | Document category | csaf_security_advisory |
|---|---|---|---|
| Initial release date | 2026-09-17T00:00:00 | Engine | CSAF Perl Toolkit 0.26 |
| Current release date | 2026-09-17T00:00:00 | Build Date | |
| Current version | 1 | Status | final |
| CVSS v3.1 Base Score | 9.1 | Severity | |
| Original language | Language | en | |
| Also referred to | |||
Vulnerability 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.
Vulnerabilities
CVE-2026-73639
Vulnerability DescriptionImager::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.
| Weakness | CWE-787 : Out-of-bounds Write |
|---|
Product status
Known affected
| Product | Score | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Imager-File-PNG greater than or equal 1.003 and less than 1.004 |
|
Fixed
- Imager-File-PNG greater than or equal 1.004
giterlizzi
Namespace: https://github.com/giterlizzi/
gdt@cpan.org
References
- CPANSA-Imager-File-PNG-2026-73639 JSON self
https://raw.githubusercontent.com/giterlizzi/perl-CPANSA-CSAF/develop/csaf/white/2026/cpansa-imager-file-png-2026-73639.json - https://github.com/tonycoz/imager/commit/d973bd7e8843f084e8071caa24b89545c88b1e4b.patch external
https://github.com/tonycoz/imager/commit/d973bd7e8843f084e8071caa24b89545c88b1e4b.patch - https://github.com/tonycoz/imager/pull/567 external
https://github.com/tonycoz/imager/pull/567 - https://github.com/tonycoz/imager/security/advisories/GHSA-jhx5-34j8-9g88 external
https://github.com/tonycoz/imager/security/advisories/GHSA-jhx5-34j8-9g88 - https://metacpan.org/release/TONYC/Imager-1.035/changes external
https://metacpan.org/release/TONYC/Imager-1.035/changes - https://metacpan.org/release/TONYC/Imager-File-PNG-1.004/changes external
https://metacpan.org/release/TONYC/Imager-File-PNG-1.004/changes - http://www.openwall.com/lists/oss-security/2026/09/17/6 external
http://www.openwall.com/lists/oss-security/2026/09/17/6 - CVE-2026-73639 (NVD) external
https://nvd.nist.gov/vuln/detail/CVE-2026-73639
Revision history
| Version | Date of the revision | Summary of the revision |
|---|---|---|
| 1 | Thu Sep 17 00:00:00 2026 | First release |
Sharing rules
TLP:WHITE
For the TLP version see: https://www.first.org/tlp/