header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/9546/info

A vulnerability has been reported in the Crob FTP server, which occurs due to a lack of validation of input from the user. By issuing a specially crafted request, a malevolent user may be able to gain access to files outside of the ftp root directory.


You can read all directories on the system with the following command:

dir ../../../../../*