-
Notifications
You must be signed in to change notification settings - Fork 0
/
Discuz_Wechat_Plugins_Unauth.json
83 lines (83 loc) · 3.28 KB
/
Discuz_Wechat_Plugins_Unauth.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
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"Name": "Discuz Wechat Plugins Unauth",
"Level": "2",
"Tags": [
"unauth"
],
"GobyQuery": "(app=\"Discuz\" | body=\"Powered by Discuz!\")",
"Description": "由Discuz论坛官方微信登录插件产生,攻击者可以利用该插件的漏洞绕过论坛的邮箱、手机号等各种验证非法创建论坛账号,通过该漏洞创建的论坛账号具备一般用户的所有权限,可以任意发帖回帖.",
"Product": "discuz",
"Homepage": "https://www.discuz.net/",
"Author": "aetkrad",
"Impact": "",
"Recommendation": "",
"References": [
"https://gitee.com/ComsenzDiscuz/DiscuzX/issues/IPRUI"
],
"HasExp": false,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/plugin.php?id=wechat:wechat&ac=wxregister",
"follow_redirect": false,
"header": null,
"data_type": "text",
"data": "",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "302",
"bz": ""
},
{
"type": "item",
"variable": "$head",
"operation": "contains",
"value": "wsq.discuz.com",
"bz": ""
},
{
"type": "item",
"variable": "$head",
"operation": "contains",
"value": "set-cookie",
"bz": ""
},
{
"type": "item",
"variable": "$head",
"operation": "contains",
"value": "auth",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "location",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"PostTime": "2021-11-17 13:52:51",
"GobyVersion": "1.8.302"
}