CVE-2026-66757

Source
https://cve.org/CVERecord?id=CVE-2026-66757
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-66757.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-66757
Downstream
Related
Published
2026-07-27T19:07:13Z
Modified
2026-09-11T03:48:32Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Gimp: signed integer overflow in file-sgi (sgi-lib) causes the plugin to crash on rle sgi images
Details

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.

Database specific
{
    "cna_assigner": "redhat",
    "cwe_ids": [
        "CWE-190"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/66xxx/CVE-2026-66757.json"
}
References

Affected packages

Git / gitlab.gnome.org/gnome/gimp

Affected ranges

Type
GIT
Repo
https://gitlab.gnome.org/gnome/gimp
Events
Database specific
Show details
{
    "cpe": "cpe:2.3:a:gimp:gimp:3.2.6:*:*:*:*:*:*:*",
    "extracted_events": [
        {
            "introduced": "3.2.6"
        },
        {
            "last_affected": "3.2.6"
        }
    ],
    "source": "CPE_STRING"
}

Affected versions

3.*
3.2.6
Other
GIMP_3_2_6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-66757.json"