| 제목 | 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. PM 06:38 (1 월 ago) |
|---|
| 모더레이션 | 2026. 08. 30. AM 10:00 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 397121 [Soarkey StudentManagement/学生信息管理系统 까지 e08f7f1d5015af407aa4cca0ada3dea189b4937e Administrative Servlet AdminDao.java AdminDao.doGet action 권한 상승] |
|---|
| 포인트들 | 20 |
|---|