# N/A
## 概述
Node.js 中针对 CVE-2025-23084 的修复不完整,特别影响到 Windows 系统中的设备名称,例如 CON、PRN 和 AUX。
## 影响版本
未指定特定版本,但影响所有在 Windows 上使用 `path.join` API 的 Node.js 版本。
## 细节
该漏洞涉及 Windows 设备名称(如 CON、PRN 和 AUX),当这些名称在 `path.join` API 中被处理时,可能导致不期望的行为或安全问题。
## 影响
影响 Windows 用户使用 `path.join` API 时的安全性和正确性。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | (PoC) CVE-2025-27210, a precise Path Traversal vulnerability affecting Node.js applications running on Microsoft Windows. This vulnerability leverages the specific way Windows handles reserved device file names | https://github.com/absholi7ly/CVE-2025-27210_NodeJS_Path_Traversal_Exploit | POC详情 |
2 | CVE-2025-27210 | https://github.com/B1ack4sh/Blackash-CVE-2025-27210 | POC详情 |
暂无评论