Skip to content

chore(deps): update peerdependency body-parser to ^1.20.6 [security] - #46

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/npm-body-parser-vulnerability
Open

chore(deps): update peerdependency body-parser to ^1.20.6 [security]#46
renovate[bot] wants to merge 1 commit into
developfrom
renovate/npm-body-parser-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Sep 16, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
body-parser ^1.20.2^1.20.6 age confidence

body-parser vulnerable to denial of service when url encoding is enabled

CVE-2024-45590 / GHSA-qwcr-r2fm-qrc7

More information

Details

Impact

body-parser <1.20.3 is vulnerable to denial of service when url encoding is enabled. A malicious actor using a specially crafted payload could flood the server with a large number of requests, resulting in denial of service.

Patches

this issue is patched in 1.20.3

References

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


body-parser vulnerable to denial of service when invalid limit value silently disables size enforcement

CVE-2026-12590 / GHSA-v422-hmwv-36x6

More information

Details

Impact

When body-parser is configured with an invalid limit option value, such as an unparseable string or NaN, bytes.parse() returns null and the request body size check is silently skipped. Applications that rely on limit as their primary safeguard against oversized request bodies will accept arbitrarily large payloads, leading to excessive memory and CPU usage and denial of service.

This issue affects applications that pass a programmatically computed or user-configurable value to the limit option without validating it first.

Patches

This issue is fixed in body-parser@2.3.0 and body-parser@1.20.6 via #​698. After the fix, invalid limit values throw a clear error at parser construction time instead of silently disabling enforcement. null and undefined continue to fall back to the default limit (100kb).

Workarounds

Validate limit before passing it to body-parser. For example, parse the value with bytes.parse() at startup and reject any configuration where it returns null or a non-finite number.

References

Severity

  • CVSS Score: 3.7 / 10 (Low)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L

References

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


Release Notes

expressjs/body-parser (body-parser)

v1.20.6

Compare Source

What's Changed

Full Changelog: expressjs/body-parser@1.20.5...1.20.6

v1.20.5

Compare Source

What's Changed

The reason for this release is a fix to the extended urlencoded parser returning objects instead of arrays for large array inputs (> 100) on qs@​6.14.2+. (#​716)

New Contributors

Special thanks to triager @​krzysdz for keeping this on our radar and effectively triaging the specific issue!

Full Changelog: expressjs/body-parser@1.20.4...1.20.5

v1.20.4

Compare Source

===================

  • deps: qs@~6.14.0
  • deps: use tilde notation for dependencies
  • deps: http-errors@~2.0.1
  • deps: raw-body@~2.5.3

v1.20.3

Compare Source

===================

  • deps: qs@​6.13.0
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)

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.

@changeset-bot

changeset-bot Bot commented Sep 16, 2024

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5047a5c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Sep 16, 2024

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Dec 3, 2025
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 24ecc03 to f564c29 Compare December 3, 2025 17:09
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Dec 3, 2025
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from f564c29 to b209b82 Compare December 3, 2025 21:45
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Dec 10, 2025
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch 2 times, most recently from 16c9be9 to 6af8e1b Compare December 10, 2025 19:55
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Dec 10, 2025
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Dec 15, 2025
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch 2 times, most recently from d37ccd3 to 676e9f3 Compare December 15, 2025 20:45
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Dec 15, 2025
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Dec 30, 2025
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 676e9f3 to 80cd484 Compare December 30, 2025 14:13
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Dec 30, 2025
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 80cd484 to 5472eea Compare December 30, 2025 17:09
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Dec 31, 2025
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 5472eea to 3f7cf0b Compare December 31, 2025 14:04
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Dec 31, 2025
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 3f7cf0b to 6a4b826 Compare December 31, 2025 20:47
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Jan 8, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch 2 times, most recently from 25b928c to 948a5ed Compare January 9, 2026 00:39
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Jan 9, 2026
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Jan 19, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 948a5ed to 309a53b Compare January 19, 2026 15:41
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Jan 19, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from b1c200e to 968f67f Compare February 17, 2026 21:13
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Feb 17, 2026
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Feb 18, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 968f67f to ca047c1 Compare February 18, 2026 01:53
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Mar 5, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from ca047c1 to 001fcf0 Compare March 5, 2026 10:13
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Mar 5, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 001fcf0 to 73a5b50 Compare March 5, 2026 12:42
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Mar 5, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch 2 times, most recently from e98d9b3 to d5e43f4 Compare March 5, 2026 22:54
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Mar 5, 2026
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Mar 13, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from d5e43f4 to 208d1d3 Compare March 13, 2026 14:49
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Mar 13, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 208d1d3 to d2360b8 Compare March 13, 2026 20:51
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Mar 26, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from d2360b8 to 9ddcaf6 Compare March 26, 2026 17:26
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Mar 26, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 9ddcaf6 to 3d80ed8 Compare March 26, 2026 21:09
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate
renovate Bot deleted the renovate/npm-body-parser-vulnerability branch March 27, 2026 02:11
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] - autoclosed chore(deps): update peerdependency body-parser to ^1.20.3 [security] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 3d80ed8 to 09b09c8 Compare March 30, 2026 18:05
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.3 [security] chore(deps): update peerdependency body-parser to ^1.20.4 [security] Apr 1, 2026
@renovate
renovate Bot force-pushed the renovate/npm-body-parser-vulnerability branch from 09b09c8 to 641148e Compare April 1, 2026 16:37
@renovate renovate Bot changed the title chore(deps): update peerdependency body-parser to ^1.20.4 [security] chore(deps): update peerdependency body-parser to ^1.20.3 [security] Apr 1, 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.

0 participants