| Título | SourceCodester Queue Management System Unknown (code version as of 2025-10-22) Cross-Site Scripting (XSS) - CWE-79 |
|---|
| Descripción | The Queue Management System allows unauthenticated attackers to inject arbitrary JavaScript code via the "name" parameter in the /api/add_customer.php endpoint. The input is stored in the database without sanitization and later rendered unsafely in the administrative dashboard (index.php) using innerHTML, leading to stored XSS. An attacker can exploit this by sending a POST request with a malicious payload (e.g., <img src=x onerror=alert('XSS')>) in the name field. When an administrator views the queue list, the script executes in their browser, potentially allowing session hijacking, data theft, or unauthorized actions.Please refer to the "Stored Cross-Site Scripting (XSS) in Queue Management System.pdf" file on the GitHub address. The password for unzipping the report is: ABC123.. |
|---|
| Fuente | ⚠️ https://github.com/Jack-MRJ/Queue-Management-System-Vulnerability-Report |
|---|
| Usuario | GeekerA (UID 97423) |
|---|
| Sumisión | 2026-07-15 08:41 (hace 2 meses) |
|---|
| Moderación | 2026-08-29 20:50 (2 months later) |
|---|
| Estado | Aceptado |
|---|
| Entrada de VulDB | 397070 [SourceCodester Queue Management System 1.0 /api/add_customer.php Nombre secuencias de comandos en sitios cruzados] |
|---|
| Puntos | 20 |
|---|