Intel

AIKIDO-2026-606532

multer is vulnerable to Denial of Service (DoS)

Denial of Service (DoS)CVE-2026-77037 Published 2 days ago

75

High Risk

This Affects:

JSmulter
2.2.0 - 2.2.0
Fixed in 2.3.0
Are you affected? Scan for Free

TL;DR

Multer's disk storage engine writes uploaded files through a write stream. When a disk-backed upload is aborted or truncated before the stream finishes, the engine removes the visible file but leaves the underlying write file descriptor open. Repeated aborted or malformed multipart uploads each leak a descriptor and retain disk blocks until the process exits, exhausting resources and causing a denial of service. The fix destroys the destination write stream on abnormal source termination and defers cleanup until the stream has closed.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application uses multer's disk storage engine.

Background info

multer is vulnerable to Denial of Service (DoS) in versions 2.2.0 - 2.2.0.

How to fix this

Upgrade the multer library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform