-
Notifications
You must be signed in to change notification settings - Fork 8
/
RuoYi_Druid_Unauthorized_access.json
60 lines (60 loc) · 2.32 KB
/
RuoYi_Druid_Unauthorized_access.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
{
"Name": "RuoYi Druid Unauthorized access",
"Level": "0",
"Tags": [
"Disclosure of Sensitive Information"
],
"GobyQuery": "app=\"ruoyi-System\"",
"Description": "If Druid is used in the management system, anonymous access is enabled by default, resulting in unauthorized access to sensitive information",
"Product": "RuoYi",
"Homepage": "https://gitee.com/y_project/RuoYi-Vue",
"Author": "PeiQi",
"Impact": "<p> resulting in unauthorized access to sensitive information<br></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/prod-api/druid/index.html",
"follow_redirect": false,
"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": "Druid Stat Index",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "View JSON API",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-20 23:13:54",
"GobyVersion": "1.8.258"
}