vendor:
KingChat MyBB plugin
by:
Red_Hat
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: KingChat MyBB plugin
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows, Linux
2012
KingChat MyBB plugin SQL Injection 0day
The 'username' parameter in the 'kingchat.php' file of the KingChat MyBB plugin is vulnerable to SQL Injection. An attacker can exploit this vulnerability by injecting malicious SQL code into the 'username' parameter, which is not properly sanitized.
Mitigation:
To mitigate this vulnerability, the developer should properly sanitize the input received through the 'username' parameter before using it in SQL queries. This can be done by using prepared statements or parameterized queries.