| タイトル | 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日 05:40 (1 月 ago) |
|---|
| モデレーション | 2026年09月14日 07:30 (1 month later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 403406 [PHPGurukul Hostel Management System 3.0 checklogin.php 識別子 特権昇格] |
|---|
| ポイント | 20 |
|---|