CVE-2025-61686 (CNNVD-202601-1761)
中文标题:
react-router 路径遍历漏洞
英文标题:
React Router has Path Traversal in File Session Storage
漏洞描述
中文描述:
react-router是Remix开源的一个 React 的声明式路由。 react-router存在路径遍历漏洞,该漏洞源于使用未签名cookie时,会话可能尝试从指定会话文件目录之外的位置读取或写入。
英文描述:
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 version 2.17.2, and @remix-run/node version 2.17.2.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| remix-run | react-router | @react-router/node >= 7.0.0, < 7.9.4 | - | - |
cpe:2.3:a:remix-run:react-router:@react-router_node_>=_7.0.0,_<_7.9.4:*:*:*:*:*:*:*
|
| remix-run | react-router | @remix-run/deno < 2.17.2 | - | - |
cpe:2.3:a:remix-run:react-router:@remix-run_deno_<_2.17.2:*:*:*:*:*:*:*
|
| remix-run | react-router | @remix-run/node < 2.17.2 | - | - |
cpe:2.3:a:remix-run:react-router:@remix-run_node_<_2.17.2:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
CVSS评分详情
3.1 (cna)
CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-61686 |
2026-01-11 02:02:50 | 2026-01-12 02:12:11 |
| NVD | nvd_CVE-2025-61686 |
2026-01-11 03:00:07 | 2026-01-12 02:27:56 |
| CNNVD | cnnvd_CNNVD-202601-1761 |
2026-01-13 07:38:23 | 2026-01-13 07:41:17 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 路径遍历
- cnnvd_id: 未提取 -> CNNVD-202601-1761
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']