Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency express to >=4.20.0 [security] #2969

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
express (source) >=4.19.2 -> >=4.20.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-43796

Impact

In express <4.20.0, passing untrusted user input - even after sanitizing it - to response.redirect() may execute untrusted code

Patches

this issue is patched in express 4.20.0

Workarounds

users are encouraged to upgrade to the patched version of express, but otherwise can workaround this issue by making sure any untrusted inputs are safe, ideally by validating them against an explicit allowlist

Details

successful exploitation of this vector requires the following:

  1. The attacker MUST control the input to response.redirect()
  2. express MUST NOT redirect before the template appears
  3. the browser MUST NOT complete redirection before:
  4. the user MUST click on the link in the template

Release Notes

expressjs/express (express)

v4.20.0

Compare Source

==========

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.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)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

Configuration

📅 Schedule: Branch creation - "" in timezone Asia/Tokyo, 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 added the renovate label Sep 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.0 [security] Sep 27, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch 2 times, most recently from f24e32a to 16b1a06 Compare September 27, 2024 19:01
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.0 [security] chore(deps): update dependency express to >=4.20.0 [security] Sep 27, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 16b1a06 to 8ca79e7 Compare September 27, 2024 21:49
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.0 [security] Sep 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.0 [security] chore(deps): update dependency express to >=4.20.0 [security] Sep 28, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 8ca79e7 to 5186630 Compare September 28, 2024 01:30
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.0 [security] Oct 1, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 5186630 to 77a6845 Compare October 1, 2024 15:29
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.0 [security] chore(deps): update dependency express to >=4.20.0 [security] Oct 1, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 77a6845 to b3c8585 Compare October 1, 2024 19:01
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.0 [security] Oct 2, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from b3c8585 to 5926f03 Compare October 2, 2024 17:16
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.0 [security] chore(deps): update dependency express to >=4.20.0 [security] Oct 2, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 5926f03 to 34fb45a Compare October 2, 2024 18:48
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.0 [security] Oct 2, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 34fb45a to b2a21b2 Compare October 2, 2024 18:48
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.0 [security] chore(deps): update dependency express to >=4.20.0 [security] Oct 2, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from b2a21b2 to c3cc3ac Compare October 2, 2024 22:14
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.0 [security] Oct 2, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch 2 times, most recently from ae845cc to 0594c0b Compare October 3, 2024 00:29
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.0 [security] chore(deps): update dependency express to >=4.20.0 [security] Oct 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.0 [security] Oct 3, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch 2 times, most recently from a90dc0b to 9a21daa Compare October 3, 2024 18:46
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.0 [security] chore(deps): update dependency express to >=4.20.0 [security] Oct 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.0 [security] Oct 8, 2024
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from a448c3a to 88a895b Compare January 14, 2025 23:19
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.2 [security] Jan 14, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch 2 times, most recently from e6ae9bc to cd1c961 Compare January 15, 2025 01:05
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.2 [security] chore(deps): update dependency express to >=4.20.0 [security] Jan 15, 2025
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.2 [security] Jan 15, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from cd1c961 to fed5a70 Compare January 15, 2025 14:43
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.2 [security] chore(deps): update dependency express to >=4.20.0 [security] Jan 15, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from fed5a70 to a96f5ba Compare January 15, 2025 18:17
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.2 [security] Jan 15, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from a96f5ba to 4ea084e Compare January 15, 2025 18:18
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.2 [security] chore(deps): update dependency express to >=4.20.0 [security] Jan 15, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 4ea084e to 3519c68 Compare January 15, 2025 21:32
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.2 [security] Jan 15, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 3519c68 to 1d925b1 Compare January 15, 2025 21:32
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.2 [security] chore(deps): update dependency express to >=4.20.0 [security] Jan 16, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 1d925b1 to 558d72d Compare January 16, 2025 01:30
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.2 [security] Jan 16, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 558d72d to 8a0aec8 Compare January 16, 2025 14:23
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.2 [security] chore(deps): update dependency express to >=4.20.0 [security] Jan 16, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 8a0aec8 to 34d7518 Compare January 16, 2025 17:05
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.2 [security] Jan 16, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 34d7518 to df6e9f6 Compare January 16, 2025 17:06
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.2 [security] chore(deps): update dependency express to >=4.20.0 [security] Jan 16, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from df6e9f6 to 265b090 Compare January 16, 2025 20:54
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.2 [security] Jan 16, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 265b090 to 0673a4c Compare January 16, 2025 20:55
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 0673a4c to 0cd7a12 Compare January 17, 2025 01:32
@renovate renovate bot changed the title chore(deps): update dependency express to >=4.21.2 [security] chore(deps): update dependency express to >=4.20.0 [security] Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants