🔐 CVE Alert

CVE-2026-6203

MEDIUM 6.1

User Registration & Membership <= 5.1.4 - Unauthenticated Open Redirect via 'redirect_to_on_logout' Parameter

CVSS Score
6.1
EPSS Score
0.0%
EPSS Percentile
7th

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.

CWE CWE-601
Vendor wpeverest
Product user registration & membership – free & paid memberships, subscriptions, content restriction, user profile, custom user registration & login builder
Published Apr 13, 2026
Last Updated Apr 14, 2026
Stay Ahead of the Next One

Get instant alerts for wpeverest user registration & membership – free & paid memberships, subscriptions, content restriction, user profile, custom user registration & login builder

Be the first to know when new medium vulnerabilities affecting wpeverest user registration & membership – free & paid memberships, subscriptions, content restriction, user profile, custom user registration & login builder are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

wpeverest / User Registration & Membership – Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder
0 ≤ 5.1.4

References

NVD ↗ CVE.org ↗ EPSS Data ↗
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/020bed37-9544-49b7-941d-3b7f509fdfdf?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/user-registration/trunk/includes/functions-ur-template.php#L39 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/user-registration/tags/5.1.4/includes/functions-ur-template.php#L39

Credits

Anthony Cihan