vendor:
by:
r00t
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name:
Affected Version From: webchat 0.78
Affected Version To: webchat 0.78
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
webchat 0.78 SQL Injection
The vulnerability exists in the login.php file of webchat 0.78. By manipulating the 'rid' parameter in the URL, an attacker can perform a SQL injection attack to extract sensitive information from the user table.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented in the code to prevent SQL injection attacks.