Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Yanra

#41542of 53,624
6.5Total CVSS
Vulnerabilities · 1
PT-2010-1234
6.5
2010-10-19
Python · Pyftpdlib · CVE-2007-6736
**Name of the Vulnerable Software and Affected Versions** pyftpdlib versions prior to 0.2.0 **Description** The issue allows remote authenticated users to access arbitrary files and directories via a .. (dot dot) in a (1) LIST, (2) STOR, or (3) RETR command. This is due to multiple directory traversal vulnerabilities in FTPServer.py. **Recommendations** For pyftpdlib versions prior to 0.2.0, update to version 0.2.0 or later to resolve the issue. As a temporary workaround, consider restricting access to the LIST, STOR, and RETR commands until a patch is available. Avoid using the .. (dot dot) notation in these commands to minimize the risk of exploitation.