vendor:
PBBoard
by:
loneferret
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PBBoard
Affected Version From: 2.1.4
Affected Version To: 2.1.4
Patch Exists: YES
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: Ubuntu Server 8.04
2012
PBBoard v2.1.4 multiple SQLi Vulnerabilities
Due to improper sanitization, many of the parameters are injectable. Need a user account to trigger these. By changing the 'id' number used in the 'where' clause, an attacker can modify another user's settings. Additionally, an XSS attack can be performed using the MySQL's error message.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query.