Lucene search
+L

36 matches found

CVE
CVE
added 2026/09/14 8:46 a.m.12 views

CVE-2026-88932

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, leaving orphaned files on disk. A remote un...

5.3CVSS5.8AI score0.00314EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/14 8:46 a.m.8 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: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
OSV
OSV
added 2026/09/11 12:16 p.m.7 views

DEBIAN-CVE-2026-87776

compression is a Node.js and Express compression middleware. In versions before 1.8.2, when a client aborts the connection while a compressed response is still being sent, the zlib stream created to compress that response is never destroyed, so each aborted compressed response leaks its native zl...

7.5CVSS5.8AI score0.00363EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/11 12:16 p.m.12 views

CVE-2026-87776

compression is a Node.js and Express compression middleware. In versions before 1.8.2, when a client aborts the connection while a compressed response is still being sent, the zlib stream created to compress that response is never destroyed, so each aborted compressed response leaks its native zl...

7.5CVSS5.9AI score0.00363EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 12:16 p.m.5 views

UBUNTU-CVE-2026-87776

compression is a Node.js and Express compression middleware. In versions before 1.8.2, when a client aborts the connection while a compressed response is still being sent, the zlib stream created to compress that response is never destroyed, so each aborted compressed response leaks its native zl...

7.5CVSS5.8AI score0.00363EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/09/11 11:24 a.m.10 views

CVE-2026-87776 compression vulnerable to Denial of Service via memory leak on premature response close

compression is a Node.js and Express compression middleware. In versions before 1.8.2, when a client aborts the connection while a compressed response is still being sent, the zlib stream created to compress that response is never destroyed, so each aborted compressed response leaks its native zl...

7.5CVSS5.8AI score0.00363EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 11:24 a.m.40 views

CVE-2026-87776 compression vulnerable to Denial of Service via memory leak on premature response close

compression is a Node.js and Express compression middleware. In versions before 1.8.2, when a client aborts the connection while a compressed response is still being sent, the zlib stream created to compress that response is never destroyed, so each aborted compressed response leaks its native zl...

7.5CVSS0.00363EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/11 10:21 a.m.10 views

CVE-2026-87859

A flaw was found in morgan, an HTTP request logger middleware for Node.js. An unauthenticated remote attacker can exploit this vulnerability by injecting an unescaped double quote into a log field they control, such as the User-Agent or Referer header. This causes the log field to close...

5.3CVSS5.8AI score0.00393EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 10:16 a.m.7 views

DEBIAN-CVE-2026-87859

morgan is an HTTP request logger middleware for Node.js. In versions before 1.12.1, its escapeLogField function does not escape the double quote character, which delimits the quoted fields of the Apache combined log format that morgan emits. An unauthenticated remote attacker who controls a value...

5.3CVSS5.9AI score0.00393EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/11 10:16 a.m.10 views

CVE-2026-87859

morgan is an HTTP request logger middleware for Node.js. In versions before 1.12.1, its escapeLogField function does not escape the double quote character, which delimits the quoted fields of the Apache combined log format that morgan emits. An unauthenticated remote attacker who controls a value...

5.3CVSS5.9AI score0.00393EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 9:15 a.m.22 views

CVE-2026-87859

morgan is an HTTP request logger middleware for Node.js. In versions before 1.12.1 , the escapeLogField() function fails to escape the double quote character, which delimits quoted fields in the Apache combined log format. An unauthenticated remote attacker who controls a value written to a quote...

5.3CVSS5.9AI score0.00393EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 9:15 a.m.39 views

CVE-2026-87859 morgan vulnerable to Log Injection via unescaped double quote in quoted log fields

morgan is an HTTP request logger middleware for Node.js. In versions before 1.12.1, its escapeLogField function does not escape the double quote character, which delimits the quoted fields of the Apache combined log format that morgan emits. An unauthenticated remote attacker who controls a value...

5.3CVSS0.00393EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/11 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-87859

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - morgan is an HTTP request logger middleware for Node.js. In versions before 1.12.1, its escapeLogField function does not escape the double quote character, whic...

5.3CVSS5.9AI score0.00393EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.14 views

PT-2026-89865

compression is a Node.js and Express compression middleware. In versions before 1.8.2, when a client aborts the connection while a compressed response is still being sent, the zlib stream created to compress that response is never destroyed, so each aborted compressed response leaks its native zl...

7.5CVSS5.8AI score0.00363EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/08 9:29 p.m.15 views

EUVD-2026-67928

multer vulnerable to Denial of Service via file descriptor leak on aborted uploads...

7.5CVSS5.6AI score0.00347EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/08 9:29 p.m.13 views

EUVD-2026-67929

multer vulnerable to file size limit bypass via async fileFilter race condition...

3.7CVSS5.7AI score0.0016EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/08 9:28 p.m.12 views

EUVD-2026-67720

morgan vulnerable to Log Forging via unescaped Unicode line separators...

5.3CVSS5.8AI score0.00235EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/01 10:33 a.m.11 views

CVE-2026-15603

A flaw was found in morgan, an HTTP request logger middleware for Node.js. An unauthenticated remote client can inject specific Unicode line separator characters into log token values. This manipulation can cause downstream log processing systems to misinterpret a single log entry as multiple...

5.3CVSS5.8AI score0.00235EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/29 12:00 a.m.23 views

Linux Distros Unpatched Vulnerability : CVE-2026-15603

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - morgan is an HTTP request logger middleware for Node.js. In versions prior to 1.12.0, the internal helper that escapes log token values did not neutralize the...

5.3CVSS5.1AI score0.00332EPSS
SaveExploits0References4
Rows per page
Query Builder