2021-10-06 05:29:48 +00:00
id : ultimatemember-open-redirect
2021-10-05 23:49:24 +00:00
info :
2022-10-19 21:11:27 +00:00
name : WordPress Ultimate Member <2.1.7 - Open Redirect
2021-10-05 23:49:24 +00:00
author : 0x_Akoko
severity : medium
2022-10-19 21:11:27 +00:00
description : WordPress Ultimate Member plugin before 2.1.7 contains an open redirect vulnerability on the registration and login pages via the "redirect_to" GET parameter. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
remediation : Fixed in 2.1.7.
2022-04-22 10:38:41 +00:00
reference :
- https://wpscan.com/vulnerability/97823f41-7614-420e-81b8-9e735e4c203f
2022-10-19 21:11:27 +00:00
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.1
cwe-id : CWE-601
2022-08-27 04:41:18 +00:00
tags : wp-plugin,redirect,wordpress,wpscan
2021-10-05 23:49:24 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/register/?redirect_to=https://interact.sh/"
2021-10-05 23:49:24 +00:00
matchers :
- type : regex
regex :
2022-06-06 10:40:15 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
2021-10-05 23:49:24 +00:00
part : header
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/18