| 제목 | itsourcecode Online-Bookstore-Project-In-PHP 1.0 SQL Injection |
|---|
| 설명 | The file upload operation was triggered on line 16 of the "edit_book.php" file, and the uploaded file was received using the "$- FILES" variable. Due to the lack of appropriate input validation and cleaning, remote attackers only need to use regular user login to pass malicious payloads through this file upload function, resulting in unrestricted file uploads, which may further lead to remote code execution (RCE).
In line 16 of the edit_book.php file,The input obtained through $- FILES is directly used to determine the storage location of the file, without conducting a complete security check. The specific code snippet is as follows: |
|---|
| 원천 | ⚠️ https://github.com/1902zdq/cve/issues/1 |
|---|
| 사용자 | zdq123 (UID 70457) |
|---|
| 제출 | 2024. 06. 14. AM 08:25 (2 연령 ago) |
|---|
| 모더레이션 | 2024. 06. 14. PM 05:42 (9 hours later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 268698 [itsourcecode Online Book Store 까지 1.0 /edit_book.php image SQL 주입] |
|---|
| 포인트들 | 20 |
|---|