CVE-2026-11965: User Registration & Membership WordPress Plugin Payment Bypass Vulnerability
A flaw in the User Registration & Membership WordPress plugin before version 5.2.0 allows anyone to sign up for a paid membership subscription without actually paying for it. After self-registering through the plugin's open registration feature, attackers can activate any paid plan and immediately access restricted content—bypassing the payment requirement entirely.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
- Weaknesses (CWE)
- —
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-07-02 / 2026-07-02
NVD description (verbatim)
The User Registration & Membership WordPress plugin before 5.2.0 does not enforce payment completion before activating a paid membership subscription, allowing unauthenticated users (after self-registering an account through the open registration flow) to obtain an active subscription on any paid plan without paying and access the gated content.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-11965 is a business logic vulnerability in the User Registration & Membership plugin that fails to enforce payment completion before subscription activation. The plugin's registration flow does not validate that payment has been successfully processed before marking a paid membership as active. An unauthenticated user can self-register, select a paid plan, and gain immediate access to gated content without completing payment. The vulnerability stems from inadequate state validation between the payment initiation and subscription activation stages, allowing the authorization check to be bypassed or skipped.
Business impact
This vulnerability directly undermines the plugin's core revenue model. Organizations using this plugin to monetize content or services via paid memberships face immediate revenue leakage—subscribers obtain full access without paying. The scope of impact scales with subscription usage; a site with hundreds of paid members could lose significant recurring revenue if attackers exploit this at scale. Additionally, organizations risk reputational damage, potential chargebacks, and disputes with legitimate customers who question why payment controls are ineffective.
Affected systems
The User Registration & Membership WordPress plugin is affected in all versions before 5.2.0. Any WordPress installation running this plugin at a vulnerable version is at risk. Sites offering paid membership tiers, course access, or gated content through this plugin should be prioritized for patching. The vulnerability is accessible to anyone on the internet and does not require authentication or special network access.
Exploitability
Exploitability is straightforward and requires minimal skill. An attacker simply uses the plugin's public registration form to create an account, selects a paid membership tier during signup, and skips or bypasses the payment step to gain immediate access. No complex attack chains, social engineering, or privilege escalation are needed. The attack surface is the public-facing registration page available to unauthenticated users. The CVSS 3.1 score of 6.5 (Medium) reflects low attack complexity, no authentication requirement, and network accessibility; severity is capped at Medium because confidentiality and integrity impact are limited (access to gated content rather than system compromise), and availability is not affected.
Remediation
Update the User Registration & Membership plugin to version 5.2.0 or later, which enforces payment completion before subscription activation. Verify the update against the vendor advisory to confirm the patch version. After upgrading, test the registration and payment flow to ensure paid memberships now require successful payment before access is granted. For sites unable to patch immediately, consider disabling open self-registration or restricting paid membership features until the fix is deployed.
Patch guidance
Upgrade to User Registration & Membership plugin version 5.2.0 or later. WordPress administrators should navigate to the Plugins page, locate the plugin, and apply the update. Test the paid membership workflow in a staging environment before deploying to production to verify payment gates are enforced. After patching, audit active subscriptions created during the vulnerability window to identify any unpaid accounts; consider contacting users or revoking unauthorized access if appropriate.
Detection guidance
Review WordPress access logs and membership activity records for the plugin between the vulnerability discovery date (July 2026) and patch deployment to identify suspicious account registrations that obtained paid memberships without payment records. Check database transaction logs to identify gaps between subscription activation and payment completion events. Monitor for accounts that signed up, selected a paid tier, and accessed restricted content without corresponding payment transactions. Plugin audit logs (if available) may show registration and activation events; cross-reference these with payment gateway records to spot discrepancies.
Why prioritize this
This vulnerability should be prioritized for patching on any WordPress site monetizing content through this plugin. The risk is direct (revenue loss), the attack is trivial to execute, and exploitation leaves minimal forensic evidence—attackers can register, access content, and disappear. CVSS 6.5 reflects medium severity, but business context elevates priority: any site deriving subscription revenue faces immediate financial impact. Patches exist and deployment is straightforward for most WordPress administrators.
Risk score, explained
The CVSS 3.1 score of 6.5 (Medium) factors an attack vector of Network, low attack complexity, no privileges required, no user interaction, and unauthorized Confidentiality and Integrity impact. The score does not reach High because the vulnerability is limited to unauthorized content access and payment bypass—it does not compromise system integrity, cause denial of service, or enable privilege escalation on the hosting infrastructure. However, business impact (revenue loss) often justifies elevated priority despite the Medium CVSS rating; security teams should weight financial impact alongside technical severity.
Frequently asked questions
Who can exploit this vulnerability?
Anyone with internet access to the WordPress site. No authentication, special credentials, or insider knowledge is required. The exploit begins at the public registration form.
Does patching require site downtime?
Typically no. WordPress plugin updates are installed through the admin dashboard and take effect immediately. However, best practice is to test the patched registration and payment flow in a staging environment first, especially for revenue-critical sites.
Can I identify who has exploited this?
Partially. Audit logs, membership records, and payment gateway logs may show gaps—accounts that activated paid memberships without corresponding transactions. However, if attackers used disposable email addresses or obfuscated patterns, attribution and remediation are challenging.
What should I do if my site was running this vulnerable version?
Update to version 5.2.0 immediately. Then review membership records created during the vulnerability window (from initial release until your patch date) for unpaid active subscriptions. Consider revoking suspicious accounts or contacting users to reconcile payment status.
This analysis is based on the published CVE data and vendor advisory as of July 2, 2026. CVSS scores and severity ratings reflect technical factors and should be balanced against organizational business context. Verify all patch version numbers and remediation steps against the official vendor advisory before deployment. This explainer is provided for informational purposes and does not constitute professional security advice tailored to your environment. Organizations should conduct their own risk assessment and testing before applying patches in production. Source: NVD (public-domain), retrieved 2026-08-10. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2016-20064MEDIUMWP Vault 0.8.6.6 Arbitrary File Read via Directory Traversal
- CVE-2016-20067MEDIUMWordPress CP Polls CSRF Vulnerability
- CVE-2016-20070MEDIUMPrivilege Escalation & Stored XSS in WordPress Booking Calendar Contact Form 1.0.23
- CVE-2016-20074MEDIUMWordPress Lazy Content Slider CSRF Vulnerability – Patch & Detection Guide
- CVE-2016-20077MEDIUMWordPress Photocart Link Plugin Local File Inclusion Vulnerability
- CVE-2016-20078MEDIUMWordPress IMDb Profile Widget Local File Inclusion Vulnerability
- CVE-2016-20079MEDIUMWordPress Dharma Booking Local File Inclusion Vulnerability
- CVE-2016-20080MEDIUMWordPress Brandfolder Plugin LFI Vulnerability – File Disclosure & Remediation Guide