Lucene search
+L

58 matches found

OSV
OSV
added 2026/08/20 9:10 p.m.9 views

CVE-2026-67446 Mailpit: Thumbnail generation decodes unbounded image dimensions before scaling

Mailpit is an email testing tool and API for developers. Prior to 1.30.4, Mailpit decodes attacker-supplied image attachments into a full raster before checking decoded dimensions, pixel count, or memory use in the GET /api/v1/message/id/part/partID/thumb endpoint. The Thumbnail handler in...

5.3CVSS5.5AI score
SaveExploits0References5
NVD
NVD
added 2026/08/11 9:17 p.m.9 views

CVE-2026-14863

FileRun up to and including version 2026.2.0 contains an OS command injection vulnerability that allows authenticated attackers to achieve remote code execution by uploading a file with a malicious filename containing shell command substitution sequences. The thumbnail generation system passes...

8.8CVSS0.01671EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/11 8:41 p.m.9 views

CVE-2026-14863

FileRun up to and including version 2026.2.0 contains an OS command injection vulnerability that allows authenticated attackers to achieve remote code execution by uploading a file with a malicious filename containing shell command substitution sequences. The thumbnail generation system passes...

8.8CVSS6.2AI score0.01671EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/11 8:41 p.m.8 views

CVE-2026-14863 FileRun 2026.2.0 RCE via Thumbnail Generation Command Injection

FileRun up to and including version 2026.2.0 contains an OS command injection vulnerability that allows authenticated attackers to achieve remote code execution by uploading a file with a malicious filename containing shell command substitution sequences. The thumbnail generation system passes...

8.8CVSS6.2AI score0.01671EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/11 8:41 p.m.15 views

EUVD-2026-56976

FileRun up to and including version 2026.2.0 contains an OS command injection vulnerability that allows authenticated attackers to achieve remote code execution by uploading a file with a malicious filename containing shell command substitution sequences. The thumbnail generation system passes...

8.8CVSS6.2AI score0.01671EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/11 8:41 p.m.29 views

CVE-2026-14863 FileRun 2026.2.0 RCE via Thumbnail Generation Command Injection

FileRun up to and including version 2026.2.0 contains an OS command injection vulnerability that allows authenticated attackers to achieve remote code execution by uploading a file with a malicious filename containing shell command substitution sequences. The thumbnail generation system passes...

8.8CVSS0.01671EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/11 8:41 p.m.50 views

CVE-2026-14863

FileRun

8.8CVSS6.2AI score0.01671EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.5 views

PT-2026-70913

Name of the Vulnerable Software and Affected Versions FileRun versions prior to 2026.2.1 Description Authenticated attackers can achieve remote code execution through an OS command injection. The issue occurs when the thumbnail generation system passes filenames wrapped in shell double-quotes...

8.8CVSS6.3AI score0.01671EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.17 views

Astra Linux – Vulnerability in gdk-pixbuf

A flaw was discovered in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for...

7.5CVSS7.7AI score0.01069EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/08/05 5:46 a.m.9 views

CVE-2026-70374 HashBrown CMS - OS Command Injection in Media Upload Thumbnail Generation

HashBrown CMS through 1.4.6 contains an OS Command Injection vulnerability CWE-78 in the media upload thumbnail generation routine. Media.generateThumbnail in src/Server/Entity/Resource/Media.js builds a temporary file path as 'thumbnail' + Path.extnamefilename and passes it, unescaped, into a...

8.8CVSS5.3AI score0.0097EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 5:46 a.m.15 views

CVE-2026-70374 HashBrown CMS - OS Command Injection in Media Upload Thumbnail Generation

HashBrown CMS through 1.4.6 contains an OS Command Injection vulnerability CWE-78 in the media upload thumbnail generation routine. Media.generateThumbnail in src/Server/Entity/Resource/Media.js builds a temporary file path as 'thumbnail' + Path.extnamefilename and passes it, unescaped, into a...

8.8CVSS5.4AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/05 5:46 a.m.39 views

CVE-2026-70374 HashBrown CMS - OS Command Injection in Media Upload Thumbnail Generation

HashBrown CMS through 1.4.6 contains an OS Command Injection vulnerability CWE-78 in the media upload thumbnail generation routine. Media.generateThumbnail in src/Server/Entity/Resource/Media.js builds a temporary file path as 'thumbnail' + Path.extnamefilename and passes it, unescaped, into a...

8.8CVSS0.0097EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 5:46 a.m.68 views

CVE-2026-70374

HashBrown CMS prior to 1.4.6 is affected by an OS command injection in the media thumbnail generation flow. Media.generateThumbnail() builds a temporary path like 'thumbnail' + extname(filename) and passes it unescaped into a shell command executed by AppService.exec() (example: 'convert ' + temp...

8.8CVSS5.3AI score0.0097EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 8:48 p.m.11 views

GHSA-G9J2-8W95-3VWV Cloudreve: Denial of Service - Image decompression / pixel bomb in thumbnail & avatar decoding crashes the server

Summary Cloudreve's built-in image processor decodes user-supplied images with Go's standard-library decoders image/png, image/jpeg, image/gif and guards only the compressed file size — never the decoded pixel dimensions. Go's decoders allocate a pixel buffer sized bytesPerPixel × width × height...

6.5CVSS6.1AI score0.00531EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/24 8:48 p.m.14 views

Cloudreve: Denial of Service - Image decompression / pixel bomb in thumbnail & avatar decoding crashes the server

Summary Cloudreve's built-in image processor decodes user-supplied images with Go's standard-library decoders image/png, image/jpeg, image/gif and guards only the compressed file size — never the decoded pixel dimensions. Go's decoders allocate a pixel buffer sized bytesPerPixel × width × height...

6.5CVSS6.1AI score0.00531EPSS
SaveExploits0References4Affected Software2
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.23 views

PT-2026-64433

Name of the Vulnerable Software and Affected Versions Cloudreve versions prior to 4.17.0 Description Cloudreve contains an issue where the built-in image decoders for PNG, JPEG, and GIF formats limit only the compressed file size but do not restrict the decoded pixel dimensions. An authenticated...

6.5CVSS5.8AI score0.00531EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/06/10 12:00 a.m.12 views

EulerOS 2.0 SP13 : gdk-pixbuf2 (EulerOS-SA-2026-2287)

According to the versions of the gdk-pixbuf2 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper...

7.5CVSS7.5AI score0.01069EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2026/05/19 4:24 p.m.43 views

gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image

A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for...

7.5CVSS7.3AI score0.01069EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/04/30 5:01 a.m.24 views

gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image

A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for...

7.5CVSS8.1AI score0.01069EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/04/30 4:55 a.m.20 views

gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image

A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for...

7.5CVSS8.1AI score0.01069EPSS
SaveExploits1References5
Rows per page
Query Builder