Goby/json/Apache_CouchDB_Unauth.json

113 lines
4.3 KiB
JSON

{
"Name": "Apache CouchDB Unauth",
"Level": "3",
"Tags": [
"unauth"
],
"GobyQuery": "app=\"APACHE-CouchDB\"",
"Description": "Apache CouchDB™ lets you access your data where you need it. The Couch Replication Protocol is implemented in a variety of projects and products that span every imaginable computing environment from globally distributed server-clusters, over mobile phones to web browsers.",
"Product": "APACHE-CouchDB",
"Homepage": "http://couchdb.apache.org/",
"Author": "",
"Impact": "Allows remote attackers to execute arbitrary code.",
"Recommendation": "",
"References": [
"https://www.seebug.org/vuldb/ssvid-91597"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/_config",
"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": "httpd_design_handlers",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "external_manager",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "replicator_manager",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"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"
}