43 lines
1.7 KiB
YAML
43 lines
1.7 KiB
YAML
id: CVE-2015-4668
|
|
|
|
info:
|
|
name: Xsuite <=2.4.4.5 - Open Redirect
|
|
author: 0x_Akoko
|
|
severity: medium
|
|
description: |
|
|
Xsuite 2.4.4.5 and prior contains an open redirect vulnerability, which can allow a remote attacker to redirect users to arbitrary web sites and conduct phishing attacks via a malicious URL in the redirurl parameter.
|
|
remediation: |
|
|
Upgrade Xsuite to a version higher than 2.4.4.5 to mitigate the open redirect vulnerability.
|
|
reference:
|
|
- https://www.modzero.com/advisories/MZ-15-02-Xceedium-Xsuite.txt
|
|
- https://vuldb.com/?id.107082
|
|
- https://www.exploit-db.com/exploits/37708/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-4668
|
|
- https://support.ca.com/us/product-content/recommended-reading/security-notices/ca20180614-01--security-notice-for-ca-privileged-access-manager.html
|
|
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-2015-4668
|
|
cwe-id: CWE-601
|
|
epss-score: 0.00397
|
|
epss-percentile: 0.7056
|
|
cpe: cpe:2.3:a:xceedium:xsuite:2.3.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: xceedium
|
|
product: xsuite
|
|
tags: cve,cve2015,redirect,xsuite,xceedium,edb
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/openwin.php?redirurl=http://interact.sh'
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
|
|
|
|
# digest: 4b0a00483046022100e44e7818e9d52efa57e22d7c867d9480407b43f77566a32af26f79bf4b969b50022100d882d0650a29dbae550cb19ad20cea6fcbefb297098a1361b2422cc0b84948ba:922c64590222798bb761d5b6d8e72950
|