GIMP XWD File Parsing Out-Of-Bounds Write 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 XWD files. The issue results from the lack of proper validation of user-supplied data, which can result in a write past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-28265.
Security readout for executives and security teams
Plain-English summary
CVE-2026-2045 is a high-severity GIMP flaw in XWD image handling. A victim must open a malicious file or visit a malicious page that causes GIMP to parse hostile content. Successful exploitation could run code as the user running GIMP.
Executive priority
Prioritize patching managed workstations that use GIMP for image intake or content review. This is not described as actively exploited, but code execution through user-opened files is a credible business risk.
Technical view
The flaw is a CWE-787 out-of-bounds write in GIMP XWD parsing caused by insufficient validation of user-supplied data. The CVSS 3.0 score is 7.8 with user interaction required, no privileges required, and high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely on endpoints or workstations with GIMP 3.0.6 installed, especially where users handle externally supplied images or XWD files. The source bundle does not prove exposure for other GIMP versions.
Exploitation context
The provided sources say remote attackers can exploit this only with user interaction: opening a malicious file or visiting a malicious page. KEV is false, and the bundle provides no cited evidence of active exploitation.
Researcher notes
Treat version scope carefully. The bundle identifies GIMP 3.0.6 and includes a GNOME commit plus Red Hat advisories, but does not provide complete cross-platform fixed-version mapping or exploit-in-the-wild evidence.
Mitigation direction
Apply GIMP or distribution updates referenced by vendor and Red Hat advisories.
Check GNOME GIMP and Red Hat guidance for fixed package versions.
Avoid opening untrusted XWD files until patched.
Restrict external image handling on systems where GIMP is installed.
Validation and detection
Inventory endpoints and packages for GIMP 3.0.6.
Confirm whether installed builds include GNOME commit 68b27dfb1cbd9b3f22d7fa624dbab8647ee5f275.
Review Red Hat advisories for applicable affected products and package status.
Check file-association and workflow exposure to untrusted XWD content.
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-787: 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
16Source 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-787 · source CWE mapping
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.