vendor:
Aprox CMS Engine
by:
SkyOut
8.5
CVSS
HIGH
Local File Inclusion (LFI)
98
CWE
Product Name: Aprox CMS Engine
Affected Version From: 5
Affected Version To: 5.1.0.4
Patch Exists: N/A
Related CWE: N/A
CPE: a:aprox_cms_engine:aprox_cms_engine:5
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 Vista Premium
2007
APROX CMS ENGINE V5(.1.0.4) LOCAL FILE INCLUSION (LFI)
The Aprox CMS Engine in version 5 (tested in 1.0.4) is vulnerable to an attack in the way of a Local File Inclusion (LFI). The exploitation has been tested on a local webserver, using Apache HTTPD 2.2.8 + MySQL 5.0.51a (XAMPP for Windows) on Windows Vista Premium. As seen in the index.php files source code, the script checks for the parameter 'id' to be set. However, the script makes sure 'page' parameter has been set and is unequal NULL. Then the script checks if the files does exist, using the extension *.inc. The script includes the file, which is specified in the 'page' parameter, allowing an attacker to include any file they want.
Mitigation:
Ensure that user input is properly validated and sanitized before being used in a file operation.