| Title | itsourcecode Online Hotel Management System v1.0 Storage XSS vulnerability |
|---|
| Description | A Storage XSS vulnerability was found in the "/admin/mod_users/controller.php" file of the "Online Hotel Management System" project. Root Cause Because /admin/mod_users/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 "users" table of the database. When “/admin/mod_users/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. |
|---|
| Source | ⚠️ https://github.com/Hh-176/CVE/issues/7 |
|---|
| User | Hh-176 (UID 98609) |
|---|
| Submission | 05/30/2026 06:15 (1 month ago) |
|---|
| Moderation | 06/28/2026 18:02 (29 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 374564 [itsourcecode Online Hotel Management System 1.0 POST Request controller.php?action=edit Name cross site scripting] |
|---|
| Points | 20 |
|---|