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

exploitDog

github логотип

GHSA-9583-h5hc-x8cw

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

Описание

React Router has Path Traversal in File Session Storage

If applications use createFileSessionStorage() from @react-router/node (or @remix-run/node/@remix-run/deno in Remix v2) with an unsigned cookie, it is possible for an attacker to cause the session to try to read/write from a location outside the specified session file directory. The success of the attack would depend on the permissions of the web server process to access those files.

Read files cannot be returned directly to the attacker. Session file reads would only succeed if the file matched the expected session file format. If the file matched the session file format, the data would be populated into the server side session but not directly returned to the attacker unless the application logic returned specific session information.

Пакеты

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

@react-router/node

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

>= 7.0.0, <= 7.9.3

7.9.4

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

@remix-run/node

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

<= 2.17.1

2.17.2

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

@remix-run/deno

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

<= 2.17.1

2.17.2

EPSS

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

9.1 Critical

CVSS3

Дефекты

CWE-22

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

CVSS3: 9.1
nvd
28 дней назад

React Router is a router for React. In @react-router/node versions 7.0.0 through 7.9.3, @remix-run/deno prior to version 2.17.2, and @remix-run/node prior to version 2.17.2, if createFileSessionStorage() is being used from @react-router/node (or @remix-run/node/@remix-run/deno in Remix v2) with an unsigned cookie, it is possible for an attacker to cause the session to try to read/write from a location outside the specified session file directory. The success of the attack would depend on the permissions of the web server process to access those files. Read files cannot be returned directly to the attacker. Session file reads would only succeed if the file matched the expected session file format. If the file matched the session file format, the data would be populated into the server side session but not directly returned to the attacker unless the application logic returned specific session information. This issue has been patched in @react-router/node version 7.9.4, @remix-run/deno v

EPSS

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

9.1 Critical

CVSS3

Дефекты

CWE-22