CVE-2026-1321: CWE-862 Missing Authorization in stellarwp Membership Plugin – Restrict Content
The Membership Plugin – Restrict Content plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 3.2.20. This is due to the `rcp_setup_registration_init()` function accepting any membership level ID via the `rcp_level` POST parameter without validating that the level is active or that payment is required. Combined with the `add_user_role()` method which assigns the WordPress role configured on the membership level without status checks, this makes it possible for unauthenticated attackers to register with any membership level, including inactive levels that grant privileged WordPress roles such as Administrator, or paid levels that charge a sign-up fee. The vulnerability was partially patched in version 3.2.18.
AI Analysis
Technical Summary
The Membership Plugin – Restrict Content for WordPress suffers from a missing authorization vulnerability classified as CWE-862. Specifically, the function rcp_setup_registration_init() processes the rcp_level POST parameter, which specifies the membership level during user registration. However, it fails to verify whether the provided membership level ID is active or requires payment. This oversight allows attackers to specify any membership level, including inactive or paid ones, during registration. Subsequently, the add_user_role() method assigns the WordPress role linked to that membership level without validating the membership status. As a result, unauthenticated attackers can escalate privileges by registering accounts with elevated roles such as Administrator. The vulnerability affects all plugin versions up to and including 3.2.20, with a partial patch introduced in 3.2.18 that does not fully remediate the issue. The CVSS 3.1 score of 8.1 reflects a network attack vector with high impact on confidentiality, integrity, and availability, requiring no privileges or user interaction. Although no public exploits are reported, the flaw presents a critical risk for WordPress sites using this plugin, potentially leading to complete site takeover.
Potential Impact
This vulnerability enables unauthenticated attackers to gain unauthorized administrative or other privileged access to WordPress sites using the Membership Plugin – Restrict Content. The impact includes full compromise of site confidentiality, integrity, and availability. Attackers can manipulate site content, steal sensitive data, install backdoors, or disrupt services. Since WordPress powers a significant portion of the web, many organizations relying on this plugin for membership management are at risk. The ability to bypass payment requirements also undermines business models relying on paid memberships. The vulnerability's ease of exploitation and the critical roles that can be assigned make it a severe threat to organizations of all sizes, especially those with sensitive or high-value content. The absence of known exploits in the wild provides a window for remediation but should not reduce urgency.
Mitigation Recommendations
Organizations should immediately update the Membership Plugin – Restrict Content to a version beyond 3.2.20 once a full patch is released. Until then, administrators should implement strict input validation on the rcp_level parameter to ensure only active and authorized membership levels are accepted during registration. Applying web application firewall (WAF) rules to block suspicious POST requests targeting the rcp_level parameter can reduce attack surface. Restricting registration capabilities or disabling self-registration temporarily may be necessary for high-risk environments. Monitoring user registrations for anomalous privilege assignments and auditing membership level configurations can help detect exploitation attempts. Additionally, enforcing the principle of least privilege on WordPress roles and regularly reviewing user accounts will limit potential damage. Coordinating with the plugin vendor for timely patches and following security advisories is critical.
Affected Countries
United States, United Kingdom, Germany, Canada, Australia, France, Netherlands, India, Brazil, Japan, South Korea
CVE-2026-1321: CWE-862 Missing Authorization in stellarwp Membership Plugin – Restrict Content
Description
The Membership Plugin – Restrict Content plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 3.2.20. This is due to the `rcp_setup_registration_init()` function accepting any membership level ID via the `rcp_level` POST parameter without validating that the level is active or that payment is required. Combined with the `add_user_role()` method which assigns the WordPress role configured on the membership level without status checks, this makes it possible for unauthenticated attackers to register with any membership level, including inactive levels that grant privileged WordPress roles such as Administrator, or paid levels that charge a sign-up fee. The vulnerability was partially patched in version 3.2.18.
AI-Powered Analysis
Technical Analysis
The Membership Plugin – Restrict Content for WordPress suffers from a missing authorization vulnerability classified as CWE-862. Specifically, the function rcp_setup_registration_init() processes the rcp_level POST parameter, which specifies the membership level during user registration. However, it fails to verify whether the provided membership level ID is active or requires payment. This oversight allows attackers to specify any membership level, including inactive or paid ones, during registration. Subsequently, the add_user_role() method assigns the WordPress role linked to that membership level without validating the membership status. As a result, unauthenticated attackers can escalate privileges by registering accounts with elevated roles such as Administrator. The vulnerability affects all plugin versions up to and including 3.2.20, with a partial patch introduced in 3.2.18 that does not fully remediate the issue. The CVSS 3.1 score of 8.1 reflects a network attack vector with high impact on confidentiality, integrity, and availability, requiring no privileges or user interaction. Although no public exploits are reported, the flaw presents a critical risk for WordPress sites using this plugin, potentially leading to complete site takeover.
Potential Impact
This vulnerability enables unauthenticated attackers to gain unauthorized administrative or other privileged access to WordPress sites using the Membership Plugin – Restrict Content. The impact includes full compromise of site confidentiality, integrity, and availability. Attackers can manipulate site content, steal sensitive data, install backdoors, or disrupt services. Since WordPress powers a significant portion of the web, many organizations relying on this plugin for membership management are at risk. The ability to bypass payment requirements also undermines business models relying on paid memberships. The vulnerability's ease of exploitation and the critical roles that can be assigned make it a severe threat to organizations of all sizes, especially those with sensitive or high-value content. The absence of known exploits in the wild provides a window for remediation but should not reduce urgency.
Mitigation Recommendations
Organizations should immediately update the Membership Plugin – Restrict Content to a version beyond 3.2.20 once a full patch is released. Until then, administrators should implement strict input validation on the rcp_level parameter to ensure only active and authorized membership levels are accepted during registration. Applying web application firewall (WAF) rules to block suspicious POST requests targeting the rcp_level parameter can reduce attack surface. Restricting registration capabilities or disabling self-registration temporarily may be necessary for high-risk environments. Monitoring user registrations for anomalous privilege assignments and auditing membership level configurations can help detect exploitation attempts. Additionally, enforcing the principle of least privilege on WordPress roles and regularly reviewing user accounts will limit potential damage. Coordinating with the plugin vendor for timely patches and following security advisories is critical.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-01-22T01:21:39.470Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69a931c0d1a09e29cbf198c1
Added to database: 3/5/2026, 7:33:20 AM
Last enriched: 3/5/2026, 7:47:33 AM
Last updated: 3/5/2026, 2:38:02 PM
Views: 9
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-3598: CWE-327 Use of a Broken or Risky Cryptographic Algorithm in rustdesk-server-pro RustDesk Server Pro
HighCVE-2026-27750: CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition in Gen Digital Inc. Avira Internet Security
HighCVE-2026-27749: CWE-502 Deserialization of Untrusted Data in Gen Digital Inc. Avira Internet Security
HighCVE-2026-27748: CWE-59 Improper Link Resolution Before File Access ('Link Following') in Gen Digital Inc. Avira Internet Security
HighCVE-2026-1720: CWE-862 Missing Authorization in wpxpo WowOptin: Next-Gen Popup Maker – Create Stunning Popups and Optins for Lead Generation
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.