30 lines
962 B
YAML
30 lines
962 B
YAML
|
id: CVE-2017-12138
|
||
|
|
||
|
info:
|
||
|
name: XOOPS Core 2.5.8 - Open Redirect
|
||
|
author: 0x_Akoko
|
||
|
severity: low
|
||
|
description: XOOPS Core 2.5.8 has a stored URL redirect bypass vulnerability in /modules/profile/index.php because of the URL filter.
|
||
|
reference:
|
||
|
- https://github.com/XOOPS/XoopsCore25/issues/523
|
||
|
- https://xoops.org
|
||
|
- https://www.cvedetails.com/cve/CVE-2017-12138
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||
|
cvss-score: 6.10
|
||
|
cve-id: CVE-2017-12138
|
||
|
cwe-id: CWE-601
|
||
|
tags: cve,cve2017,redirect,xoops
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/xoops/modules/profile/index.php?op=main&xoops_redirect=https:www.attacker.com'
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
part: header
|
||
|
regex:
|
||
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)attacker\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
|