Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2815+ Articles
167+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. Privilege Escalation in User Registration & Membership ≤ 5.2.7
Privilege Escalation in User Registration & Membership ≤ 5.2.7
SECURITYHIGHCVE-2026-80071

Privilege Escalation in User Registration & Membership ≤ 5.2.7

CVE-2026-80071 lets Author-level WordPress users self-assign an arbitrary membership plan and escalate straight to Administrator.

Dylan H.

Security Team

September 13, 2026
4 min read

Affected Products

  • User Registration & Membership (WordPress plugin) ≤ 5.2.7

Executive Summary

A privilege escalation vulnerability, tracked as CVE-2026-80071, has been disclosed in the User Registration & Membership WordPress plugin, affecting versions before 5.2.8. The plugin fails to properly restrict who may author a membership plan and does not validate the plan a user attaches to their own account — allowing an authenticated attacker with Author-level access or above to assign themselves an arbitrary role, including Administrator.

CVSS Score: 7.2 (High)

The flaw is classified under CWE-269 (Improper Privilege Management) combined with broken access-control checks: the plugin trusts client-supplied data about plan/role assignment without cross-referencing it against the requesting user's actual permissions.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-80071
CWECWE-269 (Improper Privilege Management) / CWE-862 (Missing Authorization)
CVSS Score7.2 (High)
TypeAuthenticated Privilege Escalation
Privileges RequiredAuthor-level access or above
User InteractionNone
AssignerWPScan
Disclosed2026-09-13

Affected Versions

PluginAffected VersionsFixed Version
User Registration & Membershipbefore 5.2.85.2.8

A fix is already available. Site operators should update immediately rather than waiting on a future release.


How It Works

The plugin allows users to associate their account with a membership plan, which in turn can be mapped by the site owner to a specific WordPress role. The vulnerable code path does not verify that the requesting user is actually authorized to author or attach a given plan — it accepts the plan/role linkage supplied in the request. An attacker with Author-level privileges (a role many sites hand out to contributors, guest writers, or community members) can manipulate this process to attach their account to a plan mapped to the Administrator role, bypassing WordPress's normal capability checks entirely.

This is closely related to a companion flaw in the same plugin, CVE-2026-86406, where the plugin fails to verify payment or purchase status before granting a plan's associated role — meaning even a low-privilege subscriber could be granted an administrator-mapped plan without paying for it.


Why This Matters

  • Low bar to exploit — Author is a common, often loosely-granted role on membership and multi-author sites, not a privileged tier.
  • Direct path to full site control — successful exploitation can hand the attacker Administrator access, enabling plugin installation, arbitrary PHP execution via theme/plugin editors, and full database access.
  • Sites that use this plugin to gate paid content or member tiers are especially exposed, since privilege and payment plans are managed by the same trust boundary that this bug breaks.

Recommended Actions

  1. Update immediately to User Registration & Membership 5.2.8 or later.
  2. Audit existing user roles — check wp_usermeta/wp_capabilities for any Author-level (or lower) accounts that have unexpectedly gained Administrator or other elevated roles.
  3. Review membership plan-to-role mappings and remove any unnecessary linkage of plans to highly privileged roles.
  4. Check plugin and site activity logs for suspicious plan-assignment or role-change requests around the disclosure date.
  5. Rotate credentials and re-audit installed plugins/themes for any site where an unauthorized Administrator account is found, since full compromise may already have occurred.
  6. Restrict the Author role to only what it strictly needs via a capability-management plugin, as defense-in-depth against similar flaws.

References

  • NVD — CVE-2026-80071
  • OffSeq Threat Radar — CVE-2026-80071
  • Wordfence/WPScan — User Registration & Membership Vulnerability Database

Related Reading

  • Unauthenticated Privilege Escalation in Authorizer ≤ 3.15.1
  • Privilege Escalation in Amelia WordPress Plugin
#WordPress#Privilege Escalation#CVE-2026-80071#User Registration & Membership#Web Security

Related Articles

CVE-2026-86406: User Registration & Membership Purchase Flaw Lets Any Subscriber Escalate to Administrator

A missing capability check in User Registration & Membership's purchase flow lets any Subscriber claim an Administrator-mapped plan for free.

5 min read

CVE-2026-15414: WooCommerce Subscriptions Plugin Privilege Escalation (CVSS 8.8)

A high-severity privilege escalation vulnerability in the Subscriptions for WooCommerce plugin allows authenticated users to elevate their role to administrator by manipulating membership plan metadata.

3 min read

CVE-2026-11964: WordPress User Registration Plugin PayPal Webhook Bypass

The User Registration & Membership WordPress plugin before 5.2.2 fails to verify PayPal webhook signatures, allowing unauthenticated attackers to forge...

3 min read
Back to all Security Alerts