vendor:
ActualAnalyzer Lite (free)
by:
IRCRASH (Dr.Crash Or Khashayar Fereidani)
7.5
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: ActualAnalyzer Lite (free)
Affected Version From: 2.78
Affected Version To: 2.78
Patch Exists: NO
Related CWE: N/A
CPE: a:actualscripts:actualanalyzer_lite_free:2.78
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
2008
ActualAnalyzer Lite (free) 2.78 LOCAL FILE INCLUSION
A vulnerability exists in ActualAnalyzer Lite (free) 2.78 which allows an attacker to include a file from the local file system. The vulnerability is due to insufficient sanitization of user-supplied input to the 'style' parameter in 'admin.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request with directory traversal sequences (e.g. '../') to the vulnerable script. This can allow the attacker to include and execute arbitrary local files on the vulnerable system.
Mitigation:
Input validation should be used to prevent directory traversal attacks. All user-supplied input should be validated and filtered for malicious characters.