LiveActive security incident?Get immediate response
CVE Record

CVE-2024-13783: FormCraft <= 3.9.11 - Missing Authorization to Plugin Data Export in formcraft-main.php

The FormCraft plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check in formcraft-main.php in all versions up to, and including, 3.9.11. This makes it possible for authenticated attackers, with Subscriber-level access and above, to export all plugin data which may contain sensitive information from form submissions.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

FormCraft for WordPress allowed any logged-in user, even a Subscriber, to export all plugin data. Form submissions may contain names, emails, messages, or business inquiries, so the business risk is unauthorized disclosure rather than site takeover.

Executive priority

Treat this as a moderate-priority data exposure issue. It is not reported as actively exploited, but sites with many low-privilege users should remediate promptly because form exports can expose customer or lead data.

Technical view

CVE-2024-13783 is CWE-862 missing authorization in formcraft-main.php affecting FormCraft versions up to and including 3.9.11. The export function lacks a capability check, allowing authenticated low-privilege users to export plugin data. CVSS 3.1 is 4.3.

Likely exposure

Exposure is limited to WordPress sites running FormCraft up to 3.9.11 where untrusted or broadly distributed user accounts exist. Sites with public registration, customer accounts, or many Subscribers face higher practical risk.

Exploitation context

The source bundle reports authenticated Subscriber-level access is required. KEV is false, and no provided source states active exploitation. The issue is low-complexity once an attacker has a valid account, but it is not described as unauthenticated.

Researcher notes

The CVE record and Wordfence description identify missing authorization in formcraft-main.php. Evidence does not provide exploit details, a confirmed fixed version, or live exploitation. Validate exposure through version inventory and role model review, not offensive testing.

Mitigation direction

  • Identify all WordPress sites running FormCraft.
  • Check the installed FormCraft version against 3.9.11 and vendor guidance.
  • Update FormCraft if the vendor identifies a fixed release.
  • Restrict or remove unnecessary Subscriber-level accounts.
  • Disable FormCraft where business use is no longer required.
  • Review exported or submitted form data for sensitive content.

Validation and detection

  • Inventory WordPress plugins across production and staging sites.
  • Confirm whether FormCraft is installed and enabled.
  • Record the installed FormCraft version on each site.
  • Review WordPress users with Subscriber-level or higher access.
  • Check vendor changelog and Wordfence advisory for remediation status.
  • Assess whether form submissions contain regulated or confidential data.
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 · 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-2024-13783 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-2024-13783Attack 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
FormCraftFormCraft0unaffected
Weakness

CWE details

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

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.