Update dependency multer to v2 [SECURITY] - #197
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
3 times, most recently
from
March 5, 2026 21:17
02cdeec to
166e463
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
2 times, most recently
from
March 13, 2026 19:19
dd27c35 to
d2f15b4
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
2 times, most recently
from
March 26, 2026 23:01
b65dde7 to
583f3af
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
4 times, most recently
from
April 2, 2026 02:40
af022af to
7115346
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
3 times, most recently
from
April 15, 2026 10:52
2739472 to
125e724
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
3 times, most recently
from
April 23, 2026 17:47
b136090 to
dacd4ed
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
4 times, most recently
from
April 30, 2026 00:03
48dc523 to
657346e
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
2 times, most recently
from
May 1, 2026 04:42
1bdb840 to
f37f92f
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
6 times, most recently
from
May 18, 2026 22:45
78171a7 to
7ba246c
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
4 times, most recently
from
May 29, 2026 03:33
feef89d to
5fd5aa4
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
2 times, most recently
from
June 2, 2026 04:01
bc32179 to
8797063
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
2 times, most recently
from
June 12, 2026 03:42
e16872f to
9239ad5
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
from
June 20, 2026 06:46
9239ad5 to
497960c
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
4 times, most recently
from
July 17, 2026 12:36
d63f61f to
119c47e
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
6 times, most recently
from
July 25, 2026 03:10
bb46b5b to
a97a84f
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
from
July 30, 2026 19:40
a97a84f to
4e9b4f7
Compare
renovate
Bot
force-pushed
the
renovate/npm-multer-vulnerability
branch
from
July 30, 2026 23:50
4e9b4f7 to
90cd24c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.4.2→^2.2.0Multer vulnerable to Denial of Service via resource exhaustion
CVE-2026-2359 / GHSA-v52c-386h-88mc
More information
Details
Impact
A vulnerability in Multer versions < 2.1.0 allows an attacker to trigger a Denial of Service (DoS) by dropping connection during file upload, potentially causing resource exhaustion.
Patches
Users should upgrade to
2.1.0Workarounds
None
Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Multer vulnerable to Denial of Service via incomplete cleanup
CVE-2026-3304 / GHSA-xf7r-hgr6-v32p
More information
Details
Impact
A vulnerability in Multer versions < 2.1.0 allows an attacker to trigger a Denial of Service (DoS) by sending malformed requests, potentially causing resource exhaustion.
Patches
Users should upgrade to
2.1.0Workarounds
None
Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Multer Vulnerable to Denial of Service via Uncontrolled Recursion
CVE-2026-3520 / GHSA-5528-5vmv-3xc2
More information
Details
Impact
A vulnerability in Multer versions < 2.1.1 allows an attacker to trigger a Denial of Service (DoS) by sending malformed requests, potentially causing stack overflow.
Patches
Users should upgrade to
2.1.1Workarounds
None
Resources
Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Multer vulnerable to Denial of Service via deeply nested field names
CVE-2026-5079 / GHSA-72gw-mp4g-v24j
More information
Details
Impact
Multer is vulnerable to a Denial of Service (DoS) via deeply nested field names in multipart form data. The
append-fielddependency parses bracket notation in field names (e.g.,a[b][c]) with no limit on nesting depth, allowing an attacker to force allocation of deeply nested object structures that consume CPU and memory. A single HTTP request with a crafted multipart body is sufficient to exploit this.Patches
Users should upgrade to
2.2.0and configurelimits.fieldNestingDepthto the minimum depth their application requires.Workarounds
Set
limits.fieldsto a reasonable value to reduce the number of fields an attacker can send per request. This does not fully mitigate the issue but limits the impact.Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:HReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
expressjs/multer (multer)
v2.2.0Compare Source
v2.1.1Compare Source
v2.1.0Compare Source
defParamCharsetoption for UTF-8 filename support (#1210)v2.0.2Compare Source
v2.0.1Compare Source
v2.0.0Compare Source
v1.4.4Compare Source
v1.4.3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.