Phpyun SQL注入两枚

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

### 简要描述: 20140811 ### 详细说明: 漏洞一: /member/model/com.class.php中 ``` function job(){ 。。。 570行if($_GET['del'] || is_array($_POST['checkboxid'])) { if(is_array($_POST['checkboxid'])){ $layer_type=1; $delid=$this->pylode(",",$_POST['checkboxid']); }else if($_GET['del']){ $layer_type=0; $delid=$_GET['del'];//GET的del没有过滤,传给delid } $rows=$this->obj->DB_select_all("company_job","`uid`='".$this->uid."' and `id` in (".$delid.")","`state`"); $nid=$this->obj->DB_delete_all("company_job","`uid`='".$this->uid."' and `id` in (".$delid.")"," "); echo $nid; $this->obj->DB_delete_all("company_job_link","`uid`='".$this->uid."' and `jobid` in (".$delid.")"," ");//上面三行都将delid直接带入 。。。 } function job_action(){ $this->job();//调用job函数 。。。 } ``` 漏洞二: 与漏洞一类似,/member/model/com.class.php中 ``` function delshow_action(){ $company_show=$this->obj->DB_select_all("company_show","`id` in (".$_POST['ids'].") and `uid`='".$this->uid."'","`picurl`"); if(is_array($company_show)&&$company_show){ foreach($company_show as...

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