Skip to content

chore(deps): update dependency vite to v6.4.1 [security]#38

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) 6.3.66.4.1 age adoption passing 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)

v6.4.1

Compare Source

Please refer to CHANGELOG.md for details.

v6.4.0

Compare Source

Please refer to CHANGELOG.md for details.

v6.3.7

Compare Source

Please refer to CHANGELOG.md for details.


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

@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for vektorprogrammet-dashboard ready!

Name Link
🔨 Latest commit 41257df
🔍 Latest deploy log https://app.netlify.com/projects/vektorprogrammet-dashboard/deploys/691e57dfbe0dc700088753a4
😎 Deploy Preview https://deploy-preview-38--vektorprogrammet-dashboard.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99
Accessibility: 100
Best Practices: 100
SEO: 90
PWA: -
View the detailed breakdown and full score reports

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

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 21, 2025

Deploying dashboard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 81c2d2a
Status: ✅  Deploy successful!
Preview URL: https://1821c637.dashboard-14q.pages.dev
Branch Preview URL: https://renovate-npm-vite-vulnerabil.dashboard-14q.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from f96b15e to 41257df Compare November 19, 2025 23:50
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 41257df to a561d14 Compare December 31, 2025 15:00
@netlify
Copy link

netlify bot commented Dec 31, 2025

Deploy Preview for vektorprogrammet-dashboard ready!

Name Link
🔨 Latest commit 81c2d2a
🔍 Latest deploy log https://app.netlify.com/projects/vektorprogrammet-dashboard/deploys/69974ed3c57ec60008fe7221
😎 Deploy Preview https://deploy-preview-38--vektorprogrammet-dashboard.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99
Accessibility: 100
Best Practices: 100
SEO: 90
PWA: -
View the detailed breakdown and full score reports

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

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from a561d14 to 97f8066 Compare January 8, 2026 18:59
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch 2 times, most recently from 6fe86b1 to 601df79 Compare January 23, 2026 17:15
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 601df79 to 6885ab3 Compare February 2, 2026 21:47
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch 2 times, most recently from 2d42ac5 to f2be691 Compare February 12, 2026 17:32
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from f2be691 to 81c2d2a Compare February 19, 2026 17:56
@sonarqubecloud
Copy link

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.

0 participants