header-logo
Suggest Exploit
vendor:
Fasttrack Server
by:
SecurityFocus
7.5
CVSS
HIGH
Directory Listing
539
CWE
Product Name: Fasttrack Server
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
1999

Netscape Fasttrack Server Directory Listing Vulnerability

Netscape's Fasttrack server is vulnerable to a directory listing attack even when an index file is present in the directory. An attacker can telnet to the httpd port and type 'get/' to get a root directory listing.

Mitigation:

Disable directory listing in the server configuration.
Source

Exploit-DB raw data:

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

Netscape's Fasttrack server is supposed to display a directory listing if the follwing three conditions are met:
1: Directory listing is enabled
2: No filename is specified in the requested URL
3: There is no index file in that directory (defaults are index.html and home.html)

However, even with an index file in the directory, if you telnet to the httpd port and type 'get/' you will get a directory listing of the root directory. 

Telnet to the httpd port and type 'get/' to get a root directory listing.