# N/A
## 漏洞概述
在Titan FTP 3.21及更早版本中存在基于堆的缓冲区溢出漏洞,远程攻击者可以通过发送过长的FTP命令(如CWD、STAT或LIST)导致拒绝服务(崩溃)。
## 影响版本
- Titan FTP 3.21及更早版本
## 细节
远程攻击者可以通过发送包含过长参数的FTP命令(例如CWD、STAT或LIST)触发基于堆的缓冲区溢出。这些过长的命令会导致软件崩溃,从而引发拒绝服务攻击。
## 影响
攻击者成功利用此漏洞可以导致目标服务器上的Titan FTP服务崩溃,进而导致拒绝服务。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Titan FTP versions ≤ 3.21 contain heap overflow vulnerabilities when processing long FTP commands such as CWD, STAT, or LIST. Remote attackers can cause denial of service (daemon crash) by sending excessively long arguments to these commands, potentially leading to server instability. | https://github.com/projectdiscovery/nuclei-templates/blob/main/network/cves/2004/CVE-2004-1641.yaml | POC详情 |
暂无评论