Resource exhaustion in Multer
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, 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.
Vulnerability class: DoS (Denial of Service)
EPSS: 0.003 (24.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L.
Affected products
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-88932?
- CVE-2026-88932 is a medium-severity vulnerability in Multer, classified under Uncontrolled Resource Consumption. CVSS score: 5.3/10. Published 2026-09-14.
- How severe is CVE-2026-88932?
- Medium severity. CVSS v3 base score is 5.3 out of 10.