LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0814: Profile Builder – User Profile & User Registration Forms <= 3.9.0 - Sensitive Information Disclosure via Shortcode

The Profile Builder – User Profile & User Registration Forms plugin for WordPress is vulnerable to sensitive information disclosure via the [user_meta] shortcode in versions up to, and including 3.9.0. This is due to insufficient restriction on sensitive user meta values that can be called via that shortcode. This makes it possible for authenticated attackers, with subscriber-level permissions, and above to retrieve sensitive user meta that can be used to gain access to a high privileged user account. This does require the Usermeta shortcode be enabled to be exploited.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress plugin could expose sensitive account metadata to any logged-in user when its Usermeta shortcode was enabled. For sites using Profile Builder 3.9.0 or older, a basic subscriber could retrieve data that may help compromise a privileged account. The issue is not anonymous, but public registration sites may have meaningful exposure.

Executive priority

Treat as a near-term remediation item for WordPress properties, especially public registration sites. It is medium severity, but the business impact can rise if exposed metadata enables administrator account compromise.

Technical view

CVE-2023-0814 is a CWE-200 information disclosure issue in the Profile Builder WordPress plugin. Versions up to and including 3.9.0 insufficiently restricted sensitive values returned through the [user_meta] shortcode. The CVSS 3.1 vector is network exploitable, low complexity, requires low privileges, and impacts confidentiality only.

Likely exposure

Exposure is most likely on WordPress sites running Profile Builder 3.9.0 or older with the Usermeta shortcode enabled and subscriber-level accounts available. Sites with public user registration or many low-privilege users face higher practical risk.

Exploitation context

The bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires an authenticated user with subscriber-level or higher permissions and the Usermeta shortcode enabled. Wordfence describes the impact as sensitive information disclosure that can support privileged account takeover.

Researcher notes

Evidence supports authenticated sensitive information disclosure through shortcode behavior, conditional on Usermeta shortcode enablement. The provided record does not include exploit telemetry, KEV status, or detailed affected configuration beyond the shortcode prerequisite. Avoid assuming anonymous exploitability.

Mitigation direction

  • Upgrade Profile Builder to a version newer than 3.9.0 or follow vendor guidance.
  • Disable the Usermeta shortcode if it is not required.
  • Restrict or review public user registration on affected WordPress sites.
  • Audit privileged user accounts for suspicious changes or access.
  • Apply least privilege to WordPress user roles.

Validation and detection

  • Inventory WordPress sites using the Profile Builder plugin.
  • Confirm installed plugin versions and flag versions 3.9.0 or older.
  • Check whether the Usermeta shortcode is enabled or used in content.
  • Review whether low-privilege subscriber accounts can register or log in.
  • Look for unusual privileged account activity after exposure.
Prepared
Confidence
high
Sources
6

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 · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-2023-0814 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
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/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
6Source 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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2023-0814Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/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
cozmoslabsUser Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor0unaffected
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.