# N/A
## 概述
PureFTPd 1.0.18及更早版本中的 accept_client 函数存在漏洞,远程攻击者可以通过超过最大连接数导致服务中断。
## 影响版本
PureFTPd 1.0.18及更早版本
## 细节
攻击者可以通过创建超过系统设定的最大连接数来利用此漏洞,这将导致服务拒绝连接新客户端。
## 影响
远程攻击者可以利用此漏洞导致服务中断。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Pure-FTPd versions ≤ 1.0.18 are vulnerable to denial of service through connection limit exhaustion. The vulnerability occurs in the accept_client function when the maximum number of connections is exceeded, potentially causing the server to become unresponsive or crash. | https://github.com/projectdiscovery/nuclei-templates/blob/main/network/cves/2004/CVE-2004-0656.yaml | POC详情 |
暂无评论