chore(deps): update dependency vite to v6.4.1 [security]#2054
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency vite to v6.4.1 [security]#2054renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Contributor
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
July 2, 2025 13:58
989943f to
69fd446
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
2 times, most recently
from
August 13, 2025 11:27
e82e63d to
379ff20
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
August 19, 2025 16:02
379ff20 to
4fdf5c7
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
August 31, 2025 10:25
4fdf5c7 to
7d43233
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
September 10, 2025 02:45
7d43233 to
e2605c2
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
2 times, most recently
from
September 25, 2025 21:06
4baf434 to
8040e1a
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
2 times, most recently
from
October 16, 2025 01:05
20eb27d to
37a0ca6
Compare
auto-merge was automatically disabled
October 17, 2025 22:01
Pull request was closed
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
2 times, most recently
from
October 21, 2025 03:33
37a0ca6 to
af4bc61
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
November 10, 2025 18:36
af4bc61 to
e113e31
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
November 18, 2025 11:08
e113e31 to
64c3e1a
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
December 3, 2025 19:30
64c3e1a to
560de68
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
2 times, most recently
from
February 17, 2026 19:43
e531b1a to
8b38449
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
March 5, 2026 20:17
8b38449 to
77f31af
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
March 13, 2026 12:11
77f31af to
7c39dac
Compare
auto-merge was automatically disabled
March 27, 2026 00:56
Pull request was closed
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
2 times, most recently
from
March 30, 2026 21:36
7c39dac to
4958727
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
April 8, 2026 20:11
4958727 to
b4fc080
Compare
auto-merge was automatically disabled
April 27, 2026 18:11
Pull request was closed
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
2 times, most recently
from
April 27, 2026 21:54
b4fc080 to
c1c3265
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
2 times, most recently
from
May 18, 2026 14:59
689c991 to
fad56b9
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
2 times, most recently
from
June 1, 2026 17:52
ff95410 to
079051c
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
June 11, 2026 17:57
079051c to
99218e7
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
2 times, most recently
from
July 17, 2026 00:07
4e865b9 to
38579fe
Compare
renovate
Bot
force-pushed
the
renovate/npm-vite-vulnerability
branch
from
July 21, 2026 01:05
38579fe to
2dddf14
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.4.0→6.4.1vite allows server.fs.deny bypass via backslash on Windows
CVE-2025-62522 / GHSA-93m4-6634-74q7
More information
Details
Summary
Files denied by
server.fs.denywere sent if the URL ended with\when the dev server is running on Windows.Impact
Only apps that match the following conditions are affected:
server.hostconfig option)Details
server.fs.denycan 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 thatfs.readFile('/foo.png/')loads/foo.png.PoC
Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
vitejs/vite (vite)
v6.4.1Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.