| 제목 | SOURCECODESTER Employee Task Management System 1.0 SQL Injection |
|---|
| 설명 | The Employee Task Management System has an SQL Injection vulnerability in `/edit-task.php`. This vulnerability allows attackers to execute arbitrary SQL commands by manipulating the `task_id` parameter. The provided proof of concept demonstrates how an attacker could retrieve sensitive database information, including the database name, version, and user, by injecting a `union select` query. This issue underscores the importance of employing parameterized queries or prepared statements to protect against SQL Injection attacks, ensuring the integrity and security of the application's data. |
|---|
| 원천 | ⚠️ https://github.com/skid-nochizplz/skid-nochizplz/blob/main/TrashBin/CVE/SOURCECODESTER%20Employee%20Task%20Management%20System/SQL%20Injection%20-%20edit-task.php.md |
|---|
| 사용자 | nochizplz (UID 64302) |
|---|
| 제출 | 2024. 03. 16. PM 06:10 (2 연령 ago) |
|---|
| 모더레이션 | 2024. 03. 17. AM 09:11 (15 hours later) |
|---|
| 상태 | 중복 |
|---|
| VulDB 항목 | 221452 [SourceCodester Employee Task Management System 1.0 edit-task.php task_id SQL 주입] |
|---|
| 포인트들 | 0 |
|---|