| Titre | igweze wizgrade latest (2026-05, no formal release) Doubled Character XSS Manipulations |
|---|
| Description | Description:
wizgrade school management system (⭐46) contains reflected XSS and information
disclosure via debug code left in production (CWE-79, CWE-200).
dashboard/studentConductManager.php:40:
echo "<pre>"; print_r($_REQUEST); echo "</pre>";
No authentication check. Dumps all GET/POST/COOKIE data to page without any
escaping. Any HTML/JavaScript in URL parameters rendered in browser. Exposes
session cookies and CSRF tokens to anyone accessing the URL.
Exploitation:
XSS: /dashboard/studentConductManager.php?<script>alert(1)</script>=x
Info leak: accessing page reveals all request data including cookies.
Countermeasure: Remove debug print_r(). Add authentication. CVSS 6.5. |
|---|
| La source | ⚠️ https://github.com/igweze/wizgrade |
|---|
| Utilisateur | Dest1ny_1 (UID 98653) |
|---|
| Soumission | 31/05/2026 11:57 (il y a 1 mois) |
|---|
| Modérer | 11/07/2026 14:01 (1 month later) |
|---|
| Statut | Accepté |
|---|
| Entrée VulDB | 377799 [igweze wizgrade studentConductManager.php cross site scripting] |
|---|
| Points | 20 |
|---|