当前位置:WooYun >> 漏洞信息

漏洞概要 关注数(24) 关注此漏洞

缺陷编号:wooyun-2014-078467

漏洞标题:Doyo建站 SQL注入

相关厂商:wdoyo.com

漏洞作者: 小飞

提交时间:2014-10-11 18:20

修复时间:2015-01-09 18:22

公开时间:2015-01-09 18:22

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:20

漏洞状态:厂商已经确认

漏洞来源: http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2014-10-11: 细节已通知厂商并且等待厂商处理中
2014-10-11: 厂商已经确认,细节仅向厂商公开
2014-10-14: 细节向第三方安全合作伙伴开放
2014-12-05: 细节向核心白帽子及相关领域专家公开
2014-12-15: 细节向普通白帽子公开
2014-12-25: 细节向实习白帽子公开
2015-01-09: 细节向公众公开

简要描述:

由用户输入表名,未任何过滤

详细说明:

在source/pay.php下

function buymolds(){
$this->id=$this->syArgs('id');
$this->molds=$this->syArgs('molds',1);
if(!$this->id&&!$this->molds)message("a");
$this->info=syDB($this->molds)->find(array('id'=>$this->id,'isshow'=>1),null,'title,mgold,litpic');
if(!$this->info)message("指定购买内容不存在或未审核。");
if($this->syArgs('run')){
if($this->mymoney<$this->info['mgold'])message("您的余额不足,请先充值");
$row=array(
'type'=>4,
'uid'=>$this->my['id'],
'orderid'=>'',
'money'=>$this->info['mgold'],
'custom'=>'',
'payment'=>'',
'paymentno'=>'',
'molds'=>$this->molds,
'aid'=>$this->id,
'addtime'=>time(),
'auser'=>'',
);
$a=syClass('syaccount',array($row))->payment();
message($a['msg'],$a['url']);
}
$this->positions='<a href="'.$GLOBALS["WWW"].'">首页</a> &gt; 支付中心';
$this->display("pay/buy_molds.html");
}


可以看到表名是可控的
正常流程是这样的

]IZI_Y`QK76[6@BO~US]`(W.jpg


XI@TNM93D[FE53}K%[2037P.jpg


当molds=article evilcode#时

`NRPHZ~`QWQ89@GLEVPTS84.jpg


漏洞证明:

正常流程是这样的

]IZI_Y`QK76[6@BO~US]`(W.jpg


XI@TNM93D[FE53}K%[2037P.jpg


当molds=article evilcode#时

`NRPHZ~`QWQ89@GLEVPTS84.jpg

修复方案:

指定标段为好

版权声明:转载请注明来源 小飞@乌云


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:5

确认时间:2014-10-11 18:27

厂商回复:

感谢提出

最新状态:

暂无