CVE-2026-88932
5.3
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Summary
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 file on disk. A remote unauthenticated attacker can repeatedly start and abort uploads to accumulate orphaned files and exhaust disk space, causing a denial of service. The issue is fixed in multer 2.4.0, and users should upgrade to 2.4.0 or later.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| multer | multer | 2.2.0 < 2.4.0 | affected |
| multer | multer | 2.4.0 | unaffected |
Weaknesses
- CWE-400: CWE-400: Uncontrolled Resource Consumption
- CWE-459: CWE-459: Incomplete Cleanup
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: yes
- Technical Impact: partial
References
- https://github.com/expressjs/multer/security/advisories/GHSA-3pph-fpjx-jg34
- https://cna.openjsf.org/security-advisories.html
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.