Skip to main content

User Registration & Membership EUVDEUVD-2026-30257

| CVE-2026-6145 MEDIUM
Missing Authorization (CWE-862)
2026-05-14 security@wordfence.com GHSA-v2w9-cqf4-gvp2
5.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
May 14, 2026 - 09:30 vuln.today
CVE Published
May 14, 2026 - 09:16 nvd
MEDIUM 5.3

DescriptionCVE.org

The User Registration & Membership plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 5.1.5. This is due to the is_admin_creation_process() method relying solely on the presence of action=createuser in the $_REQUEST superglobal without performing any authentication or capability check. This makes it possible for unauthenticated attackers to bypass the admin approval requirement when registering new accounts via the fallback submission path.

AnalysisAI

The User Registration & Membership WordPress plugin through version 5.1.5 allows unauthenticated attackers to bypass admin approval requirements and register accounts directly by sending a crafted request with action=createuser parameter, exploiting missing authorization checks in the account creation process. The vulnerability affects all installations of the plugin with default or custom configurations where the admin approval feature is enabled. CVSS 5.3 reflects limited confidentiality impact but integrity compromise through unauthorized account creation.

Technical ContextAI

The vulnerability exists in the is_admin_creation_process() method of the User Registration & Membership plugin, which checks for the presence of the action=createuser parameter in the PHP $_REQUEST superglobal (which merges GET, POST, and COOKIE data) but fails to validate user authentication status or WordPress capability permissions before processing the request. CWE-862 (Missing Authorization) describes this class of flaw where the application performs an action that requires authorization but does not verify that the user is authorized to perform that action. The plugin's fallback submission path relies on this flawed check, allowing attackers to bypass the admin approval workflow entirely. The vulnerability is rooted in the assumption that the presence of a specific parameter is sufficient proof of authorization, a common anti-pattern in WordPress plugin development.

RemediationAI

Update the User Registration & Membership plugin to version 5.1.6 or later immediately. WordPress administrators should navigate to Plugins → Installed Plugins, locate User Registration & Membership, and click 'Update Now', or manually download the latest version from plugins.wordpress.org/plugins/user-registration/. For organizations unable to update immediately, implement network-level controls by blocking direct requests to the plugin's fallback submission endpoints using Web Application Firewall (WAF) rules targeting requests with action=createuser in the request body or query string, though this creates operational overhead and may not protect all submission paths. Additionally, disable user registration at the WordPress site level (Settings → General → Membership → Anyone can register) until the update is applied, which eliminates the attack surface entirely but prevents legitimate user signups. Apply the patch via WordPress Plugins page or direct FTP/SSH update; the Wordfence vulnerability record and WordPress.org plugin repository contain patch confirmation.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

EUVD-2026-30257 vulnerability details – vuln.today

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