LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0692: Metform Elementor Contact Form Builder <= 3.3.1 - Authenticated (Subscriber+) Information Disclosure via 'mf_payment_status' shortcode

The Metform Elementor Contact Form Builder for WordPress is vulnerable to Information Disclosure via the 'mf_payment_status' shortcode in versions up to, and including, 3.3.1. This allows authenticated attackers, with subscriber-level capabilities or above to obtain sensitive information about the payment status of arbitrary form submissions.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-0692 affects the MetForm WordPress plugin up to version 3.3.1. A logged-in low-privilege user, such as a subscriber, could view payment status information for arbitrary form submissions through a shortcode. This is a confidentiality issue, not a system takeover.

Executive priority

Treat this as a medium-priority privacy and trust issue. It should be remediated promptly on sites handling payments or customer submissions, especially where untrusted users can create accounts. It is less urgent than unauthenticated remote code execution or takeover vulnerabilities.

Technical view

The vulnerability is an authenticated information disclosure in the MetForm Elementor Contact Form Builder 'mf_payment_status' shortcode. The CVE maps to CWE-639, indicating an authorization weakness around user-controlled resource access. CVSS 3.1 is 4.3: network reachable, low complexity, low privileges required, no user interaction, confidentiality impact only.

Likely exposure

Exposure is likely limited to WordPress sites running MetForm version 3.3.1 or earlier with authenticated users. Risk increases where public registration, customer portals, memberships, or many subscriber accounts exist and payment-related form submissions are processed.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires an authenticated account with subscriber-level capability or higher. The reported impact is access to payment status information, not data modification or availability loss.

Researcher notes

Evidence supports an authenticated, low-privilege information disclosure tied to object-level authorization around payment status lookup. The bundle identifies affected versions up to 3.3.1 and references a WordPress.org changeset, but does not provide exploit activity evidence or detailed remediation text.

Mitigation direction

  • Inventory WordPress sites using the MetForm plugin.
  • Check vendor or WordPress plugin guidance for the corrected release.
  • Update MetForm beyond affected versions where supported.
  • Restrict unnecessary subscriber accounts and public registration.
  • Disable affected forms or plugin functionality if exposure is unacceptable.

Validation and detection

  • Confirm installed MetForm versions are not 3.3.1 or earlier.
  • Identify sites where subscribers or customers can authenticate.
  • Review whether forms store payment status data.
  • Check logs for unusual access to MetForm shortcode-rendered payment status pages.
  • Confirm vendor change notes align with the deployed plugin version.
Prepared
Confidence
high
Sources
5

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
cve · low confidence lookup

CVE-2023-0692 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
4Source 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-0692Attack 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
roxnorMetForm – Contact Form, Survey, Quiz, & Custom Form Builder for Elementor0unaffected
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.