GHSA-p2xc-g3qc-p2mqHighCVSS 7.8
A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin...
🔗 CVE IDs covered (1)
📋 Description
A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin calculates memory allocation sizes using signed 32-bit integers for width and height. If a crafted file sets both values to large values, their product exceeds 2^31 and overflows, resulting in an undersized heap-based buffer allocation. This integer overflow issue results in a heap-based buffer overflow when cfitsio subsequently writes a full row of pixels in the buffer, causing memory corruption, potentially leading to arbitrary code execution or a denial of service.
🔗 References (7)
- https://nvd.nist.gov/vuln/detail/CVE-2026-66758
- https://access.redhat.com/security/cve/CVE-2026-66758
- https://bugzilla.redhat.com/show_bug.cgi?id=2507475
- https://gitlab.gnome.org/GNOME/gimp/-/issues/16528
- https://access.redhat.com/errata/RHSA-2026:50817
- https://access.redhat.com/errata/RHSA-2026:62507
- https://github.com/advisories/GHSA-p2xc-g3qc-p2mq