vendor:
PBBoard
by:
n4ss1m
7,5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: PBBoard
Affected Version From: 2.1.4
Affected Version To: 2.1.4
Patch Exists: NO
Related CWE: N/A
CPE: a:pbboard:pbboard:2.1.4
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: win/linux
2012
PBBoard 2.1.4 Local File Inclusion
PBBoard 2.1.4 is vulnerable to Local File Inclusion. An attacker can exploit this vulnerability to include local files on the server. This vulnerability exists due to insufficient sanitization of user-supplied input to the 'page' parameter in 'admin.php' script. An attacker can include local files on the server by supplying a relative pathname in the 'page' parameter. This can be exploited to execute arbitrary PHP code on the vulnerable server.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability. Sanitize user-supplied input to the 'page' parameter in 'admin.php' script.