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 serve-static to v1.16.0 [security] #1986

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
serve-static 1.15.0 -> 1.16.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-43800

Impact

passing untrusted user input - even after sanitizing it - to redirect() may execute untrusted code

Patches

this issue is patched in serve-static 1.16.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/serve-static (serve-static)

v1.16.0

Compare Source

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

  • Remove link renderization in html while redirecting

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Type: Dependency Dependencies fixes label Oct 6, 2024
Copy link

cloudflare-workers-and-pages bot commented Oct 6, 2024

Deploying vue-i18n-next with  Cloudflare Pages  Cloudflare Pages

Latest commit: 238a49d
Status: ✅  Deploy successful!
Preview URL: https://80e73ce3.vue-i18n-next.pages.dev
Branch Preview URL: https://renovate-npm-serve-static-vu.vue-i18n-next.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/npm-serve-static-vulnerability branch from a887792 to fbeb741 Compare October 6, 2024 07:43
Copy link

pkg-pr-new bot commented Oct 6, 2024

Open in Stackblitz

@intlify/core

pnpm add https://pkg.pr.new/@intlify/core@1986

@intlify/core-base

pnpm add https://pkg.pr.new/@intlify/core-base@1986

@intlify/message-compiler

pnpm add https://pkg.pr.new/@intlify/message-compiler@1986

@intlify/devtools-types

pnpm add https://pkg.pr.new/@intlify/devtools-types@1986

petite-vue-i18n

pnpm add https://pkg.pr.new/petite-vue-i18n@1986

@intlify/shared

pnpm add https://pkg.pr.new/@intlify/shared@1986

vue-i18n

pnpm add https://pkg.pr.new/vue-i18n@1986

@intlify/vue-i18n-core

pnpm add https://pkg.pr.new/@intlify/vue-i18n-core@1986

commit: 238a49d

@renovate renovate bot force-pushed the renovate/npm-serve-static-vulnerability branch from fbeb741 to 238a49d Compare October 6, 2024 09:02
@renovate renovate bot merged commit 7e8d866 into master Oct 6, 2024
26 checks passed
@renovate renovate bot deleted the renovate/npm-serve-static-vulnerability branch October 6, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependency Dependencies fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants