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

18 lines
709 B
Markdown

### [CVE-2007-6736](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6736)
![](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
Multiple directory traversal vulnerabilities in FTPServer.py in pyftpdlib before 0.2.0 allow remote authenticated users to access arbitrary files and directories via a .. (dot dot) in a (1) LIST, (2) STOR, or (3) RETR command.
### POC
#### Reference
- http://code.google.com/p/pyftpdlib/source/browse/trunk/HISTORY
#### Github
No PoCs found on GitHub currently.