Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence
vite (source) 6.4.0 -> 6.4.1 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)

v6.4.1

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "" (UTC), 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 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 dependencies Pull requests that update a dependency file label Jun 23, 2025
@renovate renovate bot requested review from 0237h and YaroShkvorets June 23, 2025 20:31
@changeset-bot
Copy link

changeset-bot bot commented Jun 23, 2025

⚠️ No Changeset found

Latest commit: af4bc61

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jun 23, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphprotocol/graph-cli 0.98.2-alpha-20251021033405-af4bc61366e84c51ffb37bda41665383522abc97 npm ↗︎ unpkg ↗︎

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jun 23, 2025

Deploying graph-tooling with  Cloudflare Pages  Cloudflare Pages

Latest commit: af4bc61
Status: ✅  Deploy successful!
Preview URL: https://a77ae34e.graph-tooling.pages.dev
Branch Preview URL: https://renovate-npm-vite-vulnerabil.graph-tooling.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 989943f to 69fd446 Compare July 2, 2025 13:58
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch 2 times, most recently from e82e63d to 379ff20 Compare August 13, 2025 11:27
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 379ff20 to 4fdf5c7 Compare August 19, 2025 16:02
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 4fdf5c7 to 7d43233 Compare August 31, 2025 10:25
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 7d43233 to e2605c2 Compare September 10, 2025 02:45
@renovate renovate bot enabled auto-merge (squash) September 10, 2025 02:45
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.2.7 [security] chore(deps): update dependency vite to v6.3.6 [security] Sep 10, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch 2 times, most recently from 4baf434 to 8040e1a Compare September 25, 2025 21:06
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch 2 times, most recently from 20eb27d to 37a0ca6 Compare October 16, 2025 01:05
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.3.6 [security] chore(deps): update dependency vite to v6.3.6 [security] - autoclosed Oct 17, 2025
@renovate renovate bot closed this Oct 17, 2025
auto-merge was automatically disabled October 17, 2025 22:01

Pull request was closed

@renovate renovate bot deleted the renovate/npm-vite-vulnerability branch October 17, 2025 22:01
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.3.6 [security] - autoclosed chore(deps): update dependency vite to v6.4.1 [security] Oct 21, 2025
@renovate renovate bot reopened this Oct 21, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch 2 times, most recently from 37a0ca6 to af4bc61 Compare October 21, 2025 03:33
@renovate renovate bot enabled auto-merge (squash) October 21, 2025 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant