vendor:
by:
MhZ91
5.5
CVSS
MEDIUM
Local File Inclusion & Full Path Disclosure
22
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Local File Inclusion & Full Path Disclosure
This exploit allows an attacker to include local files and disclose full file paths on the target system. The vulnerability can be exploited through the 'updater.php' and 'thumber.php' files by manipulating the 'lang_sel' parameter. Additionally, there are other XSS vulnerabilities present in the 'index_3x.php' file. The script 'phpinfo.php' can be used to view phpinfo() on the target system.
Mitigation:
To mitigate this vulnerability, ensure that the 'magic_quotes_gpc' setting is enabled in the PHP configuration. Additionally, sanitize and validate all user-supplied input before using it in file inclusion or path disclosure functions.