Bug 2533008 (CVE-2026-90948) - CVE-2026-90948 gimp: gimp: heap-based buffer overflow in ICO loader via integer overflow in embedded PNG dimensions
Summary: CVE-2026-90948 gimp: gimp: heap-based buffer overflow in ICO loader via integ...
Keywords:
Status: NEW
Alias: CVE-2026-90948
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2533137
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-14 12:04 UTC by OSIDB Bzimport
Modified: 2026-09-14 14:52 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-14 12:04:25 UTC
A heap-based buffer overflow flaw was found in GIMP's ICO file loader. When processing an ICO file containing an embedded PNG image, ico-load.c calculates the required buffer size using an unchecked 32-bit signed multiplication of the image's width and height. Specially crafted dimensions can overflow this calculation, causing an undersized buffer to be allocated, while libpng continues decoding the image using the original, unvalidated dimensions. This results in a heap-based buffer overflow when the decoded pixel data is written past the end of the allocated buffer. An attacker could exploit this by crafting a malicious ICO file that, when opened in GIMP, leads to a crash or arbitrary code execution in the context of the user running GIMP.


Note You need to log in before you can comment on or make changes to this bug.