vendor:
pandaBB
by:
nukedclx (nukedclx@gmail.com)
7,5
CVSS
HIGH
Remote File Include
98
CWE
Product Name: pandaBB
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
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
pandaBB (basepath;adminpath) Remote File Include
A remote file include vulnerability exists in pandaBB, which allows an attacker to include a remote file containing malicious PHP code resulting in arbitrary code execution. This is due to the application including files based on user input without proper validation. An attacker can leverage this vulnerability to execute arbitrary PHP code under the context of the web server process.
Mitigation:
Input validation should be used to ensure that user supplied input is properly sanitized and is not used to include files from external sources.