vendor:
php_burning_portal
by:
r0ut3r
7,5
CVSS
HIGH
Remote File Include
98
CWE
Product Name: php_burning_portal
Affected Version From: 1.0.1
Affected Version To: 1.0.1
Patch Exists: YES
Related CWE: N/A
CPE: a:phpburning:php_burning_portal:1.0.1
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
2006
phpBurningPortal quiz-modul-1.0.1 – Remote File Include Exploit
This exploit allows an attacker to execute arbitrary code on the vulnerable server by including a remote file. The vulnerability exists due to insufficient sanitization of user-supplied input to the 'lang_path' parameter in the 'quest_delete.php', 'quest_edit.php' and 'quest_news.php' scripts. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing a malicious URL in the 'lang_path' parameter.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability. Sanitize user-supplied input to the 'lang_path' parameter.