Description
GIMP TIF File Parsing Integer Overflow Remote Code Execution Vulnerability. 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.

The specific flaw exists within the parsing of TIF files. The issue results from the lack of proper validation of user-supplied data, which can result in an integer overflow before allocating a buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-29405.
Published: 2026-08-20
Score: 7.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An integer overflow occurs while GIMP parses TIFF image files due to inadequate validation of the data supplied in the file. When the overflow happens, the program allocates a buffer that is too small to hold the requested data, allowing an attacker to overwrite memory. The resulting memory corruption can be exploited to run arbitrary code in the context of the GIMP process. The vulnerability requires that the victim open a specially crafted TIFF file or otherwise interact with malicious content, so the attacker must first trick the user into opening the file or visiting a page that loads it.

Affected Systems

The flaw affects the GIMP image editor. No specific versions are listed in the advisory, so all released versions of GIMP that have not yet applied the upstream commit are potentially vulnerable.

Risk and Exploitability

The CVSS score of 7.8 classifies this as a high‑severity issue. Although EPSS data is not available, the lack of a KEV listing does not diminish the risk; the requirement for user interaction presents a low‑to‑moderate exploitation probability, but once a user opens the malicious file the attacker can execute code with full privileges granted to the user. The most direct exploitation path is the user opening a crafted TIFF file ad‑hoc, while a more advanced attacker might embed such a file in a webpage that the user visits.

Generated by OpenCVE AI on August 20, 2026 at 20:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update GIMP to the latest release that contains the fix for the TIFF parsing integer overflow. It is strongly recommended to apply the vendor patch as soon as it becomes available.
  • Run GIMP in a sandboxed or virtualized environment to contain any potential compromise. Especially when processing files from untrusted sources, limiting the process’s write permissions and network access greatly reduces impact.
  • Pre‑stage file blocks or disable TIFF support altogether for untrusted documents. If a TIFF file must be processed, scan it with an up‑to‑date antivirus or static file‑analysis tool before opening it within GIMP.

Generated by OpenCVE AI on August 20, 2026 at 20:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
First Time appeared Gimp
Gimp gimp
Vendors & Products Gimp
Gimp gimp

Thu, 20 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description GIMP TIF File Parsing Integer Overflow Remote Code Execution Vulnerability. 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. The specific flaw exists within the parsing of TIF files. The issue results from the lack of proper validation of user-supplied data, which can result in an integer overflow before allocating a buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-29405.
Title GIMP TIF File Parsing Integer Overflow Remote Code Execution Vulnerability
Weaknesses CWE-190
References
Metrics cvssV3_0

{'score': 7.8, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: zdi

Published:

Updated: 2026-08-20T16:24:00.590Z

Reserved: 2026-07-29T17:13:44.116Z

Link: CVE-2026-18308

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-20T17:17:27.877

Modified: 2026-08-20T17:17:27.877

Link: CVE-2026-18308

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T20:15:04Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound