GIMP PSD 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 PSD 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-28807.
Security readout for executives and security teams
Plain-English summary
A malicious Photoshop PSD file can trigger memory corruption in GIMP 3.0.8 and may run code as the user who opens it. Exploitation requires user interaction, so the main business risk is compromise through files delivered by email, web, chat, or shared storage.
Executive priority
Treat this as a high-priority workstation exposure for creative, marketing, and web teams. It is not shown as actively exploited in the supplied data, but code execution through routine file opening is a credible business risk.
Technical view
The flaw is an integer overflow (CWE-190) in PSD parsing before buffer allocation. With insufficient validation of user-supplied PSD data, GIMP can allocate an undersized buffer and reach code execution in the current process. The supplied CVSS is 7.8, with user interaction required and high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely on workstations or packaged Linux environments running affected GIMP, especially GIMP 3.0.8, where users open PSD files from untrusted or semi-trusted sources.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. ZDI describes remote attacker code execution, but exploitation still requires the target to visit a malicious page or open a malicious file.
Researcher notes
Evidence identifies ZDI-CAN-28807, PSD parsing, CWE-190, and a GNOME/GIMP commit reference. The bundle does not provide exploit artifacts, a confirmed fixed upstream version, or KEV evidence, so validation should focus on installed versions and vendor advisory status.
Mitigation direction
Check GNOME/GIMP guidance and apply the vendor fix when available.
Apply relevant Red Hat advisories for packaged GIMP deployments.
Restrict opening PSD files from unknown senders or shared locations.
Route untrusted design files through sandboxed or disposable workstations.
Prioritize endpoint monitoring for unexpected child processes from GIMP.
Validation and detection
Inventory endpoints and images for installed GIMP versions.
Confirm whether GIMP 3.0.8 or distribution-packaged builds are present.
Review package manager advisory status against listed Red Hat errata.
Check file-handling workflows where PSD files are received externally.
Verify users handling PSD files have least-privilege desktop accounts.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-190: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
17Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-190 · source CWE mapping
Integer Overflow or Wraparound
Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.