Skip to content

chore(deps): update dependency vite to v7.1.11 [security]#4123

Merged
FireMasterK merged 1 commit intomasterfrom
renovate/npm-vite-vulnerability
Mar 26, 2026
Merged

chore(deps): update dependency vite to v7.1.11 [security]#4123
FireMasterK merged 1 commit intomasterfrom
renovate/npm-vite-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
vite (source) 7.1.57.1.11 age confidence

GitHub Vulnerability Alerts

CVE-2025-62522

Summary

Files denied by server.fs.deny were sent if the URL ended with \ when the dev server is running on Windows.

Impact

Only apps that match the following conditions are affected:

  • explicitly exposes the Vite dev server to the network (using --host or server.host config option)
  • running the dev server on Windows

Details

server.fs.deny can contain patterns matching against files (by default it includes .env, .env.*, *.{crt,pem} as such patterns). These patterns were able to bypass by using a back slash(\). The root cause is that fs.readFile('/foo.png/') loads /foo.png.

PoC

npm create vite@latest
cd vite-project/
cat "secret" > .env
npm install
npm run dev
curl --request-target /.env\ http://localhost:5173
image

Release Notes

vitejs/vite (vite)

v7.1.11

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

v7.1.10

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v7.1.9

Compare Source

Reverts

v7.1.8

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v7.1.7

Compare Source

Bug Fixes
  • build: fix ssr environment emitAssets: true when sharedConfigBuild: true (#​20787) (4c4583c)
  • client: use CSP nonce when rendering error overlay (#​20791) (9bc9d12)
  • deps: update all non-major dependencies (#​20811) (9f2247c)
  • glob: handle glob imports from folders starting with dot (#​20800) (105abe8)
  • hmr: trigger prune event when import is removed from non hmr module (#​20768) (9f32b1d)
  • hmr: wait for import.meta.hot.prune callbacks to complete before running other HMRs (#​20698) (98a3484)

v7.1.6

Compare Source

Bug Fixes
  • deps: update all non-major dependencies (#​20773) (88af2ae)
  • esbuild: inject esbuild helper functions with minified $ variables correctly (#​20761) (7e8e004)
  • fallback terser to main thread when nameCache is provided (#​20750) (a679a64)
  • types: strict env typings fail when skipLibCheck is false (#​20755) (cc54e29)
Miscellaneous Chores

Configuration

📅 Schedule: Branch creation - "" (UTC), 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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Oct 20, 2025

Deploying piped with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2baf21c
Status: ✅  Deploy successful!
Preview URL: https://095f6f3d.piped.pages.dev
Branch Preview URL: https://renovate-npm-vite-vulnerabil.piped.pages.dev

View logs

@renovate renovate Bot force-pushed the renovate/npm-vite-vulnerability branch from fc27333 to 1edf29a Compare November 11, 2025 00:31
@renovate renovate Bot force-pushed the renovate/npm-vite-vulnerability branch from 1edf29a to 7e84dfc Compare November 18, 2025 22:56
@renovate renovate Bot force-pushed the renovate/npm-vite-vulnerability branch from 7e84dfc to 2841fea Compare December 3, 2025 18:48
@renovate renovate Bot force-pushed the renovate/npm-vite-vulnerability branch from 2841fea to d7d60c0 Compare December 31, 2025 13:58
@renovate renovate Bot force-pushed the renovate/npm-vite-vulnerability branch from d7d60c0 to a7a66ef Compare January 8, 2026 17:30
@renovate renovate Bot force-pushed the renovate/npm-vite-vulnerability branch from a7a66ef to 790048e Compare January 19, 2026 14:58
@renovate renovate Bot force-pushed the renovate/npm-vite-vulnerability branch from 790048e to 5f21b8c Compare February 2, 2026 21:34
@renovate renovate Bot force-pushed the renovate/npm-vite-vulnerability branch from 5f21b8c to 42f8b38 Compare February 12, 2026 15:02
@renovate renovate Bot force-pushed the renovate/npm-vite-vulnerability branch from 42f8b38 to 2baf21c Compare March 5, 2026 15:41
@FireMasterK FireMasterK merged commit 25a61ab into master Mar 26, 2026
6 checks passed
@FireMasterK FireMasterK deleted the renovate/npm-vite-vulnerability branch March 26, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant