Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-66757
- https://bugzilla.redhat.com/show_bug.cgi?id=2507465
- https://gitlab.gnome.org/GNOME/gimp/-/work_items/16494
- https://gitlab.gnome.org/GNOME/gimp/-/work_items/16494
FAQ
What is CVE-2026-66757?
CVE-2026-66757 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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-...
How severe is CVE-2026-66757?
CVE-2026-66757 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-66757?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.