| 제목 | 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) |
|---|
| 제출 | 2024. 12. 28. AM 06:02 (1 년도 ago) |
|---|
| 모더레이션 | 2024. 12. 28. PM 05:16 (11 hours later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 289711 [code-projects Chat System 1.0 /admin/chatroom.php 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|