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.21.2 [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.21.2 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.21.2

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • 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: [email protected]
    • 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 changed the title chore(deps): update dependency express to >=4.20.0 [security] chore(deps): update dependency express to >=4.21.2 [security] Mar 4, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from a021845 to ca607de Compare March 4, 2025 18:54
@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] Mar 4, 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] Mar 8, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from ca607de to 6f6c372 Compare March 8, 2025 13:26
@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] Mar 8, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 6f6c372 to bd59eca Compare March 8, 2025 18:10
@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] Mar 8, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch 2 times, most recently from c835114 to 2cf4ce8 Compare March 8, 2025 21:33
@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] Mar 8, 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] Mar 8, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch 2 times, most recently from c2a530f to 98cd37f Compare March 9, 2025 02:26
@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] Mar 9, 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] Mar 9, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch 2 times, most recently from 8603033 to 1d04ffc Compare March 9, 2025 17:30
@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] Mar 9, 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] Mar 11, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch 2 times, most recently from 72a9232 to ea402bd Compare March 11, 2025 23: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] Mar 11, 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] Mar 11, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch 2 times, most recently from b22b016 to ac6260c Compare March 12, 2025 02:44
@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] Mar 12, 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] Mar 12, 2025
@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from ac6260c to d94fbef Compare March 12, 2025 05:34
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