| タイトル | Soarkey StudentManagement e08f7f1d5015af407aa4cca0ada3dea189b4937e Authorization Bypass |
|---|
| 説明 | The affected component is the administrative servlet exposed by `code/WebContent/WEB-INF/web.xml` and implemented in `code/src/service/AdminDao.java`. `AdminDao.doGet()` at lines 34-101 dispatches attacker-controlled `action` values to privileged handlers, including `query_all_user()` at lines 105-126, `insert_user()` at lines 129-148, `delete_user()` at lines 150-167, `insert_department()` at lines 215-233, and additional create/update/delete operations for departments, classes, students, courses, and grades, but it never verifies whether the requester is authenticated or holds the administrator role. A remote attacker can directly invoke `/StudentManagement/AdminDao?action=...` without logging in to disclose user data and modify core records. This results in full administrative compromise of application confidentiality and integrity. |
|---|
| ソース | ⚠️ https://github.com/Soarkey/StudentManagement/issues/32 |
|---|
| ユーザー | soulinda (UID 99812) |
|---|
| 送信 | 2026年07月16日 18:38 (1 月 ago) |
|---|
| モデレーション | 2026年08月30日 10:00 (1 month later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 397121 [Soarkey StudentManagement/学生信息管理系统 迄 e08f7f1d5015af407aa4cca0ada3dea189b4937e Administrative Servlet AdminDao.java AdminDao.doGet action 特権昇格] |
|---|
| ポイント | 20 |
|---|