Fedora Account System
Red Hat Associate
Red Hat Customer
Heap buffer overflow WRITE via infinite loop in GIMP's Jeff's Image Format (JIF) parser. In ReadJeffsImage() in file-gif-load.c, when bpp is 0 from the JIF header, the inner loop for (j = 0; j < 8; j += bpp) never advances and writes unboundedly past the heap buffer. - Function: ReadJeffsImage() - File: plug-ins/common/file-gif-load.c:1509-1635 - Fix: https://gitlab.gnome.org/GNOME/gimp/-/commit/fb63e036 - Upstream issue: https://gitlab.gnome.org/GNOME/gimp/-/issues/16213 - Acknowledgment: bb1abu