vendor:
ecan
by:
GoLd_M
7,5
CVSS
HIGH
Local File Disclosure Vulnerability
200
CWE
Product Name: ecan
Affected Version From: 1.03
Affected Version To: 1.03
Patch Exists: NO
Related CWE: N/A
CPE: a:ecan:ecan:1.03
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 XP SP2
2012
eCan v0.1 => Local File Disclosure Vulnerability
eCan v0.1 is vulnerable to a local file disclosure vulnerability. An attacker can exploit this vulnerability by sending a specially crafted request to the show_source.php script with a relative path to the file they wish to view. For example, a request to show_source.php?fid=../../../../../../../../../../../etc/passwd will display the contents of the /etc/passwd file.
Mitigation:
Ensure that the application is not vulnerable to directory traversal attacks by validating user input and sanitizing it before use.