# N/A
## 漏洞概述
在 Pure-FTPd 1.0.49 中,`ls.c` 文件中的 `listdir` 函数存在栈耗尽的问题。
## 影响版本
- Pure-FTPd 1.0.49
## 细节
`listdir` 函数在处理目录列表时,存在栈耗尽的问题。这可能导致程序崩溃或拒绝服务攻击。
## 影响
此漏洞可能导致服务不可用,攻击者可以通过构造特定的目录结构触发栈溢出,进而导致FTP服务崩溃。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Pure-FTPd versions prior to 1.0.50 are vulnerable to resource exhaustion leading to denial of service. The vulnerability occurs in the listdir() function when processing crafted LIST commands, causing stack exhaustion that can crash the FTP server. | https://github.com/projectdiscovery/nuclei-templates/blob/main/network/cves/2019/CVE-2019-20176.yaml | POC详情 |
暂无评论