vendor:
UBBThreads
by:
SecureState R&D Team (sasquatch)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: UBBThreads
Affected Version From: 5.5.2001
Affected Version To: 5.5.2001
Patch Exists: YES
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
Admin Login SQL Injection
UBBThreads is vulnerable to SQL injection in the admin login page. An attacker can use the UNION SELECT statement to obtain the admin users' plaintext passwords. The attacker can also turn on file attachments via /ubbthreads/admin/editconfig.php?Cat= and then upload a php command shell as an attachment to a post. Additionally, the attacker can query the MySQL database via /ubbthreads/admin/dbcommand.php?Cat= and get the MySQL username/password (which is stored in plaintext) by viewing the HTML Source of /ubbthreads/admin/editconfig.php?Cat=.
Mitigation:
Ensure that all user input is properly sanitized and validated before being used in a SQL query. Additionally, passwords should never be stored in plaintext.