vendor:
UBBCentral
by:
MH_p0rtal
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: UBBCentral
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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
2005
UBBCentral SQL Injection
This exploit allows an attacker to inject malicious SQL code into the vulnerable UBBCentral application. The vulnerable code is located in the mailthread.php file, which is used to display messages from a bulletin board. The attacker can inject malicious SQL code into the 'Cat' parameter, which is not properly sanitized before being used in a SQL query. This can allow the attacker to gain access to sensitive information from the database, such as usernames and passwords.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in a SQL query.