Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2025

This PR contains the following updates:

Package Change Age Confidence
vite (source) 7.1.5 -> 7.1.11 age confidence
vite (source) ^7.1.7 -> ^7.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 - "" in timezone America/New_York, 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 these updates 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 dependencies Upgrade or downgrade of project dependencies. label Oct 21, 2025
@renovate renovate bot requested review from a team and sullivanpj as code owners October 21, 2025 16:59
@renovate renovate bot enabled auto-merge (squash) October 21, 2025 16:59
@renovate
Copy link
Contributor Author

renovate bot commented Oct 21, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@deepsource-io
Copy link

deepsource-io bot commented Oct 21, 2025

Here's the code health analysis summary for commits 242a5a8..b37c8b9. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 70f22ae to 56898cd Compare November 10, 2025 20:13
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Nov 10, 2025
@socket-security
Copy link

socket-security bot commented Nov 10, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​microsoft/​tsdoc-config@​0.18.01001009687100
Added@​microsoft/​tsdoc@​0.16.01001009087100
Updated@​microsoft/​api-extractor@​7.52.13 ⏵ 7.55.09910089 +196 +2100

View full report

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 56898cd to 0bacb56 Compare November 11, 2025 03:12
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Nov 11, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 0bacb56 to ac65947 Compare November 18, 2025 22:30
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Nov 18, 2025
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Nov 19, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from ac65947 to b37c8b9 Compare November 19, 2025 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant