vendor:
Simple File Lister module
by:
evilsocket
7.5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: Simple File Lister module
Affected Version From: 1
Affected Version To: 1
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
2011
Joomla Simple File Lister module <= 1.0 Directory Traversal Vulnerability
The vulnerability exists due to insufficient sanitization of the variable $sfl_dirlocation which contains the directory to be read. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. To look for a valid url, just sniff the HTTP request sent from the module javascript code once a directory is clicked.
Mitigation:
Input validation should be performed to ensure that the user supplied data is not malicious.