GHSA-93m4-6634-74q7

Suggest an improvement
Source
https://github.com/advisories/GHSA-93m4-6634-74q7
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-93m4-6634-74q7/GHSA-93m4-6634-74q7.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-93m4-6634-74q7
Aliases
Downstream
CGA (45)
MINI (2)
Published
2025-10-20T19:54:28Z
Modified
2026-09-10T03:50:29Z
Severity
  • 6.0 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
vite allows server.fs.deny bypass via backslash on Windows
Details

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
Database specific
{
    "cwe_ids":  [
        "CWE-22"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2025-10-20T19:54:28Z",
    "nvd_published_at":  "2025-10-20T20:15:37Z",
    "severity":  "MODERATE"
}
References

Affected packages

npm
vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
7.1.0
Fixed
7.1.11

Database specific

last_known_affected_version_range
"<= 7.1.10"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-93m4-6634-74q7/GHSA-93m4-6634-74q7.json"
vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
7.0.0
Fixed
7.0.8

Database specific

last_known_affected_version_range
"<= 7.0.7"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-93m4-6634-74q7/GHSA-93m4-6634-74q7.json"
vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
6.0.0
Fixed
6.4.1

Database specific

last_known_affected_version_range
"<= 6.4.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-93m4-6634-74q7/GHSA-93m4-6634-74q7.json"
vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
2.9.18
Fixed
5.4.21

Database specific

last_known_affected_version_range
"< 3.0.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-93m4-6634-74q7/GHSA-93m4-6634-74q7.json"
vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
3.2.9
Fixed
5.4.21

Database specific

last_known_affected_version_range
"< 4.0.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-93m4-6634-74q7/GHSA-93m4-6634-74q7.json"
vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
4.5.3
Fixed
5.4.21

Database specific

last_known_affected_version_range
"< 5.0.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-93m4-6634-74q7/GHSA-93m4-6634-74q7.json"
vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
5.2.6
Fixed
5.4.21

Database specific

last_known_affected_version_range
"<= 5.4.20"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-93m4-6634-74q7/GHSA-93m4-6634-74q7.json"