提出 #911128: Rizwan17 inventory-management-system bfe78a330d01bb26b9daec5dc9ecd5c77900e03f Missing Authorization情報

タイトル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)
送信2026年07月30日 18:07 (1 月 ago)
モデレーション2026年09月09日 18:12 (1 month later)
ステータス承諾済み
VulDBエントリ401809 [Rizwan17 inventory-management-system 迄 bfe78a330d01bb26b9daec5dc9ecd5c77900e03f AJAX Backend includes/process.php DBOperation.addCategory userid 弱い認証]
ポイント20

Do you know our Splunk app?

Download it now for free!