Lucene search
+L

1107 matches found

RedhatCVE
RedhatCVE
added 2026/08/21 8:30 p.m.9 views

CVE-2026-18306

A flaw was found in GIMP. This vulnerability, an integer overflow within the parsing of SGI Silicon Graphics Image files, allows a remote attacker to execute arbitrary code. Exploitation requires user interaction, where the target must open a specially crafted malicious SGI file. Successful...

7.8CVSS7.8AI score0.00339EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/21 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-18306

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GIMP SGI File Parsing Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected...

7.8CVSS8AI score0.00339EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/21 12:00 a.m.8 views

UBUNTU-CVE-2026-18306

GIMP SGI File Parsing Integer Overflow Remote Code Execution Vulnerabi...

7.8CVSS5.8AI score0.00339EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/20 5:17 p.m.11 views

CVE-2026-18306

GIMP SGI File Parsing Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a...

7.8CVSS0.00339EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/20 4:23 p.m.9 views

EUVD-2026-63455

GIMP SGI File Parsing Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a...

7.8CVSS6.5AI score0.00339EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/20 4:23 p.m.7 views

CVE-2026-18306 GIMP SGI File Parsing Integer Overflow Remote Code Execution Vulnerability

GIMP SGI File Parsing Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a...

7.8CVSS6.6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/20 4:23 p.m.29 views

CVE-2026-18306 GIMP SGI File Parsing Integer Overflow Remote Code Execution Vulnerability

GIMP SGI File Parsing Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a...

7.8CVSS0.00339EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/20 4:23 p.m.33 views

CVE-2026-18306

GIMP's SGI file parser lacks validation of user-supplied data, causing an integer overflow (CWE-190) before writing to memory. An attacker can exploit this by tricking a user into opening a malicious SGI file, enabling arbitrary code execution in the current process context. CVSS 7.8 (HIGH) refle...

7.8CVSS8AI score0.00339EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 2:41 a.m.12 views

OESA-2026-3247 gimp security update

GIMP is a cross-platform image editor available for GNU/Linux, OS X, Windows and more operating systems. It is free software, you can change its source code and distribute your changes. Whether you are a graphic designer, photographer, illustrator, or scientist, GIMP provides you with sophisticat...

7.8CVSS6.4AI score0.00332EPSS
SaveExploits4References5
OSV
OSV
added 2026/08/07 2:41 a.m.9 views

OESA-2026-3246 gimp security update

GIMP is a cross-platform image editor available for GNU/Linux, OS X, Windows and more operating systems. It is free software, you can change its source code and distribute your changes. Whether you are a graphic designer, photographer, illustrator, or scientist, GIMP provides you with sophisticat...

7.8CVSS6.4AI score0.00332EPSS
SaveExploits4References5
Tenable Nessus
Tenable Nessus
added 2026/08/05 12:00 a.m.15 views

openSUSE 16: gimp / gimp-devel / gimp-extension-goat-excercises / gimp-lang / etc (openSUSE-SU-2026:21521-1)

The remote openSUSE 16 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21521-1 advisory. Changes in gimp: - CVE-2026-66757: signed integer overflow in file-sgi causes the plugin to crash when RLE-compressed SGI images are processed...

7.8CVSS5.8AI score0.00296EPSS
SaveExploits3References9
OSV
OSV
added 2026/08/03 10:59 a.m.5 views

OPENSUSE-SU-2026:21521-1 Security update for gimp

This update for gimp fixes the following issues: Changes in gimp: - CVE-2026-66757: signed integer overflow in file-sgi causes the plugin to crash when RLE-compressed SGI images are processed bsc1273151 - CVE-2026-66758: integer overflow in file-fits plugin causes a heap-based buffer overflow whe...

7.8CVSS5.8AI score0.00296EPSS
SaveExploits3References6
CVE
CVE
added 2026/07/27 7:07 p.m.36 views

CVE-2026-66757

The CVE-2026-66757 issue affects the GIMP file-sgi plugin. Processing an RLE SGI image can trigger a signed integer overflow when reading header dimensions (ysize and zsize). If both are set to 65535, ysize * zsize overflows a 32-bit int prior to calloc, causing undefined behavior that aborts the...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits1References3Affected Software2
ATTACKERKB
ATTACKERKB
added 2026/07/27 7:07 p.m.11 views

CVE-2026-66757

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...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/07/27 7:07 p.m.49 views

CVE-2026-66757 Gimp: signed integer overflow in file-sgi (sgi-lib) causes the plugin to crash on rle sgi images

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...

5.5CVSS0.00232EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/07/27 7:07 p.m.12 views

CVE-2026-66757 Gimp: signed integer overflow in file-sgi (sgi-lib) causes the plugin to crash on rle sgi images

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...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/20 7:06 p.m.13 views

MGASA-2026-0284 Updated perl-Imager package fixes security vulnerabilities

The updated package fixes security vulnerabilities: The Imager package before 1.025 for Perl has a heap-based buffer overflow leading to denial of service, or possibly unspecified other impact, when the trim method is called on a crafted input image. CVE-2024-53901 Imager versions before 1.032 fo...

9.8CVSS5.6AI score0.00657EPSS
SaveExploits1References7
Tenable Nessus
Tenable Nessus
added 2026/07/07 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-13705

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Imager versions before 1.032 for Perl have a heap out-of-bounds read in the bundled Imager::File::SGI reader via a 16-bit RLE literal run in readrgb16rle...

7.1CVSS5.4AI score0.00175EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/06 12:03 p.m.13 views

CVE-2026-13705

Imager versions before 1.032 for Perl have a heap out-of-bounds read in the bundled Imager::File::SGI reader via a 16-bit RLE literal run in readrgb16rle. readrgb16rle guards each literal run with if count dataleft, but count is a pixel count while every 16-bit sample consumes two bytes. The copy...

7.1CVSS6AI score0.00175EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/06 12:03 p.m.13 views

EUVD-2026-41872

Imager versions before 1.032 for Perl have a heap out-of-bounds read in the bundled Imager::File::SGI reader via a 16-bit RLE literal run in readrgb16rle. readrgb16rle guards each literal run with if count dataleft, but count is a pixel count while every 16-bit sample consumes two bytes. The copy...

7.1CVSS6AI score0.00175EPSS
SaveExploits0References2
Rows per page
Query Builder