| عنوان | code-projects Chat System 1.0 SQL Injection |
|---|
| الوصف | The SQL Injection vulnerability exists in diretory '/admin/chatroom.php' in admin account because the 'id' parameter is directly inserted into the SQL queries without any validation or sanitization. If an attacker inputs malicious SQL code as the 'id' parameter, it will be executed by the database. For example, if the 'id' parameter is set to "id=2' AND (SELECT 4493 FROM (SELECT(SLEEP(5)))dBbj)-- aFmE", it could manipulate the query to return or modify unintended data. Always use prepared statements or parameterized queries to prevent this. |
|---|
| المصدر | ⚠️ https://code-projects.org/chat-system-using-php-source-code/ |
|---|
| المستخدم | Fergod (UID 55882) |
|---|
| ارسال | 28/12/2024 06:02 AM (1 سنة منذ) |
|---|
| الاعتدال | 28/12/2024 05:16 PM (11 hours later) |
|---|
| الحالة | تمت الموافقة |
|---|
| إدخال VulDB | 289711 [code-projects Chat System 1.0 /admin/chatroom.php معرف حقن SQL] |
|---|
| النقاط | 20 |
|---|