CVE-2025-59414 (CNNVD-202509-2680)
中文标题:
Nuxt 路径遍历漏洞
英文标题:
Nuxt Client-Side Path Traversal in Nuxt Island Payload Revival
漏洞描述
中文描述:
Nuxt是Nuxt开源的一个免费的开源框架。 Nuxt 3.19.0之前版本和4.1.0之前版本存在路径遍历漏洞,该漏洞源于客户端有效载荷恢复机制存在路径遍历问题,可能导致攻击者操控客户端请求。
英文描述:
Nuxt is an open-source web development framework for Vue.js. Prior to 3.19.0 and 4.1.0, A client-side path traversal vulnerability in Nuxt's Island payload revival mechanism allowed attackers to manipulate client-side requests to different endpoints within the same application domain when specific prerendering conditions are met. The vulnerability occurs in the client-side payload revival process (revive-payload.client.ts) where Nuxt Islands are automatically fetched when encountering serialized __nuxt_island objects. During prerendering, if an API endpoint returns user-controlled data containing a crafted __nuxt_island object, he data gets serialized with devalue.stringify and stored in the prerendered page. When a client navigates to the prerendered page, devalue.parse deserializes the payload. The Island reviver attempts to fetch /__nuxt_island/${key}.json where key could contain path traversal sequences. Update to Nuxt 3.19.0+ or 4.1.0+.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| nuxt | nuxt | >= 3.6.0 < 3.19.0 | - | - |
cpe:2.3:a:nuxt:nuxt:>=_3.6.0_<_3.19.0:*:*:*:*:*:*:*
|
| nuxt | nuxt | >= 4.0.0 < 4.1.0 | - | - |
cpe:2.3:a:nuxt:nuxt:>=_4.0.0_<_4.1.0:*:*:*:*:*:*:*
|
| nuxt | nuxt | * | - | - |
cpe:2.3:a:nuxt:nuxt:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
3.1 (cna)
LOWCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-59414 |
2025-11-11 15:23:31 | 2025-11-11 07:40:46 |
| NVD | nvd_CVE-2025-59414 |
2025-11-11 15:01:03 | 2025-11-11 07:48:33 |
| CNNVD | cnnvd_CNNVD-202509-2680 |
2025-11-11 15:12:57 | 2025-11-11 08:00:11 |
版本与语言
安全公告
变更历史
查看详细变更
- affected_products_count: 2 -> 3
查看详细变更
- vulnerability_type: 未提取 -> 路径遍历
- cnnvd_id: 未提取 -> CNNVD-202509-2680
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']