2023-03-31 11:28:24 +00:00
id : CVE-2023-0552
info :
2023-04-14 15:33:23 +00:00
name : WordPress Pie Register <3.8.2.3 - Open Redirect
2023-03-31 11:28:24 +00:00
author : r3Y3r53
severity : medium
description : |
2023-04-14 15:33:23 +00:00
WordPress Pie Register plugin before 3.8.2.3 contains an open redirect vulnerability. The plugin does not properly validate the redirection URL when logging in and login out. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2023-03-31 11:28:24 +00:00
reference :
- https://wpscan.com/vulnerability/832c6155-a413-4641-849c-b98ba55e8551
- https://nvd.nist.gov/vuln/detail/CVE-2023-0552
2023-03-31 16:11:22 +00:00
remediation : |
2023-04-14 15:33:23 +00:00
Fixed in version 3.8.2.3.
2023-03-31 11:28:24 +00:00
classification :
2023-03-31 16:11:22 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score : 5.4
2023-03-31 11:28:24 +00:00
cve-id : CVE-2023-0552
2023-03-31 16:11:22 +00:00
cwe-id : CWE-601
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:genetechsolutions:pie_register:*:*:*:*:*:*:*:*
epss-score : 0.00078
2023-03-31 11:28:24 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-03-31 11:28:24 +00:00
verified : "true"
2023-03-31 16:11:22 +00:00
tags : cve2023,redirect,pie,pie-register,wpscan,cve
2023-03-31 11:28:24 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-03-31 11:28:24 +00:00
- method : GET
path :
- "{{BaseURL}}/wp-admin?piereg_logout_url=true&redirect_to=https://oast.me"
redirects : true
matchers :
- type : regex
part : header
regex :
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)oast\.me.*$'
2023-04-14 15:33:23 +00:00
# Enhanced by md on 2023/04/14