46 lines
1.9 KiB
YAML
46 lines
1.9 KiB
YAML
id: CVE-2018-17422
|
|
|
|
info:
|
|
name: DotCMS < 5.0.2 - Open Redirect
|
|
author: 0x_Akoko,daffainfo
|
|
severity: medium
|
|
description: |
|
|
dotCMS before 5.0.2 contains multiple open redirect vulnerabilities via the html/common/forward_js.jsp FORWARD_URL parameter or the html/portlet/ext/common/page_preview_popup.jsp hostname parameter. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
|
|
impact: |
|
|
An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks or the installation of malware.
|
|
remediation: |
|
|
Upgrade to a version of DotCMS that is higher than 5.0.2 to mitigate the open redirect vulnerability.
|
|
reference:
|
|
- https://github.com/dotCMS/core/issues/15286
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-17422
|
|
- https://github.com/ARPSyndicate/kenzer-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-2018-17422
|
|
cwe-id: CWE-601
|
|
epss-score: 0.00118
|
|
epss-percentile: 0.44971
|
|
cpe: cpe:2.3:a:dotcms:dotcms:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: dotcms
|
|
product: dotcms
|
|
shodan-query: http.title:"dotCMS"
|
|
tags: cve2018,cve,redirect,dotcms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/html/common/forward_js.jsp?FORWARD_URL=http://evil.com'
|
|
- '{{BaseURL}}/html/portlet/ext/common/page_preview_popup.jsp?hostname=evil.com'
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "self.location = 'http://evil.com'"
|
|
- "location.href = 'http\\x3a\\x2f\\x2fwww\\x2eevil\\x2ecom'"
|
|
# digest: 4b0a0048304602210099d1b452858f01c40dc313e91ab643b9042414e99cbbd467980dc0179336a354022100daa4d496f81e5da9f333b469091292eced2f7a797674176b4a8e94d348ebfb32:922c64590222798bb761d5b6d8e72950 |