Description
A flaw was found in GIMP. A signed integer overflow vulnerability exists in the `file-fli` plugin when processing FLI image files. This occurs due to an incorrect calculation during memory allocation for image buffers, where the multiplication of image width and height can exceed the maximum integer value. A remote attacker could exploit this by tricking a user into opening a specially crafted FLI file, leading to the application crashing and resulting in a denial of service.
Published: 2026-08-10
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A signed integer overflow in the GIMP file-fli plugin causes a crash when processing a specially crafted FLI image. The overflow occurs during memory allocation when the image’s width multiplied by its height exceeds the maximum signed integer value. This leads to application termination and results in a denial of service for the user who opens the file.

Affected Systems

The flaw exists in GIMP packages distributed with Red Hat Enterprise Linux 6 through 9. Any system that has an affected GIMP installation on these RHEL releases can become vulnerable if it opens an untrusted FLI file. Systems using different operating systems or newer versions of GIMP that are not shipped with RHEL are not listed as affected by this CVE.

Risk and Exploitability

The CVSS score of 5.5 reflects moderate severity. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires an attacker to supply a malicious FLI file and persuade the user to open it, implicating a user‑interaction attack vector. Because the vector relies on crafted file handling rather than remote network access, the likelihood of widespread exploitation is low, but the impact is a local denial of service that can disrupt user workflows.

Generated by OpenCVE AI on August 10, 2026 at 12:51 UTC.

Remediation

Vendor Workaround

To mitigate this issue, users should avoid opening FLI image files from untrusted sources. As this vulnerability requires user interaction to open a specially crafted file, exercising caution with the origin of FLI files can prevent the denial of service.


OpenCVE Recommended Actions

  • Avoid opening FLI image files from untrusted sources.
  • Restrict GIMP from accepting FLI files by disabling the file‑fli plugin or applying a sandbox to isolate the application.
  • Check for and install any vendor patches or updates to the GIMP package on RHEL as soon as they are released.

Generated by OpenCVE AI on August 10, 2026 at 12:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6470-1 gimp security update
History

Wed, 19 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:gimp:gimp:3.2.4:*:*:*:*:*:*:*
cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*
cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*

Tue, 11 Aug 2026 15:45:00 +0000

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

Tue, 11 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 10 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description A flaw was found in GIMP. A signed integer overflow vulnerability exists in the `file-fli` plugin when processing FLI image files. This occurs due to an incorrect calculation during memory allocation for image buffers, where the multiplication of image width and height can exceed the maximum integer value. A remote attacker could exploit this by tricking a user into opening a specially crafted FLI file, leading to the application crashing and resulting in a denial of service.
Title Gimp: gimp: denial of service via signed integer overflow in fli file processing
First Time appeared Redhat
Redhat enterprise Linux
Weaknesses CWE-190
CPEs cpe:/o:redhat:enterprise_linux:6
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
References
Metrics cvssV3_1

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


Subscriptions

Gimp Gimp
Redhat Enterprise Linux
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-21T11:32:14.438Z

Reserved: 2026-07-02T15:11:12.820Z

Link: CVE-2026-59088

cve-icon Vulnrichment

Updated: 2026-08-11T01:54:47.055Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-10T12:17:19.563

Modified: 2026-08-21T12:16:29.503

Link: CVE-2026-59088

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T14:23:22Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound