Lucene search
+L

52165 matches found

AlmaLinux
AlmaLinux
added 2026/07/21 12:0 a.m.8 views

Important: libtiff security update

The libtiff packages contain a library of functions for manipulating Tagged Image File Format TIFF files. Security Fixes: libtiff: libtiff: Heap-based buffer overflow via crafted PixarLog-compressed TIFF image CVE-2026-12912 For more details about the security issues, including the impact, a CVSS...

7.3CVSS5.6AI score0.00248EPSS
SaveExploits0References4
Kaspersky
Kaspersky
added 2026/07/21 12:0 a.m.20 views

KLA91169 Multiple vulnerabilities in Mozilla Thunderbird ESR

Multiple vulnerabilities were found in Mozilla Thunderbird ESR. Malicious users can exploit these vulnerabilities to bypass security restrictions, cause denial of service, execute arbitrary code, obtain sensitive information. Below is a complete list of vulnerabilities: 1. Denial of service...

9.8CVSS7.2AI score0.00436EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/20 11:24 p.m.5 views

GHSA-HP3V-MFQW-H74C @astrojs/netlify generates an overly-broad Netlify Image CDN allowlist because remotePatterns.pathname metacharacters are not escaped

Summary The @astrojs/netlify adapter converts each image.remotePatterns entry into a regular expression that is written to .netlify/v1/config.json under images.remoteimages. Netlify's Image CDN uses these regexes as the allowlist that decides which remote image URLs it will optimize...

3.7CVSS5.5AI score
SaveExploits0References4
OSV
OSV
added 2026/07/20 11:19 p.m.5 views

GHSA-9HW9-CH79-4VH6 Pillow: Controlled heap out-of-bounds write in Pillow `ImageCmsTransform.apply()` via output mode mismatch

Summary Pillow's public ImageCms.ImageCmsTransform.applyim, imOut API can trigger controlled native heap corruption when the caller supplies an output image whose mode does not match the transform's declared output mode. For example, a transform built as RGBA - RGBA can be applied to an L output...

7.5CVSS5.4AI score0.00385EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2026/07/20 11:18 p.m.12 views

Pillow JPEG2000 tiled decode retains a growing scratch buffer and can be used for denial of service

Summary src/libImaging/Jpeg2KDecode.c:853 accumulates totalcomponentwidth across every tile in a JPEG2000 image instead of recomputing it per tile. That accumulated value is then used in the tilebytes calculation at src/libImaging/Jpeg2KDecode.c:868, which can make the decoder grow state-buffer v...

8.7CVSS7.2AI score0.00393EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/20 11:11 p.m.4 views

GHSA-PG7V-JWJ7-P798 Pillow EpsImagePlugin negative %%BeginBinary byte count causes infinite loop denial of service

Summary Pillow's EPS parser PIL/EpsImagePlugin.py accepts a negative byte count in the %%BeginBinary directive. A crafted EPS file can cause Image.open to seek backwards to the same directive and parse it repeatedly, resulting in an infinite loop and CPU denial of service. The issue is triggered...

5.3CVSS5.9AI score0.00399EPSS
SaveExploits1References7
EUVD
EUVD
added 2026/07/20 11:9 p.m.13 views

EUVD-2026-43739

Pillow: Heap out-of-bounds write Image.paste / Image.crop via signed coordinate overflow...

7.5CVSS5.3AI score0.00385EPSS
SaveExploits1References6
Ubuntu
Ubuntu
added 2026/07/20 10:36 p.m.12 views

USN-8558-1: ImageMagick vulnerabilities

It was discovered that ImageMagick did not limit mutual references between MVG files. An attacker could possibly use this issue to cause a stack overflow, resulting in a denial of service. This issue only affected Ubuntu 14.04 LTS, Ubuntu 16.04 LTS, Ubuntu 18.04 LTS, Ubuntu 20.04 LTS, Ubuntu 22.0...

7.5CVSS6.1AI score0.00434EPSS
SaveExploits0
OSV
OSV
added 2026/07/20 10:36 p.m.5 views

USN-8558-1 imagemagick vulnerabilities

It was discovered that ImageMagick did not limit mutual references between MVG files. An attacker could possibly use this issue to cause a stack overflow, resulting in a denial of service. This issue only affected Ubuntu 14.04 LTS, Ubuntu 16.04 LTS, Ubuntu 18.04 LTS, Ubuntu 20.04 LTS, Ubuntu 22.0...

7.5CVSS6.1AI score0.00434EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/20 10:17 p.m.8 views

CVE-2026-12900

The Spectra Gutenberg Blocks – Website Builder for the Block Editor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the uagb/image block in all versions up to, and including, 2.19.28 due to insufficient input sanitization and output escaping. This makes it possible for...

6.4CVSS0.00187EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/20 9:29 p.m.35 views

CVE-2026-12900 Spectra Gutenberg Blocks <= 2.19.28 - Authenticated (Contributor+) Stored Cross-Site Scripting via uagb/image Block

The Spectra Gutenberg Blocks – Website Builder for the Block Editor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the uagb/image block in all versions up to, and including, 2.19.28 due to insufficient input sanitization and output escaping. This makes it possible for...

6.4CVSS0.00187EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/20 9:29 p.m.16 views

CVE-2026-12900

CVE-2026-12900 affects the WordPress plugin set Spectra Gutenberg Blocks (Website Builder for the Block Editor). The vulnerability is a Stored Cross-Site Scripting via the uagb/image block in all versions up to and including 2.19.28, caused by insufficient input sanitization and output escaping. ...

6.4CVSS5.5AI score0.00187EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/20 9:29 p.m.8 views

CVE-2026-12900

The Spectra Gutenberg Blocks – Website Builder for the Block Editor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the uagb/image block in all versions up to, and including, 2.19.28 due to insufficient input sanitization and output escaping. This makes it possible for...

6.4CVSS5.5AI score0.00187EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/20 9:13 p.m.7 views

GHSA-PHJ9-MV4W-65PM Pillow `GdImageFile._open()`: image dimensions accepted without `_decompression_bomb_check()`

Description PIL/GdImageFile.py GdImageFile.open reads image dimensions from the GD 2.x header and stores them in self.size without calling Image.decompressionbombcheck. Because GdImageFile is not registered with Image.registeropen, it never passes through the standard Image.open code path that...

7.5CVSS5.5AI score0.00418EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/20 9:13 p.m.12 views

EUVD-2026-41901

Pillow GdImageFile.open: image dimensions accepted without decompressionbombcheck...

7.5CVSS5.1AI score0.00418EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:8 p.m.4 views

GHSA-5X94-69RX-G8H2 Pillow: `FontFile.compile()`: `Image.new()` called without `_decompression_bomb_check()`

Description PIL/FontFile.py FontFile.compile assembles per-glyph images into a single combined bitmap using Image.new"1", xsize, ysize without calling Image.decompressionbombcheck. This is the base-class method shared by both BdfFontFile and PcfFontFile, and it is triggered whenever a loaded font...

7.5CVSS5.4AI score0.00418EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/20 9:8 p.m.5 views

GHSA-8V84-F9PQ-WR9X Pillow `PcfFontFile._load_bitmaps()`: `Image.frombytes()` called without `_decompression_bomb_check()` — bomb protection bypass via PCF font loading

Description PIL/PcfFontFile.py loadbitmaps line 227 reads glyph dimensions from the PCF METRICS section and passes them directly to Image.frombytes without calling Image.decompressionbombcheck. Dimensions originate from unsigned 16-bit values: xsize = right - left max: 65535 − 0 = 65535 ysize =...

7.5CVSS5.6AI score0.0041EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/20 6:16 p.m.6 views

UBUNTU-CVE-2026-64612

A flaw was found in libcupsfilters and cups-filters. The PNG image reading function creates a libpng reader without installing an error recovery handler, causing the CUPS image filter process to abort when processing a malformed PNG file. An unauthenticated attacker could exploit this by submitti...

7.5CVSS5.8AI score0.0035EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/20 6:16 p.m.20 views

CVE-2026-64612

A flaw was found in libcupsfilters and cups-filters. The PNG image reading function creates a libpng reader without installing an error recovery handler, causing the CUPS image filter process to abort when processing a malformed PNG file. An unauthenticated attacker could exploit this by submitti...

7.5CVSS5.4AI score0.0035EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/20 5:33 p.m.46 views

CVE-2026-64612 Libcupsfilters: cups-filters: libcupsfilters: cups image filter process abort via malformed png

A flaw was found in libcupsfilters and cups-filters. The PNG image reading function creates a libpng reader without installing an error recovery handler, causing the CUPS image filter process to abort when processing a malformed PNG file. An unauthenticated attacker could exploit this by submitti...

7.5CVSS0.0035EPSS
SaveExploits0References3
Rows per page
Query Builder