vendor:
PBBoard
by:
JIKO (JAWAD)
8,8
CVSS
HIGH
Remote Code Execution, SQL Injection, XSS
89, 89, 79
CWE
Product Name: PBBoard
Affected Version From: 2.1.1
Affected Version To: 2.1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:pbboard:pbboard:2.1.1
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
2020
PBBoard 2.1.1 Multiple Remote Vulnerabilities
PBBoard 2.1.1 is vulnerable to remote code execution, SQL injection and XSS. An attacker can upload a malicious shell with a GIF89a header to execute arbitrary code on the server. SQL injection can be performed by inserting a single quote (') in all % variables in the script. XSS can be performed by inserting a malicious script in the URL. An attacker can also gain access to the admin panel by using SQL injection in the username field.
Mitigation:
Input validation should be performed on all user-supplied data. Access to the admin panel should be restricted to trusted users only.