Skip to content

fix: update body-parser to 2.3.0 - #7418

Closed
shariyerShazan wants to merge 1 commit into
expressjs:masterfrom
shariyerShazan:fix/body-parser-security
Closed

fix: update body-parser to 2.3.0#7418
shariyerShazan wants to merge 1 commit into
expressjs:masterfrom
shariyerShazan:fix/body-parser-security

Conversation

@shariyerShazan

Copy link
Copy Markdown

Fixes #7391

Updates body-parser from ^2.2.1 to ^2.3.0 to address CVE-2026-12590.

Versions before 2.3.0 can fail open when an invalid limit option is provided, potentially allowing oversized request bodies.

Tests:

  • npm test — 1260 passing
  • npm run lint — passing

@krzysdz

krzysdz commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Duplicate of #7390

@krzysdz krzysdz marked this as a duplicate of #7390 Aug 13, 2026
@krzysdz krzysdz closed this Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

body-parser < 2.3.0 fails open on invalid limit (CVE-2026-12590)

2 participants