Lucene search
+L

3085 matches found

RedhatCVE
RedhatCVE
added 2026/07/27 7:12 p.m.17 views

CVE-2026-66759

A flaw was found in the file-icns plugin in GIMP. When applying a decompressed mask during ICNS image processing, the plugin reads from the mask data buffer without verifying if the cursor exceeds the allocated resource size. If a crafted file contains a truncated mask resource, the icnsdecompres...

7.1CVSS6AI score0.00251EPSS
SaveExploits1References4
CVE
CVE
added 2026/07/27 7:07 p.m.45 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
RedhatCVE
RedhatCVE
added 2026/07/27 7:07 p.m.12 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.52 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
OSV
OSV
added 2026/07/27 7:07 p.m.6 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 score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/27 7:07 p.m.13 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
EUVD
EUVD
added 2026/07/27 7:07 p.m.16 views

EUVD-2026-49403

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
ATTACKERKB
ATTACKERKB
added 2026/07/27 7:07 p.m.9 views

CVE-2026-66758

A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin calculates memory allocation sizes using signed 32-bit integers for width and height. If a crafted file sets both values to large values, their product exceeds 2^31 and overflows, resulting in an...

7.8CVSS6.6AI score0.00296EPSS
SaveExploits1References5
Debian CVE
Debian CVE
added 2026/07/27 7:07 p.m.20 views

CVE-2026-66758

A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin calculates memory allocation sizes using signed 32-bit integers for width and height. If a crafted file sets both values to large values, their product exceeds 2^31 and overflows, resulting in an...

7.8CVSS6.6AI score0.00296EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/07/27 7:07 p.m.27 views

CVE-2026-66758

A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin calculates memory allocation sizes using signed 32-bit integers for width and height. If a crafted file sets both values to large values, their product exceeds 2^31 and overflows, resulting in an...

7.8CVSS6.6AI score0.00296EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/07/27 7:07 p.m.12 views

CVE-2026-66758 Gimp: integer overflow in file-fits plugin causes a heap-based buffer overflow on crafted fits images

A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin calculates memory allocation sizes using signed 32-bit integers for width and height. If a crafted file sets both values to large values, their product exceeds 2^31 and overflows, resulting in an...

7.8CVSS6.5AI score0.00296EPSS
SaveExploits1References5
CVE
CVE
added 2026/07/27 7:07 p.m.50 views

CVE-2026-66758

CVE-2026-66758 affects GIMP’s file-fits plugin, where the cfitsio-based code uses signed 32-bit integer math for width/height. If a crafted FITS image sets both values large enough, their product overflows 32 bits, causing an undersized heap allocation and a subsequent heap-based buffer overflow ...

7.8CVSS6.6AI score0.00296EPSS
SaveExploits1References5Affected Software2
Cvelist
Cvelist
added 2026/07/27 7:07 p.m.55 views

CVE-2026-66758 Gimp: integer overflow in file-fits plugin causes a heap-based buffer overflow on crafted fits images

A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin calculates memory allocation sizes using signed 32-bit integers for width and height. If a crafted file sets both values to large values, their product exceeds 2^31 and overflows, resulting in an...

7.8CVSS0.00296EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/27 7:07 p.m.29 views

CVE-2026-66758 Gimp: integer overflow in file-fits plugin causes a heap-based buffer overflow on crafted fits images

A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin calculates memory allocation sizes using signed 32-bit integers for width and height. If a crafted file sets both values to large values, their product exceeds 2^31 and overflows, resulting in an...

7.8CVSS6.3AI score
SaveExploits0References9
EUVD
EUVD
added 2026/07/27 7:07 p.m.16 views

EUVD-2026-49402

A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin calculates memory allocation sizes using signed 32-bit integers for width and height. If a crafted file sets both values to large values, their product exceeds 2^31 and overflows, resulting in an...

7.8CVSS6.6AI score0.00296EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/07/27 12:00 a.m.19 views

PT-2026-65101

Name of the Vulnerable Software and Affected Versions GIMP affected versions not specified Description A flaw in the file-icns plugin occurs during ICNS image processing when applying a decompressed mask. The plugin fails to verify if the cursor exceeds the allocated resource size while reading...

7.1CVSS5.6AI score0.00251EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2026/07/27 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-66759

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in the file-icns plugin in GIMP. When applying a decompressed mask during ICNS image processing, the plugin reads from the mask data buffer...

7.1CVSS7.2AI score0.00251EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/07/27 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-66758

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin calculates memory allocation sizes using signed 32-bit integers...

7.8CVSS7.8AI score0.00296EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/07/27 12:00 a.m.27 views

PT-2026-65099

Name of the Vulnerable Software and Affected Versions GIMP affected versions not specified Description A flaw exists in the file-sgi plugin when processing RLE-compressed SGI images. The plugin reads image header dimensions ysize and zsize as 16-bit unsigned integers. If a crafted file sets both...

7.8CVSS5.5AI score0.00296EPSS
SaveExploits3References36
OSV
OSV
added 2026/07/17 10:09 a.m.14 views

RHSA-2026:40751 Red Hat Security Advisory: gimp security update

Bulletin has no description...

7.3CVSS4.7AI score0.00257EPSS
SaveExploits2References15
Rows per page
Query Builder