CVE-2026-1321
Plain English Summary
AI-powered analysis for quick understanding
This vulnerability allows attackers to register for any membership level on a WordPress site, including those that should be inactive or require payment, potentially giving them high-level access like Administrator privileges. The attacker does not need to be logged in, making it easy for them to exploit this flaw if the site is using an affected version of the Membership Plugin.
Technical 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.
CVSS Vector Analysis
Vector String
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:HExploit Resources
Search for proof-of-concept code and exploit modules
Official References
Quick Information
Published
Mar 5, 2026
about 1 month ago
Last Modified
Mar 5, 2026
about 1 month ago