GHSA-c7fj-r3pq-5ph5HighCVSS 7.3
A flaw was found in GIMP's PNM file format parser. When parsing a specially crafted PNM file, the...
🔗 CVE IDs covered (1)
📋 Description
A flaw was found in GIMP's PNM file format parser. When parsing a specially crafted PNM file, the pnmscanner_gettoken() function writes a null terminator one byte past the end of a stack-allocated buffer due to an off-by-one error in the loop boundary check. This could lead to memory corruption, potentially resulting in denial of service or arbitrary code execution.
🔗 References (6)
- https://nvd.nist.gov/vuln/detail/CVE-2026-58380
- https://access.redhat.com/security/cve/CVE-2026-58380
- https://bugzilla.redhat.com/show_bug.cgi?id=2496135
- https://gitlab.gnome.org/GNOME/gimp/-/commit/83699817
- https://gitlab.gnome.org/GNOME/gimp/-/issues/16206
- https://github.com/advisories/GHSA-c7fj-r3pq-5ph5