vendor:
PHP-Nuke
by:
ERNE
7.5
CVSS
HIGH
Remote File Include
98
CWE
Product Name: PHP-Nuke
Affected Version From: All versions
Affected Version To: All versions
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
PHP-Nuke <= All version - Remote File Include Vulnerabilities
Multiple PHP-Nuke versions are vulnerable to a remote file include vulnerability. This vulnerability allows an attacker to include a remote file, usually through a malicious URL, and execute it on the vulnerable server. This can lead to arbitrary code execution, information disclosure, and other malicious activities.
Mitigation:
Ensure that user input is properly validated and filtered before being used in a file include statement. Additionally, ensure that the web server is configured to deny access to files outside of the web root directory.