phpyun v3.2 (20141226) 两处注入。

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

### 简要描述: 最近更新日期(2014-12-26) 又更新了, 麻烦别再给5rank了 20走起可好。 一处是新的 一处算是绕过补丁了。 之前还有一两个没打补丁哦 加快速度把。 ### 详细说明: 第一处 新发现的在兑换奖品的时候 在model/redeem.class.php中 ``` function dh_action(){ $this->public_action(); if(!$this->uid && !$this->username) { $this->obj->ACT_layer_msg("您还没有登录,请先登录!",8,$_SERVER['HTTP_REFERER']); } if($_POST['submit']){ if(!$_POST['password']){ $this->obj->ACT_layer_msg("密码不能为空!",8,$_SERVER['HTTP_REFERER']); } if(!$_POST['linkman'] || !$_POST['linktel'] ){ $this->obj->ACT_layer_msg("联系人或联系电话不能为空!",8,$_SERVER['HTTP_REFERER']); } $info=$this->obj->DB_select_once("member","`uid`='".$this->uid."'","`password`,`salt`"); $passwrod=md5(md5($_POST['password']).$info['salt']); if($info['password']!=$passwrod){ $this->obj->ACT_layer_msg("密码不正确!",8,$_SERVER['HTTP_REFERER']); } if(!$this->uid && !$this->username){ $this->obj->ACT_layer_msg("您还没有登录,请先登录!",8,$_SERVER['HTTP_REFERER']); }else{ if($_POST['num']<1){ $this->obj->ACT_layer_msg("请填写正确的数量!",8,$_SERVER['HTTP_REFERER']); }else{...

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