2022-07-16 00:37:16 +00:00
id : CVE-2015-4668
info :
name : Xsuite 2.4.4.5 - Open Redirect
author : 0x_Akoko
2022-07-18 08:18:24 +00:00
severity : medium
2022-07-18 08:04:10 +00:00
description : |
Open redirect vulnerability in Xsuite 2.4.4.5 and earlier allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the redirurl parameter.
2022-07-16 00:37:16 +00:00
reference :
- https://www.modzero.com/advisories/MZ-15-02-Xceedium-Xsuite.txt
2022-07-18 08:04:10 +00:00
- https://www.cvedetails.com/cve/CVE-2015-4668
2022-07-16 00:37:16 +00:00
- https://vuldb.com/?id.107082
2022-07-18 08:18:24 +00:00
- https://www.exploit-db.com/exploits/37708/
2022-07-16 00:37:16 +00:00
classification :
2022-07-18 08:18:24 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-07-16 00:37:16 +00:00
cvss-score : 6.1
cve-id : CVE-2015-4668
cwe-id : CWE-601
2022-08-27 04:41:18 +00:00
tags : cve,cve2015,redirect,xsuite,xceedium,edb
2022-07-16 00:37:16 +00:00
requests :
- method : GET
path :
2022-07-18 08:04:10 +00:00
- '{{BaseURL}}/openwin.php?redirurl=http://interact.sh'
2022-07-16 00:37:16 +00:00
matchers :
- type : regex
part : header
regex :
2022-07-18 08:04:10 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1