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

fix(deps): update dependency express to v4.19.2 [security] #594

Merged
merged 1 commit into from Mar 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2024

Mend Renovate

This PR contains the following updates:

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

GitHub Vulnerability Alerts

CVE-2024-29041

Impact

Versions of Express.js prior to 4.19.2 and pre-release alpha and beta versions before 5.0.0-beta.3 are affected by an open redirect vulnerability using malformed URLs.

When a user of Express performs a redirect using a user-provided URL Express performs an encode using encodeurl on the contents before passing it to the location header. This can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list.

The main method impacted is res.location() but this is also called from within res.redirect().

Patches

expressjs/express@0867302
expressjs/express@0b74695

An initial fix went out with express@4.19.0, we then patched a feature regression in 4.19.1 and added improved handling for the bypass in 4.19.2.

Workarounds

The fix for this involves pre-parsing the url string with either require('node:url').parse or new URL. These are steps you can take on your own before passing the user input string to res.location or res.redirect.

References

https://github.com/expressjs/express/pull/5539
https://github.com/koajs/koa/issues/1800
https://expressjs.com/en/4x/api.html#res.location


Release Notes

expressjs/express (express)

v4.19.2

Compare Source

==========

  • Improved fix for open redirect allow list bypass

v4.19.1

Compare Source

==========

  • Allow passing non-strings to res.location with new encoding handling checks

v4.19.0

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Mar 26, 2024
Copy link

socket-security bot commented Mar 26, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/register@7.23.7 environment, filesystem, unsafe +21 1.15 MB nicolo-ribaudo
npm/chai-as-promised@7.1.1 None 0 27.5 kB domenic
npm/chai-dom@1.12.0 None 0 67.3 kB nathanboktae
npm/connect-flash@0.1.1 None 0 6.39 kB jaredhanson
npm/connect-mongo@3.2.0 Transitive: environment, eval, filesystem, network, unsafe +15 2.87 MB mingchuno
npm/cookie-parser@1.4.6 None +1 30.2 kB dougwilson
npm/express-session@1.18.0 environment +4 112 kB dougwilson
npm/express@4.19.2 Transitive: environment, eval, filesystem, network, unsafe +69 2.1 MB
npm/font-awesome@4.7.0 None 0 1.34 MB juliankrispel
npm/google-images@2.1.0 Transitive: network +13 72.5 kB vdemedes
npm/helmet@3.23.3 None +14 400 kB evanhahn
npm/jsdom@16.7.0 eval, filesystem, network, shell, unsafe Transitive: environment +58 10.2 MB domenic
npm/moment@2.30.1 None 0 4.35 MB ichernev
npm/morgan@1.10.0 eval +4 90.1 kB dougwilson
npm/passport-github@1.1.0 Transitive: network +5 196 kB jaredhanson
npm/passport@0.5.2 network +2 75.2 kB jaredhanson
npm/pug@3.0.2 environment, eval, filesystem +33 5.28 MB pug-bot

🚮 Removed packages: npm/@babel/preset-react@7.23.3, npm/@rollup/plugin-babel@6.0.4, npm/@rollup/plugin-commonjs@23.0.7, npm/@rollup/plugin-node-resolve@15.0.1, npm/@rollup/plugin-replace@5.0.5, npm/@rollup/plugin-terser@0.2.0, npm/express@4.18.3, npm/request@2.88.2, npm/rollup@2.79.1, npm/socket.io@4.7.2

View full report↗︎

@renovate renovate bot force-pushed the renovate/npm-express-vulnerability branch from 5db0c9a to f4b615d Compare March 26, 2024 03:30
@renovate renovate bot merged commit 8a76179 into main Mar 26, 2024
2 checks passed
@renovate renovate bot deleted the renovate/npm-express-vulnerability branch March 26, 2024 08:28
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.

None yet

0 participants