Description
A flaw was found in GIMP's PSD parser. An integer overflow in read_RLE_channel() can cause an undersized heap allocation for the RLE row-length table, after which subsequent per-row writes corrupt heap memory. This could lead to memory corruption, potentially resulting in denial of service or arbitrary code execution.
Published: 2026-07-07
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

GIMP’s PSD parser contains an integer overflow in the read_RLE_channel() routine, a CWE‑190 flaw. When a crafted PSD file is opened, the overflow leads to an undersized heap allocation for the RLE row‑length table. Subsequent per‑row writes then corrupt heap memory, which can trigger a denial of service or, in vulnerable conditions, arbitrary code execution by an attacker who can supply a malicious file.

Affected Systems

The vulnerability affects the GIMP package bundled with Red Hat Enterprise Linux 6 through 9. All RHEL releases that include an unpatched GIMP installation are considered vulnerable. No specific GIMP version range is listed, so administrators should treat all bundled releases as affected until a patch appears in a RHEL erratum.

Risk and Exploitability

The CVSS score of 7.3 indicates a high severity weakness capable of compromising confidentiality, integrity, or availability. The EPSS score is less than 1%, implying that observed exploitation in the wild is very unlikely, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires the attacker to supply a crafted PSD file and have a user open it, which is inferred because the failure occurs during the parsing of the file. Thus, the likely attack vector is local or indirect file-based; the risk is limited to environments where users can open unknown files. Still, because the flaw can lead to arbitrary code execution, the overall risk remains significant until a patch is applied.

Generated by OpenCVE AI on July 26, 2026 at 19:33 UTC.

Remediation

Vendor Workaround

None — requires opening a crafted PSD file.


OpenCVE Recommended Actions

  • Update GIMP to the latest available release that includes the patch commit da29e217 or later.
  • Apply any Red Hat security updates or errata that contain the GIMP fix as soon as they become available.
  • Avoid opening or processing PSD files from untrusted sources; disable PSD import or quarantine files until a patch is installed.

Generated by OpenCVE AI on July 26, 2026 at 19:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 16 Jul 2026 14:00:00 +0000

Type Values Removed Values Added
CPEs cpe:/o:redhat:enterprise_linux:9 cpe:/a:redhat:enterprise_linux:9::appstream
References

Fri, 10 Jul 2026 10:15:00 +0000

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

Tue, 07 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 07 Jul 2026 08:45:00 +0000

Type Values Removed Values Added
Description A flaw was found in GIMP's PSD parser. An integer overflow in read_RLE_channel() can cause an undersized heap allocation for the RLE row-length table, after which subsequent per-row writes corrupt heap memory. This could lead to memory corruption, potentially resulting in denial of service or arbitrary code execution.
Title Gimp: gimp: integer overflow in read_rle_channel()
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': 7.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-07-16T13:55:28.248Z

Reserved: 2026-06-30T16:54:04.312Z

Link: CVE-2026-58384

cve-icon Vulnrichment

Updated: 2026-07-07T13:30:33.413Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T19:45:03Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound