2022-05-17 07:45:41 +00:00
id : CVE-2018-17422
info :
2022-10-19 21:11:27 +00:00
name : dotCMS <5.0.2 - Open Redirect
2022-05-17 07:45:41 +00:00
author : 0x_Akoko,daffainfo
severity : medium
2022-05-17 07:54:44 +00:00
description : |
2022-10-19 21:11:27 +00:00
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.
2022-05-17 07:45:41 +00:00
reference :
- https://github.com/dotCMS/core/issues/15286
- https://www.cvedetails.com/cve/CVE-2018-17422
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-17422
2022-05-17 07:45:41 +00:00
classification :
2022-05-17 20:46:49 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-05-17 07:45:41 +00:00
cvss-score : 6.1
cve-id : CVE-2018-17422
cwe-id : CWE-601
metadata :
shodan-query : http.title:"dotCMS"
2022-05-17 20:46:49 +00:00
verified : "true"
2022-05-17 07:45:41 +00:00
tags : cve,cve2018,redirect,dotcms
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/html/common/forward_js.jsp?FORWARD_URL=http://www.interact.sh'
- '{{BaseURL}}/html/portlet/ext/common/page_preview_popup.jsp?hostname=interact.sh'
2022-05-17 07:45:41 +00:00
stop-at-first-match : true
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-06-06 10:40:15 +00:00
- "self.location = 'http://www.interact.sh'"
2022-05-17 07:54:20 +00:00
- type : status
status :
- 200
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/13