| 제목 | Rizwan17 inventory-management-system bfe78a330d01bb26b9daec5dc9ecd5c77900e03f Improper Access Controls |
|---|
| 설명 | The affected pages are `dashboard.php`, `manage_brand.php`, `manage_categories.php`, `manage_product.php`, and `new_order.php`. Each checks for a session and issues a redirect, but continues rendering the protected HTML body because `exit`/`die` is never called:
```php
if (!isset($_SESSION["userid"])) {
header("location:".DOMAIN."/");
}
```
HTTP clients that do not auto-follow redirects (or that ignore Location) receive a 302 status with the full authenticated UI markup, disclosing admin navigation, forms, and application structure. |
|---|
| 원천 | ⚠️ https://github.com/Rizwan17/inventory-management-system/issues/15 |
|---|
| 사용자 | sybululu (UID 100270) |
|---|
| 제출 | 2026. 08. 01. AM 09:38 (1 월 ago) |
|---|
| 모더레이션 | 2026. 09. 12. PM 05:51 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 403150 [Rizwan17 inventory-management-system 까지 bfe78a330d01bb26b9daec5dc9ecd5c77900e03f dashboard.php userid 권한 상승] |
|---|
| 포인트들 | 20 |
|---|