vendor:
uniForum
by:
ajann
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: uniForum
Affected Version From: unspecified
Affected Version To: 4
Patch Exists: NO
Related CWE:
CPE: uniforum
Platforms Tested:
2007
uniForum <= v4 (wbsearch.aspx) Remote SQL Injection Vulnerability
The uniForum version 4 (wbsearch.aspx) is vulnerable to remote SQL injection. An attacker can exploit this vulnerability by sending a specially crafted request to the wbsearch.aspx page. By manipulating the input parameters, an attacker can inject malicious SQL code into the application's database query, allowing for unauthorized access or manipulation of data.
Mitigation:
To mitigate this vulnerability, it is recommended to update to the latest version of uniForum or apply a patch provided by the vendor. Additionally, input validation and parameterized queries should be implemented to prevent SQL injection attacks.