Description
A flaw was found in GIMP's PSD file format plugin. This vulnerability, an unsigned integer underflow in the `block_rem` variable, occurs when a user opens a specially crafted `.psd` image file. The underflow leads to parser confusion, enabling an attacker to inject arbitrary data as layer resource blocks. This can ultimately result in arbitrary code execution, allowing the attacker to run malicious code on the victim's system.
Published: 2026-08-10
Score: 8.4 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw was discovered in the GIMP image editor’s PSD file format plugin. The vulnerability is an unsigned integer underflow in the `block_rem` variable, which occurs when a user opens a specially crafted .psd image file. The underflow causes the parser to misinterpret layer resource blocks, allowing an attacker to inject arbitrary data that can subsequently be executed, leading to arbitrary code execution on the victim’s system.

Affected Systems

Red Hat Enterprise Linux distributions, specifically RHEL 6 through RHEL 9, run the affected version of GIMP that contains the unpatched PSD plugin. The CVE notes the affected operating systems rather than a specific GIMP release, implying that installation of GIMP on these platforms is vulnerable unless the vendor’s update is applied.

Risk and Exploitability

The CVSS score of 8.4 indicates high severity, while the EPSS score is not available and the vulnerability is not listed in CISA’s KEV catalog, suggesting a lower known exploitation probability. The attack vector is inferred to be local: an attacker would need to deliver a malicious .psd file that a user opens with GIMP, or compromise a system to place such a file. In the absence of a patch, the only feasible mitigation is to avoid opening untrusted or suspicious PSD files with GIMP.

Generated by OpenCVE AI on August 10, 2026 at 13:22 UTC.

Remediation

Vendor Workaround

To mitigate this vulnerability, users should avoid opening untrusted or suspicious PSD image files with GIMP. As a general security practice, it is recommended to only process image files from trusted sources.


OpenCVE Recommended Actions

  • Install the Red Hat update that patches the unsigned underflow in GIMP’s PSD plugin as soon as it becomes available
  • Avoid opening untrusted or suspicious PSD files with GIMP; only process images from trusted sources
  • Audit system inventories for suspicious PSD files and restrict GIMP usage to trusted users or processes

Generated by OpenCVE AI on August 10, 2026 at 13:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description A flaw was found in GIMP's PSD file format plugin. This vulnerability, an unsigned integer underflow in the `block_rem` variable, occurs when a user opens a specially crafted `.psd` image file. The underflow leads to parser confusion, enabling an attacker to inject arbitrary data as layer resource blocks. This can ultimately result in arbitrary code execution, allowing the attacker to run malicious code on the victim's system.
Title Gimp: gimp: arbitrary code execution in psd plugin due to unsigned underflow
First Time appeared Redhat
Redhat enterprise Linux
Weaknesses CWE-191
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': 8.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:H'}


Subscriptions

Redhat Enterprise Linux
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-10T12:59:43.222Z

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

Link: CVE-2026-59090

cve-icon Vulnrichment

Updated: 2026-08-10T12:59:39.189Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T13:30:05Z

Weaknesses
  • CWE-191

    Integer Underflow (Wrap or Wraparound)