| 제목 | igweze wizgrade latest (2026-05, no formal release) Doubled Character XSS Manipulations |
|---|
| 설명 | 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. |
|---|
| 원천 | ⚠️ https://github.com/igweze/wizgrade |
|---|
| 사용자 | Dest1ny_1 (UID 98653) |
|---|
| 제출 | 2026. 05. 31. AM 11:57 (1 월 ago) |
|---|
| 모더레이션 | 2026. 07. 11. PM 02:01 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 377799 [igweze wizgrade 까지 b1d55f22b90cd7e7a6e5002f006d7c649e8086d6 studentConductManager.php 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|