The CVSS 7.8 score for CVE-2026-18300 (integer overflow in GIMP's Radiance RGBE HDR parser) does not tell the whole story. The EPSS score of 0.00455 is dangerously misleading for organizations with GIMP in creative pipelines. Standard risk models assume vendors patch promptly and users update automatically—both assumptions fail for GIMP.

The vulnerability allows code execution through a malformed .hdr file. The 'user interaction required' language in the CVE descriptor does not mitigate severity: it describes the full attack chain (deliver file, trick user to open it, achieve code execution), not a mitigated condition. GIMP's plug-in architecture does not sandbox file format handlers, meaning full process compromise is the realistic outcome.

The ZDI-CAN-29289 reference is critical. ZDI's coordinated disclosure typically runs 120+ days, meaning GIMP had advance notice. The 2026 CVE date suggests either imminent public disclosure or a delayed publication—either way, sophisticated actors have had months to develop exploits while defenders waited for public disclosure. Closed vulnerability markets operate on exactly these timelines.

The deeper problem is compounding patch debt. GIMP has a documented history of integer overflows in file parsers across PNG, TIFF, JPEG, and HDR formats. Each CVE is treated as discrete, but the underlying validation philosophy never changes. Multiple unpatched GIMP installations likely coexist on networks—each past integer overflow CVE still runs on systems that never updated. The exposure window doesn't close when a patch drops; it closes when the poisoned files stop circulating.

For creative pipelines specifically: .hdr files propagate through render farms, shared storage, and collaboration platforms. A poisoned .hdr from a render farm contaminates every downstream tool. Embedded GIMP instances in build systems or archival workflows may never receive updates.

Prioritize now: audit for GIMP installations on high-value systems, implement file type restrictions at network boundaries for .hdr files, and treat any GIMP binary older than the 2026 patch as operationally compromised until verified. The realistic exploitation window for this class of vulnerability in GIMP is measured in years, not weeks.