CVE-2026-33416 is a use-after-free vulnerability in libpng affecting versions 1.2.1 through 1.6.55, with the underlying aliasing behavior for trans_alpha present since at least libpng 1.0. The flaw is in the low-level API functions png_set_tRNS and png_set_PLTE, which alias a single heap allocation between png_struct and png_info even though those structures have independent lifetimes. Specifically, png_set_tRNS assigns png_ptr->trans_alpha = info_ptr->trans_alpha for a 256-byte buffer, and png_set_PLTE assigns info_ptr->palette = png_ptr->palette for a 768-byte buffer. If png_free_data is later called with PNG_FREE_TRNS or PNG_FREE_PLTE, the buffer is freed through info_ptr while the corresponding pointer in png_ptr remains dangling. The same condition can also be triggered by a second call to png_set_tRNS or png_set_PLTE, because those functions internally call png_free_data before reallocating the info_ptr buffer. Subsequent row-transform operations may then dereference and, in some execution paths, write through the stale pointer, resulting in read-after-free and write-after-free conditions on heap memory.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
30 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.