vendor:
phpMyChat Plus
by:
J3rryBl4nks
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phpMyChat Plus
Affected Version From: MyChat Plus 1.98
Affected Version To: MyChat Plus 1.98
Patch Exists: NO
Related CWE: N/A
CPE: a:ciprianmp:phpmychat_plus:1.98
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10/Kali Rolling
2020
phpMyChat Plus 1.98 – ‘pmc_username’ SQL Injection
The phpMyChat Plus 1.98 application is vulnerable to Sql Injection (Boolean based blind, Error-based, time-based blind) on the deluser.php page through the pmc_user parameter. POC code: Capture the request through Burpsuite and then use sqlmap to get the user tables.
Mitigation:
Input validation, parameterized queries, and stored procedures should be used to prevent SQL injection attacks.