# N/A
## 概述
Titan FTP Server 6.03 和 6.0.5.549 存在多个基于堆的缓冲区溢出漏洞。这些漏洞允许远程攻击者通过向 `USER` 或 `PASS` 命令传递过长的参数,导致守护进程崩溃或挂起,甚至可能执行任意代码。
## 影响版本
- Titan FTP Server 6.03
- Titan FTP Server 6.0.5.549
## 细节
由于输入验证不足,攻击者可以通过向 `USER` 或 `PASS` 命令传递过长的参数,触发基于堆的缓冲区溢出。这与 CVE-2004-1641 中描述的漏洞不同。
## 影响
这些漏洞可能导致守护进程崩溃或挂起,还可能被利用来执行任意代码。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Titan FTP Server versions 6.03 and 6.05 (builds) contain multiple heap-based buffer overflow vulnerabilities. Remote attackers can cause denial of service (daemon crash) or potentially execute arbitrary code by sending excessively long USER, PASS, or other FTP commands that trigger heap overflows. | https://github.com/projectdiscovery/nuclei-templates/blob/main/network/cves/2008/CVE-2008-0702.yaml | POC详情 |
暂无评论