vendor:
Fishing Cat Portal Addon
by:
bd0rk
8.8
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Fishing Cat Portal Addon
Affected Version From: N/A
Affected Version To: N/A
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
2008
Fishing Cat Portal Addon (functions_portal.php) Remote File Inclusion Exploit
This exploit allows an attacker to execute arbitrary code on the vulnerable server by including a remote file. The vulnerability exists due to the $phpbb_root_path variable not being declared before the include statement in line 21 of functions_portal.php. This allows an attacker to inject arbitrary code into the application and execute it on the server.
Mitigation:
Ensure that all user-supplied input is properly validated and sanitized before being used in an include statement.