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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
