| 标题 | 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 月前) |
|---|
| 管理 | 2026-08-30 10時00分 (1 month later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 397121 [Soarkey StudentManagement/学生信息管理系统 直到 e08f7f1d5015af407aa4cca0ada3dea189b4937e Administrative Servlet AdminDao.java AdminDao.doGet action 权限提升] |
|---|
| 积分 | 20 |
|---|