Multer
CVE-2026-2359
HIGH
Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Remote, unauthenticated, no-interaction abuse of any Multer upload endpoint (AV:N/AC:L/PR:N/UI:N) causing resource exhaustion with availability-only impact (A:H, C/I:N).
Primary rating from Vendor (ce714d77-add3-4f53-aff5-83d477b104bb).
CVSS VectorVendor: ce714d77-add3-4f53-aff5-83d477b104bb
Lifecycle Timeline
7Blast Radius
ecosystem impact- 8 npm packages depend on multer (5 direct, 3 indirect)
Ecosystem-wide dependent count for version 2.1.0.
DescriptionCVE.org
Multer is a node.js middleware for handling multipart/form-data. A vulnerability in Multer prior to version 2.1.0 allows an attacker to trigger a Denial of Service (DoS) by dropping connection during file upload, potentially causing resource exhaustion. Users should upgrade to version 2.1.0 to receive a patch. No known workarounds are available.
AnalysisAI
Denial of service in Multer (Express.js multipart/form-data middleware) before version 2.1.0 lets remote unauthenticated attackers exhaust server resources by abruptly dropping the connection mid file-upload, leaving allocated resources unreleased. The flaw maps to CWE-772 (missing release of resource) and carries a CVSS 4.0 base score of 8.7 driven entirely by availability impact. There is no public exploit identified at time of analysis and the EPSS probability is very low (0.06%), but a fixed release (2.1.0) is available and no workarounds exist.
Technical ContextAI
Multer is the de-facto file-upload middleware for the Express.js / Node.js ecosystem, parsing multipart/form-data request bodies (via busboy) into files and fields on the request object. The affected component is identified by CPE cpe:2.3:a:expressjs:multer:*:*:*:*:*:node.js:*:* across all versions prior to 2.1.0. The root cause is CWE-772, Missing Release of Resource after Effective Lifetime: when a client terminates the TCP/HTTP connection partway through an upload, Multer fails to clean up the streams, buffers, file handles, or temporary state associated with the in-flight request. Repeated abandoned uploads therefore accumulate unreleased resources (memory, file descriptors, event listeners), degrading or crashing the Node.js process.
RemediationAI
Vendor-released patch: Multer 2.1.0 - upgrade the multer dependency to 2.1.0 or later (e.g. update package.json and run your package manager, then redeploy), as this is the only supported remediation; the advisory explicitly states no known workarounds are available. The fix is in commit cccf0fe0e64150c4f42ccf6654165c0d66b9adab and documented in GHSA-v52c-386h-88mc (https://github.com/expressjs/multer/security/advisories/GHSA-v52c-386h-88mc). Red Hat users should apply RHSA-2026:6174 and RHSA-2026:6802 (https://access.redhat.com/errata/RHSA-2026:6174). As compensating controls until patched, place upload endpoints behind a reverse proxy or WAF that enforces request/upload timeouts and aborts slow or incomplete uploads, apply per-connection and per-IP rate limiting on upload routes, and constrain Node.js process resources (memory/file-descriptor limits) so a single process exhaustion does not take down the host - noting these reduce but do not eliminate the underlying resource leak and may reject some legitimate large or slow uploads.
A vulnerability in the NuPoint Unified Messaging (NPM) component of Mitel MiCollab through 9.8 SP1 FP2 (9.8.1.201) could
FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t
Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete
Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc
An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner
OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph
Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi
Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin
The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic
The AES-NI implementation in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h does not consider memory allocation during a
Same technique Denial Of Service
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
GHSA-v52c-386h-88mc