vendor:
Mambo Wiki
by:
camino
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Mambo Wiki
Affected Version From: 0.9.6
Affected Version To: 0.9.6
Patch Exists: Yes
Related CWE: N/A
CPE: a:mambo_project:mambo_wiki
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
MamboWiki <= v0.9.6 Remote File Inclusion Vulnerability
MamboWiki is vulnerable to a Remote File Inclusion vulnerability. This vulnerability is due to a failure in the application to properly sanitize user-supplied input to the 'IP' parameter in 'MamboLogin.php'. An attacker can exploit this vulnerability to include arbitrary remote files, allowing for the execution of arbitrary PHP code.
Mitigation:
Add the following line of code in line 8 of MamboLogin.php: defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' )