CVE-2026-73639

Source
https://cve.org/CVERecord?id=CVE-2026-73639
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-73639.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-73639
Aliases
  • GHSA-jhx5-34j8-9g88
Downstream
Published
2026-09-17T21:18:59Z
Modified
2026-09-20T11:31:00Z
Summary
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
Details

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.

Database specific
{
    "cna_assigner": "CPANSec",
    "cwe_ids": [
        "CWE-787"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/73xxx/CVE-2026-73639.json"
}
References

Affected packages

Git / github.com/tonycoz/imager

Affected ranges

Type
GIT
Repo
https://github.com/tonycoz/imager
Events
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "1.003"
        },
        {
            "fixed": "1.004"
        },
        {
            "introduced": "1.034"
        },
        {
            "fixed": "1.035"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

v1.*
v1.003
v1.034

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-73639.json"