CVE-2026-2047
Heap-Based Buffer Overflow in GIMP ICNS Parsing Enables RCE
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.0.6 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-122 | A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). |
| 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 is a heap-based buffer overflow in the GIMP software when parsing ICNS files. It occurs because the program does not properly validate the length of user-supplied data before copying it into a heap-based buffer. This flaw allows remote attackers to execute arbitrary code on the affected system.
Exploitation requires user interaction, such as opening a malicious file or visiting a malicious webpage.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker to execute arbitrary code with the privileges of the current user running GIMP. This can 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