A AegiFlow
CRITICALCVSS 9.1EPSS 17.6%

CVE-2025-61686

React Router has Path Traversal in File Session Storage

Published
2026-01-08
Modified
2026-09-18
EPSS percentile
97%
Aliases
GHSA-9583-h5hc-x8cw
Sources
github-advisory

Summary

If applications use `createFileSessionStorage()` from `@react-router/node` (or `@remix-run/node`/`@remix-run/deno` in Remix v2) with an [**unsigned cookie**](https://reactrouter.com/explanation/sessions-and-cookies#signing-cookies), 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.

Affected packages

EcosystemPackageAffected versionsFixed versions
npm@react-router/node7.9.4
npm@remix-run/deno2.17.2
npm@remix-run/node2.17.2

Remediation: Upgrade to 7.9.4 or later.

References

Includes data from the GitHub Advisory Database, licensed under CC-BY 4.0.

CVE® is a registered trademark of The MITRE Corporation. CVE content reproduced under the CVE Terms of Use; copyright designation © MITRE.

EPSS scores provided by the FIRST.org Exploit Prediction Scoring System.