| 제목 | itsourcecode Online Hotel Management System v1.0 Storage XSS vulnerability |
|---|
| 설명 | A Storage XSS vulnerability was found in the "/admin/mod_amenities/controller.php" file of the "Online Hotel Management System" project. Root Cause Because /admin/mod_amenities/controller.php does not escape, clean or parameterize the POST request data submitted, when the attacker submits a malicious Payload in the name field (for example,"<img src=x onerror=alert(2)>"), the code does not block it and permanently stores it in the "amenities" table of the database. When “/admin/mod_amenities/controller.php” reads the malicious name data in the database, and original data to an HTML page as-is, the browser will <script>treat the HTML tag and execute its content. Immediate corrective actions are essential to safeguard system security and uphold data integrity. |
|---|
| 원천 | ⚠️ https://github.com/Hh-176/CVE/issues/5 |
|---|
| 사용자 | Hh-176 (UID 98609) |
|---|
| 제출 | 2026. 05. 30. AM 06:11 (1 월 ago) |
|---|
| 모더레이션 | 2026. 06. 28. PM 06:02 (29 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 374562 [itsourcecode Online Hotel Management System 1.0 POST Request controller.php?action=add 이름 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|