Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
vite (source) ^7.1.10^7.3.1 age confidence
vite (source) 7.1.107.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.3.1

Compare Source

Please refer to CHANGELOG.md for details.

v7.3.0

Compare Source

Please refer to CHANGELOG.md for details.

v7.2.7

Compare Source

v7.2.6

Compare Source

7.2.6 (2025-12-01)

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes
Code Refactoring

v7.2.0

Compare Source

Bug Fixes
  • css: fallback to sass when sass-embedded platform binary is missing (#​21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#​21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores

v7.1.12

Compare Source

Please refer to CHANGELOG.md for details.

v7.1.11

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Oct 20, 2025

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit c7ccdde
🔍 Latest deploy log https://app.netlify.com/projects/vue-devtools-docs/deploys/698a9a518cfd160008d45e82

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 20, 2025

Open in StackBlitz

@vue/devtools-applet

npm i https://pkg.pr.new/@vue/devtools-applet@982

@vue/devtools-core

npm i https://pkg.pr.new/@vue/devtools-core@982

@vue/devtools

npm i https://pkg.pr.new/@vue/devtools@982

@vue/devtools-api

npm i https://pkg.pr.new/@vue/devtools-api@982

@vue/devtools-kit

npm i https://pkg.pr.new/@vue/devtools-kit@982

vite-plugin-vue-devtools

npm i https://pkg.pr.new/vite-plugin-vue-devtools@982

commit: e1df4dd

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from fc39183 to 52b1e3d Compare October 21, 2025 21:43
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 52b1e3d to 41af714 Compare November 10, 2025 15:51
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 41af714 to 1cfb4b8 Compare November 17, 2025 16:14
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 1cfb4b8 to 30fe956 Compare December 3, 2025 19:01
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 30fe956 to dd02c10 Compare December 31, 2025 16:43
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from dd02c10 to b6b09bc Compare January 8, 2026 19:16
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch 2 times, most recently from f88519b to e1df4dd Compare January 23, 2026 19:00
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from e1df4dd to 77502a3 Compare February 2, 2026 20:06
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 77502a3 to 587b1aa Compare February 5, 2026 14:17
@renovate renovate bot changed the title chore(deps): update dependency vite to v7.1.11 [security] chore(deps): update dependency vite [security] Feb 5, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 587b1aa to 8ec93b2 Compare February 5, 2026 18:01
@renovate renovate bot changed the title chore(deps): update dependency vite [security] chore(deps): update dependency vite to v7.1.11 [security] Feb 5, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 8ec93b2 to 89a6506 Compare February 7, 2026 01:56
@renovate renovate bot changed the title chore(deps): update dependency vite to v7.1.11 [security] chore(deps): update dependency vite [security] Feb 7, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 89a6506 to 8151e33 Compare February 7, 2026 05:57
@renovate renovate bot changed the title chore(deps): update dependency vite [security] chore(deps): update dependency vite to v7.1.11 [security] Feb 7, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 8151e33 to 80a23d5 Compare February 10, 2026 02:34
@renovate renovate bot changed the title chore(deps): update dependency vite to v7.1.11 [security] chore(deps): update dependency vite [security] Feb 10, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 80a23d5 to c7ccdde Compare February 10, 2026 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants