vendor:
Keller Web Admin CMS
by:
CWH Underground
6.5
CVSS
MEDIUM
Local File Inclusion
98
CWE
Product Name: Keller Web Admin CMS
Affected Version From: 0.94 Pro
Affected Version To: 0.94 Pro
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2008
Keller Web Admin CMS Local File Inclusion Vulnerability
This vulnerability allows an attacker to include local files from the target system by manipulating the 'action' parameter in the index.php file. By using directory traversal techniques, an attacker can access sensitive files on the target system.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and validate the 'action' parameter before including files in the code. Additionally, limiting access to sensitive files and directories can also help prevent exploitation.