๐Ÿ” CVE Alert

CVE-2026-66757

MEDIUM 5.5

Gimp: signed integer overflow in file-sgi (sgi-lib) causes the plugin to crash on rle sgi images

CVSS Score
5.5
EPSS Score
0.1%
EPSS Percentile
2th

A flaw was found in the file-sgi plugin in GIMP. When processing an RLE-compressed SGI image, the plugin allocates memory for a row table. The image header dimensions (ysize and zsize) are read as 16-bit unsigned integers. If a crafted file sets both dimensions to their maximum value (65535), the multiplication ysize * zsize overflows the standard 32-bit int boundary before being passed to calloc. This integer overflow issue results in undefined behavior, aborting the plugin and causing a denial of service.

CWE CWE-190
Vendor gnome
Product gimp
Published Jul 27, 2026
Last Updated Jul 31, 2026
Stay Ahead of the Next One

Get instant alerts for gnome gimp

Be the first to know when new medium vulnerabilities affecting gnome gimp are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

GNOME / GIMP
All versions affected
Red Hat / Red Hat Enterprise Linux 6
All versions affected
Red Hat / Red Hat Enterprise Linux 7
All versions affected
Red Hat / Red Hat Enterprise Linux 8
All versions affected
Red Hat / Red Hat Enterprise Linux 9
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
access.redhat.com: https://access.redhat.com/security/cve/CVE-2026-66757 bugzilla.redhat.com: https://bugzilla.redhat.com/show_bug.cgi?id=2507465 gitlab.gnome.org: https://gitlab.gnome.org/GNOME/gimp/-/work_items/16494

Credits

Red Hat would like to thank Arjun Basnet (Securin) for reporting this issue.