Skip to content

Update dependency multer to v2 [SECURITY] - #197

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-multer-vulnerability
Open

Update dependency multer to v2 [SECURITY]#197
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-multer-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Mar 3, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
multer ^1.4.2^2.2.0 age confidence

Multer 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.0

Workarounds

None

Severity

  • CVSS Score: 8.7 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

References

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.0

Workarounds

None

Severity

  • CVSS Score: 8.7 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

References

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.1

Workarounds

None

Resources

Severity

  • CVSS Score: 8.7 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

References

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-field dependency 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.0 and configure limits.fieldNestingDepth to the minimum depth their application requires.

Workarounds

Set limits.fields to 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 Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

expressjs/multer (multer)

v2.2.0

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

v1.4.4

Compare Source

v1.4.3

Compare Source

  • Bugfix: Avoid deprecated pseudoRandomBytes function (#​774)
  • Docs: Add Português Brazil translation for README (#​758)
  • Docs: Clarify the callback calling convention (#​775)
  • Docs: Add example on how to link to html multipart form (#​580)
  • Docs: Add Spanish translation for README (#​838)
  • Docs: Add Math.random() to storage filename example (#​841)
  • Docs: Fix mistakes in russian doc (#​869)
  • Docs: Improve Português Brazil translation (#​877)
  • Docs: Update var to const in all Readmes (#​1024)
  • Internal: Bump mkdirp version (#​862)
  • Internal: Bump Standard version (#​878)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 3 times, most recently from 02cdeec to 166e463 Compare March 5, 2026 21:17
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 2 times, most recently from dd27c35 to d2f15b4 Compare March 13, 2026 19:19
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 2 times, most recently from b65dde7 to 583f3af Compare March 26, 2026 23:01
@renovate renovate Bot changed the title Update dependency multer to v2 [SECURITY] Update dependency multer to v2 [SECURITY] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate
renovate Bot deleted the renovate/npm-multer-vulnerability branch March 27, 2026 02:42
@renovate renovate Bot changed the title Update dependency multer to v2 [SECURITY] - autoclosed Update dependency multer to v2 [SECURITY] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 4 times, most recently from af022af to 7115346 Compare April 2, 2026 02:40
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 3 times, most recently from 2739472 to 125e724 Compare April 15, 2026 10:52
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 3 times, most recently from b136090 to dacd4ed Compare April 23, 2026 17:47
@renovate renovate Bot changed the title Update dependency multer to v2 [SECURITY] Update dependency multer to v2 [SECURITY] - autoclosed Apr 27, 2026
@renovate renovate Bot closed this Apr 27, 2026
@renovate renovate Bot changed the title Update dependency multer to v2 [SECURITY] - autoclosed Update dependency multer to v2 [SECURITY] Apr 27, 2026
@renovate renovate Bot reopened this Apr 27, 2026
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 4 times, most recently from 48dc523 to 657346e Compare April 30, 2026 00:03
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 2 times, most recently from 1bdb840 to f37f92f Compare May 1, 2026 04:42
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 6 times, most recently from 78171a7 to 7ba246c Compare May 18, 2026 22:45
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 4 times, most recently from feef89d to 5fd5aa4 Compare May 29, 2026 03:33
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 2 times, most recently from bc32179 to 8797063 Compare June 2, 2026 04:01
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 2 times, most recently from e16872f to 9239ad5 Compare June 12, 2026 03:42
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch from 9239ad5 to 497960c Compare June 20, 2026 06:46
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 4 times, most recently from d63f61f to 119c47e Compare July 17, 2026 12:36
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch 6 times, most recently from bb46b5b to a97a84f Compare July 25, 2026 03:10
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch from a97a84f to 4e9b4f7 Compare July 30, 2026 19:40
@renovate
renovate Bot force-pushed the renovate/npm-multer-vulnerability branch from 4e9b4f7 to 90cd24c Compare July 30, 2026 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants