LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6630: Contact Form 7 – Dynamic Text Extension <= 4.1.0 - Insecure Direct Object Reference

The Contact Form 7 – Dynamic Text Extension plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 4.1.0 via the CF7_get_custom_field and CF7_get_current_user shortcodes due to missing validation on a user controlled key. This makes it possible for authenticated attackers with contributor access or higher to access arbitrary metadata of any post type, referencing the post by id and the meta by key.

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 contributor or higher read metadata they should not see. The business risk is targeted disclosure, especially where post or user-related metadata contains private operational, customer, or configuration details.

Executive priority

Handle during the next normal WordPress security maintenance cycle unless the site has untrusted contributors or sensitive metadata. In those cases, prioritize remediation sooner because the issue enables unauthorized data exposure.

Technical view

CVE-2023-6630 is an insecure direct object reference in Contact Form 7 – Dynamic Text Extension through 4.1.0. The CF7_get_custom_field and CF7_get_current_user shortcodes lack validation on a user-controlled key, allowing authenticated contributor-level attackers to access arbitrary metadata by post ID and meta key.

Likely exposure

Exposure is limited to WordPress sites running the Contact Form 7 – Dynamic Text Extension plugin at affected versions, with authenticated users who have contributor access or higher. Risk increases if sensitive data is stored in post metadata.

Exploitation context

The source bundle does not cite active exploitation, and CISA KEV status is false. The flaw is remotely reachable after authentication, requires low privileges, and primarily affects confidentiality rather than integrity or availability.

Researcher notes

The available evidence supports a low-privilege authenticated confidentiality issue, not unauthenticated compromise. The affected path is shortcode-driven metadata access. Sources do not provide proof of exploitation in the wild or a standalone mitigation beyond vendor code changes.

Mitigation direction

  • Identify WordPress sites using Contact Form 7 – Dynamic Text Extension.
  • Update affected plugin installations according to vendor or WordPress plugin guidance.
  • Restrict contributor-or-higher access to trusted users only.
  • Remove sensitive secrets or regulated data from post metadata where possible.
  • Review shortcode usage involving custom fields and current user metadata.

Validation and detection

  • Check whether the plugin is installed and whether versions are 4.1.0 or earlier.
  • Review WordPress accounts with contributor, author, editor, or administrator roles.
  • Inspect forms or templates using CF7_get_custom_field or CF7_get_current_user shortcodes.
  • Confirm updated plugin code or vendor guidance addresses metadata key validation.
  • Review logs for unusual authenticated access patterns around form rendering or metadata exposure.
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-359: 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-2023-6630 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-6630Attack 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
sevensparkContact Form 7 – Dynamic Text Extension0unaffected
Weakness

CWE details

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

CWE-359 · source CWE mapping

Exposure of Private Personal Information to an Unauthorized Actor

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