// 2 CRITICAL · 4 ZERO-DAY · 8 CVE · 6 EXPLOIT IN THE LAST 24H
The ZDI-26-713 vulnerability in GIMP allows RCE via malicious APNG files. CVSS 7.8, patch available after 140 days of coordinated disclosure.

On September 16, 2026, the TrendAI Zero Day Initiative disclosed vulnerability ZDI-26-713, identified as CVE-2026-92183: a flaw in GIMP's APNG parser that enables remote arbitrary code execution by opening a seemingly innocuous image file. The severity is high — CVSS 7.8 — but not critical, mitigated by the user interaction requirement. However, the combination of a format perceived as safe and open-source software widely used in the creative-professional sector makes the attack vector particularly insidious.

Key Takeaways
  • The flaw is a stack-based buffer overflow in APNG file parsing, caused by failure to validate user-supplied data length before copying into a stack-allocated buffer
  • The CVSS score is 7.8 per the ZDI published table, classifying the vulnerability as high severity but not critical
  • Exploitation requires human interaction: the user must visit a malicious page or open a specially crafted APNG file directly
  • GIMP has released a corrective patch; coordinated disclosure spanned 140 days from the initial report on April 29, 2026

The Flaw Mechanism: When the APNG Parser Loses Control

The flaw resides specifically in the APNG (Animated Portable Network Graphics) file processing module, an extended PNG format supporting animation that has seen growing adoption as an alternative to animated GIFs. According to advisory ZDI-26-713, the issue stems from the "lack of proper validation of the length of user-supplied data prior to copying it to a stack-based buffer." This classic stack-based buffer overflow mechanism allows overwriting the function's return address, diverting program execution to arbitrary code.

The APNG format, while an extension of the robust PNG, introduces additional complexity in frame management, animation control chunks, and temporal metadata. GIMP's parser must handle these nested data structures, and it is in this process that the missing size boundary checks expose the software to attacker-controlled memory overwrites.

"This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file." — TrendAI Zero Day Initiative, Advisory ZDI-26-713

Timeline and Disclosure: 140 Days of Coordination

The vulnerability was reported to the vendor on April 29, 2026. Coordinated publication occurred on September 16, 2026, after an interval of approximately 140 days. This timeline aligns with standard ZDI disclosure policies, which provide a coordination period with the vendor to allow development and release of fixes before publicly exposing technical details before users can apply the patch.

The CVE-2026-92183 record was published on cve.org on September 15, 2026 at 17:57:22 GMT, one day ahead of the coordinated advisory release. At the time of crawling, the record remained in "reserved" status: the identifier is confirmed, but technical details had not yet been populated by the responsible CVE Numbering Authority (CNA). This delay in populating the official CVE record relative to ZDI publication is a recurring dynamic in coordinated disclosure, where the primary security vendor's advisory often precedes the formal central database update.

The Risk Profile: Why APNG Is an Insidious Vector

The attack angle here is non-trivial. Creative professionals — designers, photographers, illustrators — work daily with image files and tend to perceive raster graphics formats as inherently less dangerous than executables, Office documents, or PDFs. This perception of safety is partly founded: static image parsers have historically presented a smaller attack surface than document rendering engines. But the evolution toward "rich" formats like APNG, with support for animation, extended metadata, and complex data structures, has progressively eroded this boundary.

The APNG format is also particularly exposed to disguised distribution vectors: animated images shared via corporate chat, browser previews, email attachments with a .png extension that actually contain APNG chunks. The nature of the flaw — requiring only file opening — makes it compatible with spear-phishing techniques targeting creatives, where the malicious payload can be masked as reference material, mockups, or project assets.

What to Do Now

  • Verify application of the corrective update released by GIMP: advisory ZDI-26-713 confirms a patch is available, and the operational priority is ensuring all installations in use are updated
  • Review controls on inbound APNG files in enterprise infrastructure, particularly in creative-professional workflows where this format is used as an alternative to animated GIFs
  • Evaluate segmentation of GIMP workstations from sensitive network resources, considering that code execution occurs in the context of the user's process with its associated privileges
  • Document the APNG format as a potential RCE vector in security protocols, moving beyond the generic "safe image" categorization that can induce non-cautious opening behaviors

The Broader Context: When Modern Format Complexity Outpaces Mental Perimeter

This vulnerability fits a broader pattern: the progressive erosion of the boundary between "passive" and "active" formats. APNG, HEIF, AVIF, and their derivatives bring functionality — animation, layers, executable metadata — into the static image world that expands the parsing surface without risk perception adjusting equally rapidly. GIMP, with its APNG parser, fell into a common trap: the implicit assumption that input data respects declared format constraints, without defensive checks on actual limits.

The fact that CVSS remains below the critical threshold (9.0+) must not translate into underestimation. Seven point eight means that once the human interaction vector is overcome, the impact is total: complete compromise of confidentiality, integrity, and availability of the affected system. For a freelance photographer or a design studio managing clients' proprietary assets, this is a damage threshold incompatible with inaction.

Sources

Information has been verified against cited sources and updated at time of publication.

Sources


Sources and references
  1. zerodayinitiative.com
  2. cve.org
  3. trendmicro.com