Denial of Service Vulnerability in multer Middleware for Node.js
CVE-2026-77037

7.5HIGH

Key Information:

Vendor

Multer

Status
Vendor
CVE Published:
28 August 2026

What is CVE-2026-77037?

The multer middleware for handling multipart/form-data in Node.js versions prior to 2.3.0 contains a denial of service vulnerability. When an upload using the disk storage engine is aborted or truncated, multer removes the visible file but fails to close the underlying write file descriptor. This allows a remote attacker accessing an upload route to send multiple aborted or malformed multipart uploads, leading to a leak of file descriptors and retention of disk blocks. This can ultimately exhaust system resources, resulting in service disruption. The issue is resolved in multer version 2.3.0, which ensures that the destination write stream is properly closed on abnormal terminations and cleanup is executed after the stream is closed.

Affected Version(s)

multer 2.2.0 < 2.3.0

multer 2.3.0

References

CVSS V3.1

Score:
7.5
Severity:
HIGH
Confidentiality:
None
Integrity:
None
Availability:
None
Attack Vector:
Network
Attack Complexity:
Low
Privileges Required:
None
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

Credit

dkoazw
EmirCobanOfficial
bjohansebas
UlisesGascon
.