2 matches found
shopex the latest version front an unexpected SQL injection vulnerability-vulnerability warning-the black bar safety net
shopex code The core of the place to do the encryption process, to find loopholes just need a little imagination, such as thisSQL injection... Exists in the user registrycan't think of the location? /core/shop/controller/ctl.passport.php 2 6 7 row if !$ info = $account-create$POST,$message ... 2...
shopex最新版前台一处想不到的SQL注入
简要描述: shopex代码核心的地方都做了加密处理,找漏洞就需要一点想象空间了,比如这个SQL注入... 详细说明: 存在于用户注册想不到的位置吧? 1. /core/shop/controller/ctl.passport.php 267行 if !$info = $account-create$POST,$message ... 2.看到1,想到有没有可能$account-create是foreach $POST构造sql语句的呐? 3.看数据表结构: 果断提交时$POST里加入memberid测试其实测试时我还试了mobile等,嘿,只捡有用的字段说,然后就有了下图: 漏洞证明:...