Skip to main content

User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder

6 CVEs product

Monthly

CVE-2026-1869 Jun 26, 07:54 MEDIUM This Month

Payment bypass in WPEverest's User Registration & Membership WordPress plugin (versions up to and including 5.2.0) allows unauthenticated remote attackers to activate paid memberships without completing payment. The vulnerability stems from missing authorization checks in the confirm_payment() function (CWE-862), which fails to validate that a legitimate payment transaction occurred before granting membership access. No public exploit or CISA KEV listing has been identified at time of analysis, but the attack is low-complexity and requires no authentication, making it trivially reachable by any internet-connected adversary.

WordPress Authentication Bypass User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder Wordpress Plugin Wpeverest
NVD
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-7651 May 28, 06:45 MEDIUM This Month

Insecure Direct Object Reference in WPEverest's User Registration & Membership WordPress plugin (all versions through 5.1.5) allows deletion of arbitrary media attachments by exploiting missing ownership validation on user-controlled attachment IDs. Authenticated users at subscriber level or above can permanently destroy any media file uploaded by any other user, including administrators, by submitting a crafted attachment ID to the plugin's frontend handler. No public exploit has been identified at time of analysis, and this is not listed in CISA KEV; however, the low barrier to exploitation - any registered site user qualifies - elevates practical risk on membership-driven WordPress sites.

WordPress Authentication Bypass User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder Wordpress Plugin Wpeverest
NVD
CVSS 3.1
5.3
EPSS
0.0%
CVE-2026-3601 May 05, 08:27 MEDIUM This Month

The User Registration & Membership plugin for WordPress versions up to 5.1.4 allows authenticated attackers with Contributor-level access to append shortcode content to arbitrary pages without authorization due to a missing capability check in the embed_form_action() AJAX function. This enables privilege escalation where lower-privileged users can inject content into posts and pages owned by other users or administrators, potentially defacing sites or injecting malicious content.

WordPress Authentication Bypass User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder Wordpress Plugin Wpeverest
NVD
CVSS 3.1
4.3
EPSS
0.0%
CVE-2026-6203 Apr 13, 22:25 MEDIUM POC This Month

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.

WordPress Open Redirect User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder Wordpress Plugin Wpeverest
NVD GitHub
CVSS 3.1
6.1
EPSS
0.0%
CVE-2026-1865 Apr 08, 11:16 MEDIUM This Month

SQL Injection in User Registration & Membership plugin for WordPress (versions up to 5.1.2) allows authenticated Subscriber-level attackers to extract sensitive database information via unsanitized 'membership_ids[]' parameter. The vulnerability stems from insufficient escaping and lack of prepared statements in SQL query construction, enabling attackers to append arbitrary SQL commands to existing queries. No public exploit code or active exploitation has been identified at the time of analysis.

WordPress SQLi User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder Wordpress Plugin Wpeverest
NVD
CVSS 3.1
6.5
EPSS
0.0%
CVE-2026-4056 Mar 23, 23:25 MEDIUM This Month

The User Registration & Membership plugin for WordPress contains an insufficient capability check vulnerability in its Content Access Rules REST API endpoints, allowing authenticated contributors and above to bypass intended administrative restrictions. Versions 5.0.1 through 5.1.4 are affected, enabling attackers to list, create, modify, toggle, duplicate, and delete site-wide content restriction rules, potentially exposing restricted content or denying legitimate user access. The vulnerability has a CVSS score of 5.4 with low attack complexity and low privilege requirements, making it readily exploitable by any authenticated user with contributor-level access or higher.

WordPress Authentication Bypass User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder Wordpress Plugin Wpeverest
NVD VulDB
CVSS 3.1
5.4
EPSS
0.0%
EPSS 0% CVSS 6.5
MEDIUM This Month

Payment bypass in WPEverest's User Registration & Membership WordPress plugin (versions up to and including 5.2.0) allows unauthenticated remote attackers to activate paid memberships without completing payment. The vulnerability stems from missing authorization checks in the confirm_payment() function (CWE-862), which fails to validate that a legitimate payment transaction occurred before granting membership access. No public exploit or CISA KEV listing has been identified at time of analysis, but the attack is low-complexity and requires no authentication, making it trivially reachable by any internet-connected adversary.

WordPress Authentication Bypass User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder +2
NVD
EPSS 0% CVSS 5.3
MEDIUM This Month

Insecure Direct Object Reference in WPEverest's User Registration & Membership WordPress plugin (all versions through 5.1.5) allows deletion of arbitrary media attachments by exploiting missing ownership validation on user-controlled attachment IDs. Authenticated users at subscriber level or above can permanently destroy any media file uploaded by any other user, including administrators, by submitting a crafted attachment ID to the plugin's frontend handler. No public exploit has been identified at time of analysis, and this is not listed in CISA KEV; however, the low barrier to exploitation - any registered site user qualifies - elevates practical risk on membership-driven WordPress sites.

WordPress Authentication Bypass User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder +2
NVD
EPSS 0% CVSS 4.3
MEDIUM This Month

The User Registration & Membership plugin for WordPress versions up to 5.1.4 allows authenticated attackers with Contributor-level access to append shortcode content to arbitrary pages without authorization due to a missing capability check in the embed_form_action() AJAX function. This enables privilege escalation where lower-privileged users can inject content into posts and pages owned by other users or administrators, potentially defacing sites or injecting malicious content.

WordPress Authentication Bypass User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder +2
NVD
EPSS 0% CVSS 6.1
MEDIUM POC This Month

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.

WordPress Open Redirect User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder +2
NVD GitHub
EPSS 0% CVSS 6.5
MEDIUM This Month

SQL Injection in User Registration & Membership plugin for WordPress (versions up to 5.1.2) allows authenticated Subscriber-level attackers to extract sensitive database information via unsanitized 'membership_ids[]' parameter. The vulnerability stems from insufficient escaping and lack of prepared statements in SQL query construction, enabling attackers to append arbitrary SQL commands to existing queries. No public exploit code or active exploitation has been identified at the time of analysis.

WordPress SQLi User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder +2
NVD
EPSS 0% CVSS 5.4
MEDIUM This Month

The User Registration & Membership plugin for WordPress contains an insufficient capability check vulnerability in its Content Access Rules REST API endpoints, allowing authenticated contributors and above to bypass intended administrative restrictions. Versions 5.0.1 through 5.1.4 are affected, enabling attackers to list, create, modify, toggle, duplicate, and delete site-wide content restriction rules, potentially exposing restricted content or denying legitimate user access. The vulnerability has a CVSS score of 5.4 with low attack complexity and low privilege requirements, making it readily exploitable by any authenticated user with contributor-level access or higher.

WordPress Authentication Bypass User Registration Membership Free Paid Memberships Subscriptions Content Restriction User Profile Custom User Registration Login Builder +2
NVD VulDB

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