| 标题 | hemant6488 CodeIgniter-StudentManagementSystem 1.0 Unauthenticated Access |
|---|
| 描述 | The `Students` controller in the CodeIgniter application lacks any form of authentication or authorisation checks. None of its methods verify whether the user is logged in or possesses the required privileges.
As a result, any anonymous visitor can directly access the controller's endpoints to:
- View the complete list of students (`/index.php/students`)
- Add new students (`/index.php/students/addStudentView` and submit)
- Edit existing records
- Delete students
This exposes all student management functionality to unauthenticated users, completely bypassing intended access controls. |
|---|
| 来源 | ⚠️ https://github.com/hemant6488/CodeIgniter-StudentManagementSystem/issues/5 |
|---|
| 用户 | Wwen (UID 97644) |
|---|
| 提交 | 2026-04-27 17時45分 (1 月前) |
|---|
| 管理 | 2026-05-25 21時08分 (28 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 365537 [hemant6488 CodeIgniter-StudentManagementSystem Student Management addStudentView 权限提升] |
|---|
| 积分 | 20 |
|---|