VDB
Sign up
HIGH7.5

GHSA-qfvm-cv95-jqjf

multer vulnerable to Denial of Service via file descriptor leak on aborted uploads

Quick fix

GHSA-qfvm-cv95-jqjf — multer: upgrade to the fixed version with the command below.

npm install multer@2.3.0

Details

### Impact

A vulnerability in multer `2.2.0` allows an attacker to trigger a Denial of Service (DoS) by aborting or truncating multipart uploads. When using `diskStorage`, the destination write stream is not closed if the upload is aborted before it finishes, so each failed request leaks an open file descriptor and retains its disk blocks until the process exits. Repeated failed uploads can exhaust the available file descriptors. All applications using multer's disk storage are affected.

### Patches

Users should upgrade to `2.3.0`.

### Workarounds

None.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm/multer
Introduced in: 2.2.0Fixed in: 2.3.0
Fixnpm install multer@2.3.0

References