vendor:
lustig.cms
by:
milw0rm.com
7.5
CVSS
HIGH
Remote File Inclusion
CWE
Product Name: lustig.cms
Affected Version From: lustig.cms BETA 2.5
Affected Version To: lustig.cms BETA 2.5
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
lustig.cms BETA 2.5 (forum.php view) Remote File Inclusion Vulnerabilities
This vulnerability allows an attacker to include remote files on the server by manipulating the 'view' parameter in the 'forum.php' file. By providing a malicious file path in the 'view' parameter, an attacker can execute arbitrary code on the server.
Mitigation:
To mitigate this vulnerability, the developer should validate and sanitize user input before including files in the code. Additionally, the developer should avoid using user-controlled input for file inclusion.