vendor:
phpBB
by:
SpiderZ
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: phpBB
Affected Version From: 2.0.x
Affected Version To: 2.0.21
Patch Exists: YES
Related CWE: N/A
CPE: a:phpbb:phpbb
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
Admin Topic Action Logging Remote File Inclusion Vulnerability
A vulnerability exists in the Admin Topic Action Logging (ATAL) version 0.95 for phpBB (2.0.x - 2.0.21). An attacker can exploit this vulnerability to include a remote file containing malicious code which will be executed by the vulnerable application on the web server.
Mitigation:
Ensure that user input is validated and filtered before being used in the application. This can be done by using a whitelist of accepted inputs that strictly conform to specifications, rejecting any input which does not match the criteria.