| शीर्षक | Rizwan17 inventory-management-system bfe78a330d01bb26b9daec5dc9ecd5c77900e03f Missing Authorization |
|---|
| विवरण | The affected component is `includes/process.php`, the central AJAX backend for registration, login, category/brand/product CRUD, record listing, deletion, updates, and order creation. The file includes `constants.php` (which starts a session) but never checks `$_SESSION["userid"]` before performing privileged operations:
```php
if (isset($_POST["category_name"]) AND isset($_POST["parent_cat"])) {
$obj = new DBOperation();
$result = $obj->addCategory($_POST["parent_cat"],$_POST["category_name"]);
echo $result;
exit();
}
```
An unauthenticated remote attacker can create, read, update, and delete inventory data and place orders solely by posting the expected form fields. |
|---|
| स्रोत | ⚠️ https://github.com/Rizwan17/inventory-management-system/issues/10 |
|---|
| उपयोगकर्ता | RongJinHui (UID 100227) |
|---|
| सबमिशन | 30/07/2026 06:07 PM (1 महीना पहले) |
|---|
| संयम | 09/09/2026 06:12 PM (1 month later) |
|---|
| स्थिति | स्वीकृत |
|---|
| VulDB प्रविष्टि | 401809 [Rizwan17 inventory-management-system तक bfe78a330d01bb26b9daec5dc9ecd5c77900e03f AJAX Backend includes/process.php DBOperation.addCategory userid कमजोर प्रमाणीकरण] |
|---|
| अंक | 20 |
|---|