LiveActive security incident?Get immediate response
CVE Record

CVE-2024-0701: UserPro <= 5.1.6 - Disabled Membership Registration Bypass

The UserPro plugin for WordPress is vulnerable to Security Feature Bypass in all versions up to, and including, 5.1.6. This is due to the use of client-side restrictions to enforce the 'Disabled registration' Membership feature within the plugin's General settings. This makes it possible for unauthenticated attackers to register an account even when account registration has been disabled by an administrator.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress site using UserPro may accept new account registrations even after an administrator disables registration in the plugin. The issue is a settings-enforcement failure, not remote code execution. Business impact depends on what a basic account can access or trigger on the site.

Executive priority

Treat as a moderate-priority WordPress control failure. It should be handled promptly where registration is intentionally closed or where ordinary accounts unlock sensitive content, workflows, or customer interaction. It is less urgent for sites where public registration is already allowed and accounts have minimal privileges.

Technical view

CVE-2024-0701 affects UserPro - Community and User Profile WordPress Plugin up to and including 5.1.6. The disabled-registration membership feature is enforced through client-side restrictions, creating a CWE-602 server-side enforcement gap. An unauthenticated attacker can register an account despite the administrator setting.

Likely exposure

Exposure is limited to WordPress sites running the UserPro plugin at versions up to and including 5.1.6, especially sites that rely on disabled registration to prevent new accounts. Risk rises where new accounts can access restricted content, workflows, messaging, or paid-community features.

Exploitation context

The source bundle does not cite active exploitation, and CISA KEV status is false. The vulnerability is network-accessible, unauthenticated, low-complexity, and requires no user interaction according to the CVSS vector. The known impact is integrity-related account creation despite a disabled setting.

Researcher notes

The evidence supports a client-side enforcement weakness in the UserPro disabled-registration feature. Sources do not provide exploit details, patch notes, or active exploitation evidence. Avoid assuming privilege escalation, data theft, or code execution unless found in separate validated advisories.

Mitigation direction

  • Identify all WordPress sites using the UserPro plugin.
  • Check whether installed UserPro versions are up to and including 5.1.6.
  • Review vendor and Wordfence guidance for fixed versions or official mitigation.
  • Do not rely on UserPro disabled registration alone on affected versions.
  • Monitor new user accounts and remove unauthorized or suspicious registrations.

Validation and detection

  • Inventory UserPro installations across production, staging, and archived WordPress sites.
  • Confirm plugin version and whether registration is intended to be disabled.
  • Review account creation logs for registrations after registration was disabled.
  • Validate access granted to newly created basic accounts.
  • Document business impact if unwanted accounts can reach restricted features.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-602: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-0701 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2024-0701Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aUserPro - Community and User Profile WordPress Plugin0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-602 · source CWE mapping

Client-Side Enforcement of Server-Side Security

Client-Side Enforcement of Server-Side Security represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.