Описание
Security update for gimp
This update for gimp fixes the following issues:
- CVE-2026-2272: integer overflow in ICO file handling can lead to a heap buffer overflow (bsc#1258000).
- CVE-2026-2271: integer overflow in the PSP file parser can lead to a heap buffer overflow (bsc#1257999).
- CVE-2026-2239: missing null terminator when processing a specially crafted PSD file can lead to a heap buffer overflow and an application crash (bsc#1257959).
Список пакетов
SUSE Linux Enterprise Module for Package Hub 15 SP7
SUSE Linux Enterprise Workstation Extension 15 SP7
openSUSE Leap 15.6
Ссылки
- Link for SUSE-SU-2026:0604-1
- E-Mail link for SUSE-SU-2026:0604-1
- SUSE Security Ratings
- SUSE Bug 1257959
- SUSE Bug 1257999
- SUSE Bug 1258000
- SUSE CVE CVE-2026-2239 page
- SUSE CVE CVE-2026-2271 page
- SUSE CVE CVE-2026-2272 page
Описание
A flaw was found in GIMP. Heap-buffer-overflow vulnerability exists in the fread_pascal_string function when processing a specially crafted PSD (Photoshop Document) file. This occurs because the buffer allocated for a Pascal string is not properly null-terminated, leading to an out-of-bounds read when strlen() is subsequently called. Successfully exploiting this vulnerability can cause the application to crash, resulting in an application level Denial of Service.
Затронутые продукты
Ссылки
- CVE-2026-2239
- SUSE Bug 1257959
Описание
A flaw was found in GIMP's PSP (Paint Shop Pro) file parser. A remote attacker could exploit an integer overflow vulnerability in the read_creator_block() function by providing a specially crafted PSP image file. This vulnerability occurs when a 32-bit length value from the file is used for memory allocation without proper validation, leading to a heap overflow and an out-of-bounds write. Successful exploitation could result in an application level denial of service.
Затронутые продукты
Ссылки
- CVE-2026-2271
- SUSE Bug 1257999
Описание
A flaw was found in GIMP. An integer overflow vulnerability exists when processing ICO image files, specifically in the `ico_read_info` and `ico_read_icon` functions. This issue arises because a size calculation for image buffers can wrap around due to a 32-bit integer evaluation, allowing oversized image headers to bypass security checks. A remote attacker could exploit this by providing a specially crafted ICO file, leading to a buffer overflow and memory corruption, which may result in an application level denial of service.
Затронутые продукты
Ссылки
- CVE-2026-2272
- SUSE Bug 1258000