vendor:
LightNEasy
by:
staker
7,5
CVSS
HIGH
System Configuration Disclosure
200
CWE
Product Name: LightNEasy
Affected Version From: 2.2.x
Affected Version To: 2.2.x
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
2009
LightNEasy sql/no-db <= 2.2.x system config disclosure exploit
LightNEasy contains one flaw that allows an attacker to disclose a local file because of file_get_contents it's possible to retrieve the configuration file passing as argument '../data/config.php'. Example: http://[host]/LightNEasy.php?page=../data/config.php
Mitigation:
Ensure that the application is not vulnerable to file inclusion attacks by validating user input and using a whitelist of allowed characters.