Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
AC:H reflects the two required non-default preconditions (admin-capable custom role must exist plus role-selection field on published form); PR:N confirmed by unauthenticated registration path.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
4DescriptionCVE.org
The Ultimate Member WordPress plugin before 2.12.1 does not filter administrator-level capabilities from the roles it makes selectable on its registration forms, and its post-registration safeguard against elevated accounts is disabled by default, allowing unauthenticated users to register with a site-defined role that carries administrator capabilities and gain administrative access, when such a role exists and a role-selection field is present on a published registration form.
Articles & Coverage 1
AnalysisAI
Privilege escalation to WordPress administrator in Ultimate Member plugin before 2.12.1 permits unauthenticated registrants to self-assign a site-defined role carrying full administrator capabilities, resulting in complete site takeover. The plugin omits administrator-level roles from its registration form role-filter and ships with its post-registration elevation safeguard disabled by default, creating a two-layered failure that exposes affected sites when a custom admin-capable role exists alongside a role-selection field on a live registration form. A publicly available proof-of-concept is confirmed via WPScan; no public exploit identified at time of analysis as actively exploited (not in CISA KEV), and EPSS sits at 0.14%, reflecting the dependency on specific site configuration.
Technical ContextAI
Ultimate Member is a widely-used WordPress membership and user-registration plugin. The root cause is CWE-269 (Improper Privilege Management): the plugin's registration form builder fails to exclude WordPress user roles that carry administrator-level capabilities from the selectable role list, meaning site admins who create custom roles with elevated caps inadvertently expose them to unauthenticated registrants. A second defense, a post-registration check intended to block accounts that registered with elevated roles, exists in the plugin but is disabled by default - eliminating the compensating control. CPE cpe:2.3:a:unknown:ultimate_member:*:*:*:*:*:*:*:* covers all releases before 2.12.1. The flaw lives at the intersection of WordPress's native capability system and Ultimate Member's role-assignment logic in the registration pipeline, exploited over a standard HTTP registration POST request.
RemediationAI
The primary fix is to upgrade Ultimate Member to version 2.12.1 or later, which filters administrator-level capabilities from the roles presented on registration forms and addresses the default-off safeguard. The patch is confirmed available from the vendor per EUVD-2026-51430; see https://wpscan.com/vulnerability/dd394110-cf3c-4158-8b50-7abb8a23a2be/ for the advisory. If immediate upgrade is not possible, site administrators should apply two compensating controls: first, remove any administrator-level capabilities from all custom user roles that are offered via Ultimate Member registration forms (this eliminates the exploitable role target); second, enable the plugin's post-registration elevated-account safeguard in its settings to prevent newly registered accounts with elevated roles from activating. As an additional defensive measure, temporarily removing role-selection fields from published registration forms prevents role manipulation entirely, with the trade-off that user self-selection of role at registration is disabled.
More in Ultimate Member
View allThe Ultimate Member plugin for WordPress is vulnerable to Remote Code Execution in versions up to, and including, 2.5.0
The Ultimate Member plugin for WordPress is vulnerable to Remote Code Execution in versions up to, and including, 2.5.0
The Ultimate Member - User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugi
The Ultimate Member WordPress plugin before 2.6.7 does not prevent visitors from creating user accounts with arbitrary c
The Ultimate Member - User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugi
An arbitrary password reset issue was discovered in the Ultimate Member plugin 2.39 for WordPress. Rated high severity (
A CSRF vulnerability in a logged-in user's profile edit form in the Ultimate Member plugin before 2.0.40 for WordPress a
Privilege escalation to administrator in the Ultimate Member WordPress plugin (versions 2.6.7 through 2.12.x) allows una
Stored cross-site scripting in the Ultimate Member WordPress plugin before 2.12.0 lets authenticated Subscriber-level us
WordPress Plugin ultimate-member 2.1.3 contains a local file inclusion vulnerability that allows authenticated attackers
The Ultimate Member plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Biography field featured o
Cross-site scripting (XSS) vulnerability in the Ultimate Member WordPress plugin before 1.3.29 for WordPress allows remo
Same weakness CWE-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-51430
GHSA-x3gc-pq2r-3884