LebiShop商城系统最新版SQL注入五

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: LebiShop商城系统最新版SQL注入五 ### 详细说明: LebiShop商城系统最新版SQL注入一处 文件Shop.supplier.Ajax.Ajax_product ``` // Shop.supplier.Ajax.Ajax_product public void Product_Batch_Price_Update() { if (!base.Power("supplier_product_batch_price", "批量调价")) { base.AjaxNoPower(); return; } string step = RequestTool.RequestString("step"); string dateFrom = RequestTool.RequestString("dateFrom"); string dateTo = RequestTool.RequestString("dateTo"); string Pro_Type_id = RequestTool.RequestString("Pro_Type_id"); int brand = RequestTool.RequestInt("brand", 0); int tag = RequestTool.RequestInt("tag", 0); int price_markettype = RequestTool.RequestInt("price_markettype", 0); int price_marketvalue = RequestTool.RequestInt("price_marketvalue", 0); int price_marketadd = RequestTool.RequestInt("price_marketadd", 0); int price_costtype = RequestTool.RequestInt("price_costtype", 0); int price_costvalue = RequestTool.RequestInt("price_costvalue", 0); int price_costadd = RequestTool.RequestInt("price_costadd", 0); int...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息