Lucene search
+L

265 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-5079

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Impact: multer versions 1.0.0 through 2.1.1 and 3.0.0-alpha.1 are vulnerable to a Denial of Service via deeply nested field names in multipart form data. The...

7.5CVSS5.9AI score0.00278EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-5038

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Impact: multer versions 2.0.0-alpha.1 through 2.1.1 and 3.0.0-alpha.1 are vulnerable to a Denial of Service when using diskStorage. Aborted or malformed multipa...

7.5CVSS5.9AI score0.00278EPSS
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2026/08/29 12:27 a.m.2 views

4591-libs (>=0.0.1, <=0.2.0), @10abdullahbutt/nestjs-boilerplate (0.0.1) +2280 more potentially affected by CVE-2026-77063 via multer (>=2.0.0, <=2.2.0)

multer NPM version =2.0.0, =0.0.1, =0.0.1-alpha.1, =0.0.1-alpha.9, =1.0.0, =0.0.1, =0.0.0-alpha.119, =1.2.1-dev.3, =1.0.0, =0.0.1, =1.0.0, =0.1.1, =0.0.1, =0.0.1, =0.0.1, =0.0.4 and more Source cves: CVE-2026-77063 Source advisory: SNYK:JS-MULTER-19432134...

3.7CVSS5.8AI score0.0016EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/08/29 12:27 a.m.4 views

4591-libs (>=0.0.1, <=0.2.0), @10abdullahbutt/nestjs-boilerplate (0.0.1) +2280 more potentially affected by CVE-2026-77078 via multer (>=2.0.0, <=2.2.0)

multer NPM version =2.0.0, =0.0.1, =0.0.1-alpha.1, =0.0.1-alpha.9, =1.0.0, =0.0.1, =0.0.0-alpha.119, =1.2.1-dev.3, =1.0.0, =0.0.1, =1.0.0, =0.1.1, =0.0.1, =0.0.1, =0.0.1, =0.0.4 and more Source cves: CVE-2026-77078 Source advisory: SNYK:JS-MULTER-19432021...

7.5CVSS5.8AI score0.00291EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/08/29 12:27 a.m.7 views

4591-libs (>=0.0.1, <=0.2.0), @10abdullahbutt/nestjs-boilerplate (0.0.1) +2280 more potentially affected by CVE-2026-77037 via multer (>=2.0.0, <=2.2.0)

multer NPM version =2.0.0, =0.0.1, =0.0.1-alpha.1, =0.0.1-alpha.9, =1.0.0, =0.0.1, =0.0.0-alpha.119, =1.2.1-dev.3, =1.0.0, =0.0.1, =1.0.0, =0.1.1, =0.0.1, =0.0.1, =0.0.1, =0.0.4 and more Source cves: CVE-2026-77037 Source advisory: SNYK:JS-MULTER-19432131...

7.5CVSS5.8AI score0.00347EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/08/29 12:27 a.m.7 views

4591-libs (>=0.0.1, <=0.2.0), @10abdullahbutt/nestjs-boilerplate (0.0.1) +2280 more potentially affected by CVE-2026-82333 via multer (>=2.0.0, <=2.2.0)

multer NPM version =2.0.0, =0.0.1, =0.0.1-alpha.1, =0.0.1-alpha.9, =1.0.0, =0.0.1, =0.0.0-alpha.119, =1.2.1-dev.3, =1.0.0, =0.0.1, =1.0.0, =0.1.1, =0.0.1, =0.0.1, =0.0.1, =0.0.4 and more Source cves: CVE-2026-82333 Source advisory: SNYK:JS-MULTER-19432136...

7.5CVSS5.8AI score0.00278EPSS
SaveExploits0
NVD
NVD
added 2026/08/28 10:16 p.m.19 views

CVE-2026-82333

multer is a middleware for handling multipart/form-data in Node.js. A small multipart request with two specially crafted text field names can make multer's field parser synchronously iterate a maximum-length sparse array, blocking the event loop so the process cannot handle other requests. A larg...

7.5CVSS0.00278EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/28 10:16 p.m.28 views

CVE-2026-77063

multer is a middleware for handling multipart/form-data in Node.js. When an application uses an asynchronous fileFilter together with the fileSize limit, a race condition in multer's file stream handling can allow a file that exceeds the configured size limit to bypass the size-limit rejection. A...

3.7CVSS0.0016EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/28 10:16 p.m.18 views

