| 제목 | PHPGurukul Hostel Management System 3.0 Improper Access Controls |
|---|
| 설명 | PHPGurukul Hostel Management System uses a single PHP session identifier for both the student and administrator portals. The administrator authorization check only verifies that the session identifier is non-empty; it does not verify that the authenticated account is an administrator. Because the student login and administrator login both assign their numeric user ID to the same `$_SESSION['id']` variable, any authenticated student can request administrative pages directly and be treated as an administrator.
|
|---|
| 원천 | ⚠️ https://github.com/usernamevnq/CVEs/issues/10 |
|---|
| 사용자 | n4k3r0 (UID 91985) |
|---|
| 제출 | 2026. 08. 13. AM 05:40 (1 월 ago) |
|---|
| 모더레이션 | 2026. 09. 14. AM 07:30 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 403406 [PHPGurukul Hostel Management System 3.0 checklogin.php 아이디 권한 상승] |
|---|
| 포인트들 | 20 |
|---|