phpyun_v4.0.0625最新版注入(可获取部分数据)

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

### 简要描述: RT ### 详细说明: 出现在wap\member\model\index.class.php中 ``` function rinfo_action(){ 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->complete($resume_row); $data['msg']='删除成功!'; }else{ $data['msg']='删除失败!'; } $data['url']="index.php?c=rinfo&eid=".(int)$_GET['eid']."&type=".$_GET['type']; $this->yunset("layer",$data); } $this->rightinfo(); $this->yunset($this->MODEL('cache')->GetCache(array('city','user','hy','job'))); $rows=$this->obj->DB_select_all("resume_".$_GET['type'],"`eid`='".(int)$_GET['eid']."' and `uid`='".$this->uid."'"); $this->yunset("rows",$rows); $this->yunset("type",$_GET['type']);...

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