| 제목 | code-projects online-exam-mastering-system-php 1.0 SQL Injection |
|---|
| 설명 | The SQL Injection vulnerability here exists because the value of `$_GET['eid']` is directly embedded into the SQL queries without any validation or sanitization. If an attacker inputs malicious SQL code as the `eid` parameter, it will be executed by the database. For example, if `eid` is set to `'1' OR '1'='1'`, it could manipulate the query to return or modify unintended data. Always use **prepared statements** or **parameterized queries** to prevent this. |
|---|
| 원천 | ⚠️ https://hackmd.io/@salt9487/BkeSOxQSye |
|---|
| 사용자 | salt9487 (UID 78778) |
|---|
| 제출 | 2024. 12. 20. PM 03:46 (1 년도 ago) |
|---|
| 모더레이션 | 2024. 12. 21. AM 10:00 (18 hours later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 289152 [code-projects Online Exam Mastering System 1.0 account.php?q=quiz&step=2 eid SQL 주입] |
|---|
| 포인트들 | 20 |
|---|