vendor:
Gravity Board X
by:
CWH Underground
7.5
CVSS
HIGH
SQL Injection and Cross-Site Scripting (XSS)
79 (Cross-Site Scripting) and 89 (SQL Injection)
CWE
Product Name: Gravity Board X
Affected Version From: 2.0 Beta
Affected Version To: 2.0 Beta
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2008
Gravity Board X 2.0 Beta (SQL/XSS) Multiple Remote Vulnerabilities
The Gravity Board X 2.0 Beta version is vulnerable to both SQL Injection and Cross-Site Scripting (XSS) attacks. In the XSS exploit, an attacker can inject JavaScript code into the title field when creating a new thread in the forum. In the SQL Injection exploit, an attacker can manipulate the search query parameter to execute arbitrary SQL commands.
Mitigation:
To mitigate the XSS vulnerability, the application should properly sanitize user input and encode any special characters. To mitigate the SQL Injection vulnerability, the application should use parameterized queries or prepared statements to handle user input.