| tiêu đề | PHPGurukul Blood Donor Management System Using CodeIgniter 1.0 Improper Authentication |
|---|
| Mô tả | - Blood Donor Management System Using, have multiple admin controllers lack authentication enforcement. The application has a split authentication model — some admin controllers (Profile, Logout) properly check `$this->session->userdata('uid')` in their constructors and redirect to login if absent, while others have either no constructor at all or commented-out authentication code. Specifically: `admin/Dashboard.php` has no `__construct()` method; `admin/Viewuser.php` has no `__construct()` method; `admin/Bloodgroup.php` has no `__construct()` method; `admin/Report.php` has its constructor commented out; `admin/Changepwd.php` has its constructor commented out. This allows anyone to directly access `/admin/Dashboard`, `/admin/Viewuser`, `/admin/Viewuser/delete/N`, `/admin/Bloodgroup/Add`, `/admin/Bloodgroup/Manage`, `/admin/Bloodgroup/delete/N`, `/admin/Report`, `/admin/Changepwd` without any login requirement.
|
|---|
| Nguồn | ⚠️ https://github.com/usernamevnq/CVEs/issues/1 |
|---|
| Người dùng | n4k3r0 (UID 91985) |
|---|
| Đệ trình | 12/08/2026 09:51 (cách đây 1 tháng) |
|---|
| Kiểm duyệt | 14/09/2026 07:03 (1 month later) |
|---|
| Trạng thái | được chấp nhận |
|---|
| Mục VulDB | 403392 [PHPGurukul Blood Donor Management System 1.0 Admin Controllers Dashboard.php __construct xác thực yếu] |
|---|
| điểm | 20 |
|---|