CVE-2026-33416
Last modified
CVE-2026-33416 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. In versions 1.2.1 through 1.6.55, `png_set_tRNS` and `png_set_PLTE` each alias a heap-allocated buffer between `png_struct` and `png_info`, sharing a single allocation across two structs with independent lifetimes. EPSS estimates a 1.05% chance of exploitation in the next 30 days.
Description
LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. In versions 1.2.1 through 1.6.55, `png_set_tRNS` and `png_set_PLTE` each alias a heap-allocated buffer between `png_struct` and `png_info`, sharing a single allocation across two structs with independent lifetimes. The `trans_alpha` aliasing has been present since at least libpng 1.0, and the `palette` aliasing since at least 1.2.1. Both affect all prior release lines `png_set_tRNS` sets `png_ptr->trans_alpha = info_ptr->trans_alpha` (256-byte buffer) and `png_set_PLTE` sets `info_ptr->palette = png_ptr->palette` (768-byte buffer). In both cases, calling `png_free_data` (with `PNG_FREE_TRNS` or `PNG_FREE_PLTE`) frees the buffer through `info_ptr` while the corresponding `png_ptr` pointer remains dangling. Subsequent row-transform functions dereference and, in some code paths, write to the freed memory. A second call to `png_set_tRNS` or `png_set_PLTE` has the same effect, because both functions call `png_free_data` internally before reallocating the `info_ptr` buffer. Version 1.6.56 fixes the issue.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Libpng | Libpng | >= 1.2.1, < 1.6.56 |
References
- https://github.com/pnggroup/libpng/pull/824Exploit, Issue Tracking
- https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7jPatch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-33416?
How severe is CVE-2026-33416?
How do I fix CVE-2026-33416?
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-33410Discourse is an open-source discussion platform. Versions pr…5.4
- CVE-2026-33411Discourse is an open-source discussion platform. Versions pr…5.4
- CVE-2026-33412Vim is an open source, command line text editor. Prior to ve…7.3
- CVE-2026-33413etcd is a distributed key-value store for the data of a dist…8.8
- CVE-2026-33414Podman is a tool for managing OCI containers and pods. Versi…7.8
- CVE-2026-33415Discourse is an open-source discussion platform. From versio…2.7
- CVE-2026-33417Wallos is an open-source, self-hostable personal subscriptio…7.1
- CVE-2026-33418DiceBear is an avatar library for designers and developers. …7.5
- CVE-2026-33419MinIO is a high-performance object storage system. Prior to …7.5
- CVE-2026-3342An Out-of-bounds Write vulnerability in WatchGuard Fireware …7.2
- CVE-2026-33420Vaultwarden is a Bitwarden-compatible server written in Rust…5.3
- CVE-2026-33421Parse Server is an open source backend that can be deployed …6.5
Are you affected by CVE-2026-33416?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
