LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6504: Profile Builder <= 3.10.7 - Insecure Direct Object Reference to Sensitive Information Exposure via user_meta Shortcode

The User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the wppb_toolbox_usermeta_handler function in all versions up to, and including, 3.10.7. This makes it possible for authenticated attackers, with contributor-level access and above, to expose sensitive information within user metadata.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This WordPress plugin flaw can let a logged-in user with contributor-level access or higher view sensitive user metadata they should not see. It is not a site takeover issue, but it can expose personal or operational data stored in user profiles.

Executive priority

Treat this as a moderate-priority privacy and data-exposure issue. Patch during the next normal maintenance window, sooner for sites with many contributors, external authors, memberships, or sensitive user metadata.

Technical view

CVE-2023-6504 is an IDOR and missing authorization check in Profile Builder’s wppb_toolbox_usermeta_handler function through version 3.10.7. An authenticated attacker with contributor privileges or higher can use the user_meta shortcode path to access sensitive user metadata. CVSS is 4.3, confidentiality impact only.

Likely exposure

Exposure is mainly WordPress sites running User Profile Builder / Profile Builder versions up to and including 3.10.7, especially where contributor or higher accounts are granted to untrusted users, customers, contractors, or compromised accounts.

Exploitation context

The provided sources do not identify active exploitation, and the CVE is not marked in KEV. Exploitation requires authenticated access at contributor level or above, reducing internet-wide exposure but increasing concern for membership, publishing, and multi-author WordPress sites.

Researcher notes

The key control failure is authorization in wppb_toolbox_usermeta_handler. Validate fixed builds by confirming capability checks prevent lower-privileged authenticated users from accessing other users’ metadata through the shortcode path. Do not assume wider impact beyond the cited plugin and affected versions.

Mitigation direction

  • Upgrade Profile Builder to a vendor-fixed version newer than 3.10.7 if available.
  • If an update is unavailable, check vendor guidance and consider disabling affected shortcode functionality.
  • Restrict contributor-level and higher accounts to trusted users only.
  • Review WordPress roles for unnecessary content-editing permissions.
  • Remove or rotate exposed sensitive metadata where business impact warrants it.

Validation and detection

  • Inventory WordPress sites for the Profile Builder plugin and installed version.
  • Flag installations running version 3.10.7 or earlier.
  • Review users with contributor, author, editor, administrator, or custom equivalent roles.
  • Check whether pages or posts use the user_meta shortcode functionality.
  • Review audit logs for unusual edits or shortcode use by lower-privileged users.
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-639: 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
cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-6504 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
4.3 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/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-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.