Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-859w-5945-r5v3

Опубликовано: 30 апр. 2025
Источник: github
Github: Прошло ревью
CVSS4: 6

Описание

Vite's server.fs.deny bypassed with /. for files under project root

Summary

The contents of files in the project root that are denied by a file matching pattern can be returned to the browser.

Impact

Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected. Only files that are under project root and are denied by a file matching pattern can be bypassed.

  • Examples of file matching patterns: .env, .env.*, *.{crt,pem}, **/.env
  • Examples of other patterns: **/.git/**, .git/**, .git/**/*

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 for files under root by using a combination of slash and dot (/.).

PoC

npm create vite@latest cd vite-project/ cat "secret" > .env npm install npm run dev curl --request-target /.env/. http://localhost:5173

image image

Пакеты

Наименование

vite

npm
Затронутые версииВерсия исправления

>= 6.3.0, <= 6.3.3

6.3.4

Наименование

vite

npm
Затронутые версииВерсия исправления

>= 6.2.0, <= 6.2.6

6.2.7

Наименование

vite

npm
Затронутые версииВерсия исправления

>= 6.0.0, <= 6.1.5

6.1.6

Наименование

vite

npm
Затронутые версииВерсия исправления

>= 5.0.0, <= 5.4.18

5.4.19

Наименование

vite

npm
Затронутые версииВерсия исправления

<= 4.5.13

4.5.14

EPSS

Процентиль: 24%
0.00079
Низкий

6 Medium

CVSS4

Дефекты

CWE-22

Связанные уязвимости

CVSS3: 6.5
redhat
4 месяца назад

Vite is a frontend tooling framework for javascript. Prior to versions 6.3.4, 6.2.7, 6.1.6, 5.4.19, and 4.5.14, the contents of files in the project root that are denied by a file matching pattern can be returned to the browser. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected. Only files that are under project root and are denied by a file matching pattern can be bypassed. `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 for files under `root` by using a combination of slash and dot (/.). This issue has been patched in versions 6.3.4, 6.2.7, 6.1.6, 5.4.19, and 4.5.14.

nvd
4 месяца назад

Vite is a frontend tooling framework for javascript. Prior to versions 6.3.4, 6.2.7, 6.1.6, 5.4.19, and 4.5.14, the contents of files in the project root that are denied by a file matching pattern can be returned to the browser. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected. Only files that are under project root and are denied by a file matching pattern can be bypassed. `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 for files under `root` by using a combination of slash and dot (/.). This issue has been patched in versions 6.3.4, 6.2.7, 6.1.6, 5.4.19, and 4.5.14.

debian
4 месяца назад

Vite is a frontend tooling framework for javascript. Prior to versions ...

EPSS

Процентиль: 24%
0.00079
Низкий

6 Medium

CVSS4

Дефекты

CWE-22