Skip to main content

User Registration & Membership CVE-2026-6203

| EUVDEUVD-2026-22135 MEDIUM
URL Redirection to Untrusted Site (Open Redirect) (CWE-601)
2026-04-13 Wordfence GHSA-2vmw-qjp2-rr96
6.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.1 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
vuln.today AI
6.1 MEDIUM

Network-exploitable with no privileges; UI:R because victim must click crafted link; S:C reflects cross-domain redirect; C:L/I:L captures phishing facilitation; A:N as no availability impact exists.

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:L/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

3
Analysis Generated
Jul 24, 2026 - 07:48 vuln.today
EUVD ID Assigned
Apr 13, 2026 - 22:45 euvd
EUVD-2026-22135
CVE Published
Apr 13, 2026 - 22:25 nvd
MEDIUM 6.1

DescriptionCVE.org

The User Registration & Membership plugin for WordPress is vulnerable to Open Redirect in versions up to and including 5.1.4. This is due to insufficient validation of user-supplied URLs passed via the 'redirect_to_on_logout' GET parameter before redirecting users. The redirect_to_on_logout GET parameter is passed directly to WordPress's wp_redirect() function instead of the domain-restricted wp_safe_redirect(). While esc_url_raw() is applied to sanitize malformed URLs, it does not restrict the redirect destination to the local domain, allowing an attacker to craft a specially formed link that redirects users to potentially malicious external URLs after logout, which could be used to facilitate phishing attacks.

AnalysisAI

Open redirect in the WPEverest User Registration & Membership WordPress plugin (versions ≤5.1.4) enables attackers to abuse the logout flow as a phishing vector by supplying an arbitrary external URL via the redirect_to_on_logout GET parameter. The plugin passes this parameter directly to WordPress's unrestricted wp_redirect() instead of the domain-enforcing wp_safe_redirect(), and the esc_url_raw() sanitization applied only strips malformed URL syntax - it imposes no domain allowlist. A publicly available POC demonstrates the redirect behavior; however, EPSS is very low (0.03%, 7th percentile) and CISA SSVC rates exploitation as 'none' with non-automatable impact, indicating no observed mass exploitation at time of analysis.

Technical ContextAI

This is a CWE-601 (URL Redirection to Untrusted Site) flaw rooted in WordPress's dual redirect API: wp_safe_redirect() validates the destination against an allowlist of permitted hosts (defaulting to the local site), while wp_redirect() performs no domain restriction. The plugin's includes/functions-ur-template.php (line 39, confirmed in both the tagged 5.1.4 source and the trunk branch via Trac references) calls wp_redirect() with the redirect_to_on_logout GET parameter after applying only esc_url_raw(), which is designed to produce a safe URL string for database or header use - not to enforce same-origin constraints. A well-formed HTTPS URL to an attacker-controlled domain therefore passes through unmodified. The affected CPE is cpe:2.3:a:wpeverest:user_registration_&_membership_... covering all versions from 0 through 5.1.4, as confirmed by NVD and EUVD (EUVD-2026-22135).

RemediationAI

The definitive fix requires updating the User Registration & Membership plugin to a version beyond 5.1.4 once WPEverest releases a patched build - no specific patched version number has been confirmed in available data at time of analysis. The upstream code change needed is replacing the wp_redirect() call with wp_safe_redirect() in includes/functions-ur-template.php line 39; security teams can verify the fix is present by inspecting this file in any candidate update. If immediate upgrade is not possible, administrators can implement a WAF rule to strip or reject requests containing external hostnames in the redirect_to_on_logout parameter - this has no impact on normal logout flows since the parameter is only meaningful for post-logout redirection. The Wordfence security plugin (free tier) may also provide a virtual patch for this specific parameter. Disabling the logout redirect feature entirely via plugin settings, if the option exists, eliminates the attack surface with no functional impact for most deployments.

CVE-2017-1000117 HIGH POC
8.8 Oct 05

A malicious third-party can give a crafted "ssh://..." URL to an unsuspecting victim, and an attempt to visit the URL ca

CVE-2024-52875 HIGH POC
8.8 Jan 31

GFI Kerio Control versions 9.2.5 through 9.4.5 contain an HTTP response splitting vulnerability in the dest parameter of

CVE-2016-5385 HIGH POC
8.1 Jul 19

PHP through 7.0.8 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect

CVE-2013-2248 MEDIUM POC
5.8 Jul 20

Multiple open redirect vulnerabilities in Apache Struts 2.0.0 through 2.3.15 allow remote attackers to redirect users to

CVE-2012-6499 MEDIUM POC
5.8 Jan 12

Open redirect vulnerability in age-verification.php in the Age Verification plugin 0.4 and earlier for WordPress allows

CVE-2015-2863 MEDIUM POC
4.3 Jul 20

Open redirect vulnerability in Kaseya Virtual System Administrator (VSA) 7.x before 7.0.0.29, 8.x before 8.0.0.18, 9.0 b

CVE-2017-3528 MEDIUM POC
5.4 Apr 24

Vulnerability in the Oracle Applications Framework component of Oracle E-Business Suite (subcomponent: Popup windows (li

CVE-2012-0518 MEDIUM
4.7 Oct 16

Unspecified vulnerability in the Oracle Application Server Single Sign-On component in Oracle Fusion Middleware 10.1.4.3

CVE-2024-21641 MEDIUM POC
6.5 Jan 05

Flarum is open source discussion platform software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exp

CVE-2015-5354 MEDIUM POC
5.8 Jul 01

Open redirect vulnerability in Novius OS 5.0.1 (Elche) allows remote attackers to redirect users to arbitrary web sites

CVE-2015-5461 MEDIUM POC
6.4 Jul 08

Open redirect vulnerability in the Redirect function in stageshow_redirect.php in the StageShow plugin before 5.0.9 for

CVE-2024-22891 CRITICAL POC
9.8 Mar 01

Nteract v.0.28.0 was discovered to contain a remote code execution (RCE) vulnerability via the Markdown link. Rated crit

Share

CVE-2026-6203 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy