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

exploitDog

github логотип

GHSA-pr96-94w5-mx2h

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

Описание

@fastify/static vulnerable to path traversal in directory listing

Impact

@fastify/static v9.1.0 and earlier serves directory listings outside the configured static root when the list option is enabled. A request such as /public/../outside/ causes dirList.path() to resolve a directory outside the root via path.join() without a containment check.

A remote unauthenticated attacker can obtain directory listings for arbitrary directories accessible to the Node.js process, disclosing directory names and filenames that should not be exposed. File contents are not disclosed.

Patches

Upgrade to @fastify/static >= 9.1.1.

Workarounds

Disable directory listing by removing the list option from the plugin configuration.

Пакеты

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

@fastify/static

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

>= 8.0.0, <= 9.1.0

9.1.1

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-22

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

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

@fastify/static versions 8.0.0 through 9.1.0 allow path traversal when directory listing is enabled via the list option. The dirList.path() function resolves directories outside the configured static root using path.join() without a containment check. A remote unauthenticated attacker can obtain directory listings for arbitrary directories accessible to the Node.js process, disclosing directory and file names. File contents are not disclosed. Upgrade to @fastify/static 9.1.1 to fix this issue. As a workaround, disable directory listing by removing the list option from the plugin configuration.

CVSS3: 5.3
nvd
4 месяца назад

@fastify/static versions 8.0.0 through 9.1.0 allow path traversal when directory listing is enabled via the list option. The dirList.path() function resolves directories outside the configured static root using path.join() without a containment check. A remote unauthenticated attacker can obtain directory listings for arbitrary directories accessible to the Node.js process, disclosing directory and file names. File contents are not disclosed. Upgrade to @fastify/static 9.1.1 to fix this issue. As a workaround, disable directory listing by removing the list option from the plugin configuration.

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-22