# N/A
## 漏洞概述
TitanFTP 在版本 1.94.1205 及以下版本中存在路径遍历漏洞。此漏洞存在于文件移动功能的 `newPath` 参数中,允许经过身份验证的攻击者上传文件并将其移动到服务器文件系统中的任意位置。
## 影响版本
- TitanFTP 1.94.1205 及以下版本
## 漏洞细节
`newPath` 参数存在路径遍历漏洞,使得攻击者可以上传任意文件,并通过文件移动功能将其移动到服务器上的任意路径。
## 漏洞影响
攻击者能够上传文件并将其移动到服务器文件系统中的任意位置,这可能会导致文件泄露、篡改或其他恶意操作。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | TitanFTP versions up to 1.94.1205 contain a path traversal vulnerability in the move-file function where the newPath parameter is improperly validated. An authenticated user can upload a file and then move it to any location on the server filesystem, potentially allowing arbitrary file placement and system compromise. | https://github.com/projectdiscovery/nuclei-templates/blob/main/network/cves/2023/CVE-2023-22629.yaml | POC详情 |
暂无评论