Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/npm-vite-vulnerability
Open

chore(deps): update dependency vite to v7.1.11 [security]#354
renovate[bot] wants to merge 1 commit intomainfrom
renovate/npm-vite-vulnerability

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.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.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.

🔕 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 internal label Oct 20, 2025
@netlify
Copy link

netlify bot commented Oct 20, 2025

Deploy Preview for sheepdog ready!

Name Link
🔨 Latest commit 8d29958
🔍 Latest deploy log https://app.netlify.com/projects/sheepdog/deploys/69a9e9403473f80008c52e7f
😎 Deploy Preview https://deploy-preview-354--sheepdog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 20, 2025

npm i https://pkg.pr.new/@sheepdog/core@354
npm i https://pkg.pr.new/@sheepdog/svelte@354
npm i https://pkg.pr.new/@sheepdog/vanilla@354

commit: e0f3a8b

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 160f140 to d50d22b Compare November 10, 2025 19:47
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from d50d22b to 4eb3e41 Compare December 3, 2025 18:26
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 4eb3e41 to f0e95f9 Compare December 31, 2025 15:52
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from f0e95f9 to 7427b2e Compare January 8, 2026 20:34
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch 2 times, most recently from c6f327f to 2716c4e Compare January 23, 2026 18:00
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 2716c4e to 5aeb478 Compare February 2, 2026 17:08
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 5aeb478 to 84f959f Compare February 12, 2026 16:58
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 84f959f to 8d29958 Compare March 5, 2026 20:36
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.

0 participants