Lucene search
+L

336 matches found

OSV
OSV
added 2026/09/16 10:12 p.m.5 views

GHSA-2VCX-H8P2-9PG9 Grav CMS — Improper Handling of Highly Compressed Data in Installer::unZip()

Summary An authenticated admin.super user can crash Grav or fill the disk by uploading a specially crafted ZIP archive through the Direct Install tool. The method Installer::unZip calls ZipArchive::extractTo without any limit on uncompressed size, entry count, or directory depth, enabling Zip Bom...

6.9CVSS0.006EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/09/16 10:12 p.m.10 views

Grav CMS — Improper Handling of Highly Compressed Data in Installer::unZip()

Summary An authenticated admin.super user can crash Grav or fill the disk by uploading a specially crafted ZIP archive through the Direct Install tool. The method Installer::unZip calls ZipArchive::extractTo without any limit on uncompressed size, entry count, or directory depth, enabling Zip Bom...

6.9CVSS0.006EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2026/09/16 9:17 p.m.12 views

CVE-2026-20343

A vulnerability in a critical API for Cisco Secure FMC Software could allow an unauthenticated, remote attacker to download sensitive files and use unbounded disk space. This vulnerability exists because a critical API lacks authentication. An attacker could exploit this vulnerability by repeated...

7.5CVSS0.0045EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/16 8:12 p.m.8 views

EUVD-2026-81126

A vulnerability in a critical API for Cisco Secure FMC Software could allow an unauthenticated, remote attacker to download sensitive files and use unbounded disk space. This vulnerability exists because a critical API lacks authentication. An attacker could exploit this vulnerability by repeated...

7.5CVSS0.0045EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 8:12 p.m.21 views

CVE-2026-20343

A vulnerability in a critical API of Cisco Secure Firewall Management Center (FMC) Software arises because the API lacks authentication . An unauthenticated, remote attacker can exploit it by repeatedly invoking the API, potentially downloading sensitive files that should be restricted and consum...

7.5CVSS0.0045EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.6 views

Astra Linux – Vulnerability in Ruby-Rack

Rack is a modular Ruby web server interface. Prior to versions 2.2.23, 3.1.21, and 3.2.6, Rack::Multipart::Parser only wrapped the request body using BoundedIO when the CONTENTLENGTH header was present. When a multipart/form-data request was sent without a Content-Length header, such as with HTTP...

7.5CVSS6.9AI score0.00369EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/09/14 10:39 a.m.9 views

Denial of Service (DoS)

Overview Affected versions of this package are vulnerable to Denial of Service DoS via incomplete cleanup of uploaded files when a request is aborted before the storage engine assigns a file path. When an upload is aborted mid-flight, the finishAbort function in make-middleware.js snapshots only...

8.7CVSS0.00314EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/14 9:12 a.m.9 views

CVE-2026-88932

A flaw was found in multer, a Node.js middleware for handling multipart/form-data uploads. When a request using disk storage is aborted during an upload, file writes that complete after multer's cleanup process are not removed. This can leave orphaned files on disk. A remote unauthenticated...

5.3CVSS5.7AI score0.00314EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/14 8:46 a.m.7 views

EUVD-2026-77332

multer is a Node.js middleware for handling multipart/form-data uploads. In versions 2.2.0 through 2.3.0, when a request using disk storage is aborted mid-upload, file writes that complete after multer has already run its abort cleanup are not removed, so each aborted upload can leave an orphaned...

5.3CVSS5.8AI score0.00314EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/14 8:46 a.m.9 views

CVE-2026-88932 multer vulnerable to Denial of Service via orphaned disk writes on aborted uploads

multer is a Node.js middleware for handling multipart/form-data uploads. In versions 2.2.0 through 2.3.0, when a request using disk storage is aborted mid-upload, file writes that complete after multer has already run its abort cleanup are not removed, so each aborted upload can leave an orphaned...

5.3CVSS5.8AI score0.00314EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/14 8:13 a.m.7 views

EUVD-2026-77328

Publishing limits the compressed size of a VSIX ovsx.publishing.max-content-size, 512 MB by default but nothing limited how large an entry becomes when opened. On the first request to /vscode/unpkg/namespace/extension/version/path, WebResourceService opened the entry with ZipFile.getInputStream a...

4.3CVSS5.8AI score0.00266EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/14 8:13 a.m.8 views

CVE-2026-89321

Eclipse OpenVSX is vulnerable to a disk exhaustion issue in its WebResourceService . When a VSIX is first requested via the unpkg endpoint, the service opens a zip entry with ZipFile.getInputStream() and passes the decompressed stream to Files.copy() without counting bytes written. The resulting ...

4.3CVSS5.8AI score0.00266EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/14 8:13 a.m.39 views

CVE-2026-89321

Publishing limits the compressed size of a VSIX ovsx.publishing.max-content-size, 512 MB by default but nothing limited how large an entry becomes when opened. On the first request to /vscode/unpkg/namespace/extension/version/path, WebResourceService opened the entry with ZipFile.getInputStream a...

4.3CVSS0.00266EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/09/14 12:00 a.m.11 views

PT-2026-91122

multer is a Node.js middleware for handling multipart/form-data uploads. In versions 2.2.0 through 2.3.0, when a request using disk storage is aborted mid-upload, file writes that complete after multer has already run its abort cleanup are not removed, so each aborted upload can leave an orphaned...

5.3CVSS5.8AI score0.00314EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/09/10 11:22 p.m.11 views

tar: node-tar: Denial of Service via crafted gzip bomb

A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on t...

9.2CVSS7.4AI score0.00556EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/09/10 4:34 p.m.11 views

tar: node-tar: Denial of Service via crafted gzip bomb

A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on t...

9.2CVSS7.4AI score0.00556EPSS
SaveExploits1References7
NVD
NVD
added 2026/09/07 10:16 a.m.5 views

CVE-2026-86347

Affected versions of MISP allow any authenticated user to access TemplatesController::uploadFile because the ACL entry for templates/uploadFile used the wildcard . This bypasses the intended role restrictions applied to neighboring template-management operations. The upload handler accepts...

7.1CVSS0.00304EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/07 9:30 a.m.41 views

CVE-2026-86347 MISP Missing Authorization on Template File Upload Allows Authenticated Disk Exhaustion

Affected versions of MISP allow any authenticated user to access TemplatesController::uploadFile because the ACL entry for templates/uploadFile used the wildcard . This bypasses the intended role restrictions applied to neighboring template-management operations. The upload handler accepts...

7.1CVSS0.00304EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/07 9:30 a.m.6 views

CVE-2026-86347 MISP Missing Authorization on Template File Upload Allows Authenticated Disk Exhaustion

Affected versions of MISP allow any authenticated user to access TemplatesController::uploadFile because the ACL entry for templates/uploadFile used the wildcard . This bypasses the intended role restrictions applied to neighboring template-management operations. The upload handler accepts...

7.1CVSS5.8AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/07 12:00 a.m.13 views

PT-2026-86669

Affected versions of MISP allow any authenticated user to access TemplatesController::uploadFile because the ACL entry for templates/uploadFile used the wildcard . This bypasses the intended role restrictions applied to neighboring template-management operations. The upload handler accepts...

7.1CVSS5.8AI score0.00304EPSS
SaveExploits0References2
Rows per page
Query Builder