45 lines
1.9 KiB
YAML
45 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
|
|
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.45579
|
|
cpe: cpe:2.3:a:dotcms:dotcms:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: dotcms
|
|
product: dotcms
|
|
shodan-query: http.title:"dotCMS"
|
|
tags: cve,cve2018,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: 490a0046304402207fff7a89a291c247ce3e33712e522aaf653c4789d54404d0ab3e15212a5abdb402202536232c184bf37c893b6f45d63519126783206d7e46d26f85e1a8f8322ea575:922c64590222798bb761d5b6d8e72950 |