CVE-2026-2048
Out-of-Bounds Write in GIMP XWD Parsing Enables Remote Code Execution
Publication date: 2026-02-20
Last updated on: 2026-02-24
Assigner: Zero Day Initiative
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gimp | gimp | 3.2.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the GIMP software, specifically in how it parses XWD files. It is an out-of-bounds write flaw caused by improper validation of user-supplied data. This means that when GIMP processes a specially crafted malicious XWD file, it can write data beyond the allocated memory buffer, potentially allowing an attacker to execute arbitrary code.
Exploitation requires user interaction, such as opening a malicious file or visiting a malicious page. If exploited, the attacker can run code with the same privileges as the current user running GIMP.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow a remote attacker to execute arbitrary code on your system with the privileges of the user running GIMP. This could lead to unauthorized actions such as installing malware, stealing data, or taking control of the affected system.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know