| शीर्षक | 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) |
|---|
| सबमिशन | 01/08/2026 09:38 AM (1 महीना पहले) |
|---|
| संयम | 12/09/2026 05:51 PM (1 month later) |
|---|
| स्थिति | स्वीकृत |
|---|
| VulDB प्रविष्टि | 403150 [Rizwan17 inventory-management-system तक bfe78a330d01bb26b9daec5dc9ecd5c77900e03f dashboard.php userid अधिकार वृद्धि] |
|---|
| अंक | 20 |
|---|