Files
CVEs-PoC/2008/CVE-2008-7264.md
T
2024-06-18 02:51:15 +02:00

18 lines
725 B
Markdown

### [CVE-2008-7264](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-7264)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The ftp_QUIT function in ftpserver.py in pyftpdlib before 0.5.0 allows remote authenticated users to cause a denial of service (file descriptor exhaustion and daemon outage) by sending a QUIT command during a disallowed data-transfer attempt.
### POC
#### Reference
- http://code.google.com/p/pyftpdlib/source/browse/trunk/HISTORY
#### Github
No PoCs found on GitHub currently.