| 제목 | restaurant-website-php-mysql-master web 1 XSS vulnerability |
|---|
| 설명 | The selected_date parameter is not sanitized, allowing attackers to inject JavaScript. This results in reflected XSS when the form is submitted.
PoC:
Fill out and submit the first form.
Modify the selected_date value using Developer Tools (F12) to inject a script:
<script>alert('xss')</script>
Submit the second form, and an alert (alert(1)) will confirm the XSS vulnerability. |
|---|
| 원천 | ⚠️ https://github.com/dream357/report/blob/main/restaurant-website-report.docx |
|---|
| 사용자 | dream123 (UID 92387) |
|---|
| 제출 | 2025. 11. 09. PM 03:55 (7 개월 ago) |
|---|
| 모더레이션 | 2025. 11. 30. PM 03:01 (21 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 333812 [jairiidriss RestaurantWebsite 까지 e7911f12d035e8e2f9a75e7a28b59e4ef5c1d654 Make a Reservation selected_date 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|