LebiShop商城系统最新版SQL注入一(同一文件多处)

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

### 简要描述: LebiShop商城系统最新版SQL注入一,同一文件多处,官方demo演示 ### 详细说明: LebiShop商城系统最新版V3.1.00,多处存在SQL注入漏洞,可拖库 更多案例: 使用关键字搜索:powered by LebiShop 可搜索大量使用用户 反编译/bin/shop.dll,在SHop.Ajax中的Ajax_order文件中存在多处SQL注入漏洞 [<img src="https://images.seebug.org/upload/201501/19160519715218cfabc4690d798c48ac7f36befb.png" alt="1.png" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201501/19160519715218cfabc4690d798c48ac7f36befb.png) SHop.Ajax.Ajax_order即根目录下的Ajax目录,Ajax_order文件 第一处SQL注入 我们来看看Ajax_order文件中的Address_Del方法: ``` // Shop.Ajax.Ajax_order public void Address_Del() { string id = RequestTool.RequestString("id"); if (id == "") { base.Response.Write("{\"msg\":\"" + base.Tag("请选择要删除的信息") + "\"}"); return; } B_Lebi_User_Address.Delete(string.Concat(new object[] { "User_id = ", this.CurrentUser.id, " and id in(", id, ")" })); if (B_Lebi_User_Address.GetModel(string.Concat(new object[] { "User_id = ", this.CurrentUser.id, " and id = ", this.CurrentUser.User_Address_id })) ==...

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