CVE Catalog

CVE-2026-88932

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.31%

24th percentile - higher than 24% of all known CVEs

Summary

multer, a Node.js middleware for handling multipart/form-data uploads, in versions 2.2.0 through 2.3.0 does not remove files written after abort cleanup when a disk storage upload is aborted mid-upload. Each aborted upload can leave an orphaned file on disk.

Risk Assessment

A remote unauthenticated attacker can repeatedly start and abort uploads to accumulate orphaned files and exhaust disk space, causing a denial of service.

Recommendation

Upgrade multer to version 2.4.0 or later, which fixes the orphaned file issue.

Other vulnerabilities in multer

See all
Original NVD description (English source)

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 data from NVD (NIST) · CISA KEV · EPSS