LebiShop系统sql注入四(四处注入)

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

### 简要描述: LebiShop商城系统最新版SQL注入 四处 demo站点测试成功 ### 详细说明: 注入一 二 主要漏洞代码一样 ``` http://demo.lebi.cn/onlinepay/95epay/PayNotify.aspx http://demo.lebi.cn/onlinepay/95epay/PayResult.aspx ``` 共同源码如下 ``` protected void Page_Load(object sender, EventArgs e) { this.MerNo = HttpContext.Current.Request.Params["MerNo"].ToString(); this.BillNo = HttpContext.Current.Request.Params["BillNo"].ToString(); //没处理 this.Amount = HttpContext.Current.Request.Params["Amount"].ToString(); this.Succeed = HttpContext.Current.Request.Params["Succeed"].ToString(); this.Result = HttpContext.Current.Request.Params["Result"].ToString(); this.MD5info = HttpContext.Current.Request.Params["MD5info"].ToString(); this.MerRemark = HttpContext.Current.Request.Params["MerRemark"].ToString(); Lebi_OnlinePay onlinePay = Money.GetOnlinePay(this.BillNo); //跟进 if (onlinePay == null) { base.Response.Write("系统错误"); base.Response.End(); } ..... public static Lebi_OnlinePay GetOnlinePay(string code) { return...

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