vendor:
Crob FTP Server
by:
SecurityFocus
7.5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: Crob FTP Server
Affected Version From: Crob FTP Server 1.0
Affected Version To: Crob FTP Server 1.0
Patch Exists: YES
Related CWE: CVE-2002-1390
CPE: a:crob_software:crob_ftp_server:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux, Mac
2002
A vulnerability in Crob FTP server
Crob FTP server is vulnerable to a directory traversal attack due to a lack of input validation. An attacker can craft a specially crafted request to gain access to files outside of the FTP root directory. By issuing the command 'dir ../../../../../*', an attacker can read all directories on the system.
Mitigation:
Input validation should be implemented to prevent directory traversal attacks.