vendor:
Online Chatting System
by:
BKpatron
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Chatting System
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_chatting_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Win 10
2020
online Chatting System 1.0 – ‘id’ SQL Injection
The online Chatting System v1.0 application is vulnerable to SQL injection via the 'id' parameter on the chatroom.php page. The application is vulnerable to boolean-based blind, error-based, and time-based blind SQL injection attacks. The back-end DBMS is MySQL, web application technology is Apache 2.4.39 and PHP 7.2.18, and the back-end DBMS is MySQL >= 5.0.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.