diff --git a/advisories/github-reviewed/2026/01/GHSA-9583-h5hc-x8cw/GHSA-9583-h5hc-x8cw.json b/advisories/github-reviewed/2026/01/GHSA-9583-h5hc-x8cw/GHSA-9583-h5hc-x8cw.json index 062e4e935bc84..db6bcb1bc9fa0 100644 --- a/advisories/github-reviewed/2026/01/GHSA-9583-h5hc-x8cw/GHSA-9583-h5hc-x8cw.json +++ b/advisories/github-reviewed/2026/01/GHSA-9583-h5hc-x8cw/GHSA-9583-h5hc-x8cw.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-9583-h5hc-x8cw", - "modified": "2026-01-11T14:53:54Z", + "modified": "2026-01-11T14:53:55Z", "published": "2026-01-08T20:45:07Z", "aliases": [ "CVE-2025-61686" ], "summary": "React Router has Path Traversal in File Session Storage", - "details": "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. \n\nRead 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.", + "details": "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. \n\nRead 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.\npnpm update @remix-run/node@2.17.2 @remix-run/react@2.17.2 @remix-run/serve@2.17.2 --latest", "severity": [ { "type": "CVSS_V3",