phpyun人才系(2015-02-03)Sql注入2枚(可删除任意简历)

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

### 简要描述: phpyun人才系(2015-02-03)Sql注入2枚(可删除任意简历) 无法绕过waf,也就获取不了敏感信息。 ### 详细说明: 代码 /wap/member/model/index.class.php ``` function addresume_action()//复制的较长,可直接略过。 { if($this->config['user_enforce_identitycert']=="1") { $row=$this->obj->DB_select_once("resume","`idcard_pic`<>'' and `uid`='".$this->uid."'"); if($row['idcard_status']!="1") { $data['msg']='请先登录电脑客户端完成身份认证!'; $data['url']='index.php'; } } if($_GET['type']&&intval($_GET['id'])){ $nid=$this->obj->DB_delete_all("resume_".$_GET['type'],"`eid`='".(int)$_GET['eid']."' and `id`='".(int)$_GET['id']."' and `uid`='".$this->uid."'"); if($nid) { $url=$_GET['type']; $this->obj->DB_update_all("user_resume","`$url`=`$url`-1","`eid`='".(int)$_GET['eid']."' and `uid`='".$this->uid."'"); $resume_row=$this->obj->DB_select_once("user_resume","`eid`='".(int)$_GET['eid']."'"); $this->obj->complete($resume_row); $data['msg']='删除成功!'; }else{ $data['msg']='删除失败!'; } $data['url']='index.php?c=addresume&eid='.(int)$_GET['eid']; }...

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