CVE-2026-77037

multer is a middleware for handling multipart/form-data in Node.js. In version 2.2.0, when a disk-backed upload is aborted or truncated before the write stream finishes, multer's disk storage engine removes the visible file but does not close the underlying write file descriptor, leaving a delete...

7.5CVSS0.00347EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/28 10:16 p.m.13 views

CVE-2026-77078

multer is a middleware for handling multipart/form-data in Node.js. A small multipart request containing two specially crafted text field names can cause an uncaught RangeError Invalid array length that terminates the Node.js process. The first field uses a very large numeric array index to...

7.5CVSS0.00291EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 8:12 p.m.37 views

CVE-2026-82333

multer , a Node.js middleware for handling multipart/form-data, is vulnerable to a remotely triggerable denial of service (CVSS 7.5 HIGH). An attacker can send a small multipart request containing two specially crafted text field names: a large numeric array index in the first field allocates a m...

7.5CVSS5.9AI score0.00278EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/28 8:12 p.m.44 views

CVE-2026-82333 multer vulnerable to Denial of Service via oversized array index in field names

multer is a middleware for handling multipart/form-data in Node.js. A small multipart request with two specially crafted text field names can make multer's field parser synchronously iterate a maximum-length sparse array, blocking the event loop so the process cannot handle other requests. A larg...

7.5CVSS0.00278EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 8:03 p.m.30 views

CVE-2026-77078

multer , a popular Node.js middleware for handling multipart/form-data, is vulnerable to a remote denial-of-service in all versions before 2.3.0 . A small multipart request containing two specially crafted text field names triggers an uncaught RangeError (Invalid array length) : the first field a...

7.5CVSS5.9AI score0.00291EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/28 8:03 p.m.44 views

CVE-2026-77078 multer vulnerable to Denial of Service via crafted multipart field names

multer is a middleware for handling multipart/form-data in Node.js. A small multipart request containing two specially crafted text field names can cause an uncaught RangeError Invalid array length that terminates the Node.js process. The first field uses a very large numeric array index to...

7.5CVSS0.00291EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 7:54 p.m.15 views

CVE-2026-77063

multer , a Node.js middleware for handling multipart/form-data, contains a race condition in its file stream handling that is triggered when an application uses an asynchronous fileFilter together with the fileSize limit . An attacker can exploit this to cause a file that exceeds the configured s...

3.7CVSS5.9AI score0.0016EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/28 7:54 p.m.42 views

CVE-2026-77063 multer vulnerable to file size limit bypass via async fileFilter race condition

multer is a middleware for handling multipart/form-data in Node.js. When an application uses an asynchronous fileFilter together with the fileSize limit, a race condition in multer's file stream handling can allow a file that exceeds the configured size limit to bypass the size-limit rejection. A...

3.7CVSS0.0016EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 7:44 p.m.39 views

CVE-2026-77037 multer vulnerable to Denial of Service via file descriptor leak on aborted uploads

multer is a middleware for handling multipart/form-data in Node.js. In version 2.2.0, when a disk-backed upload is aborted or truncated before the write stream finishes, multer's disk storage engine removes the visible file but does not close the underlying write file descriptor, leaving a delete...

7.5CVSS0.00347EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 7:44 p.m.6 views

CVE-2026-77037 multer vulnerable to Denial of Service via file descriptor leak on aborted uploads

multer is a middleware for handling multipart/form-data in Node.js. In version 2.2.0, when a disk-backed upload is aborted or truncated before the write stream finishes, multer's disk storage engine removes the visible file but does not close the underlying write file descriptor, leaving a delete...

7.5CVSS5.7AI score
SaveExploits0References4
CVE
CVE
added 2026/08/28 7:44 p.m.41 views

CVE-2026-77037

multer is a Node.js middleware for handling multipart/form-data uploads. In version 2.2.0 , when a disk-backed upload is aborted or truncated before the write stream finishes, the disk storage engine removes the visible file but fails to close the underlying write file descriptor , leaving a dele...

7.5CVSS5.9AI score0.00347EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.19 views

PT-2026-83357

Name of the Vulnerable Software and Affected Versions multer versions prior to 2.3.0 Description A race condition exists in the file stream handling when an application utilizes an asynchronous fileFilter in conjunction with the fileSize limit. This allows files that exceed the configured size...

3.7CVSS5.9AI score0.0016EPSS
SaveExploits0References12
Rows per page
Query Builder