LiveActive security incident?Get immediate response
CVE Record

CVE-2021-34647: Ninja Forms <= 3.5.7 Sensitive Information Disclosure

The Ninja Forms WordPress plugin is vulnerable to sensitive information disclosure via the bulk_export_submissions function found in the ~/includes/Routes/Submissions.php file, in versions up to and including 3.5.7. This allows authenticated attackers to export all Ninja Forms submissions data via the /ninja-forms-submissions/export REST API which can include personally identifiable information.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-34647 lets a logged-in attacker export Ninja Forms submission data from vulnerable WordPress sites. That data can include personally identifiable information submitted through forms. The issue is confidentiality-focused: the sources do not describe data modification, site takeover, or service disruption.

Executive priority

Treat as a timely remediation item for any WordPress site collecting sensitive form data. It is not marked actively exploited in the provided sources, but unauthorized export of PII can create privacy, customer trust, and notification risk.

Technical view

Ninja Forms versions up to and including 3.5.7 lacked proper authorization around the bulk submission export function in includes/Routes/Submissions.php. An authenticated low-privilege user could access the submissions export REST route and obtain all form submissions. CVSS 3.1 is 6.5 with high confidentiality impact.

Likely exposure

Exposure is limited to WordPress sites using Ninja Forms up to 3.5.7 where an attacker can authenticate. Sites collecting customer, lead, health, financial, or employee data through forms have higher business impact.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Risk comes from low attack complexity, network reachability, and the broad use of Ninja Forms noted by Wordfence, but authentication is required.

Researcher notes

This is a CWE-863 authorization failure in the submissions export path. The key validation point is whether the export route enforces appropriate capability checks in the installed plugin version. Avoid assuming exploit activity without external evidence.

Mitigation direction

  • Upgrade Ninja Forms to a vendor-patched version newer than 3.5.7.
  • Review vendor and WordPress plugin guidance for the exact fixed release.
  • Restrict WordPress account creation and remove unnecessary low-privilege users.
  • Limit form submission retention to data the business still needs.
  • Review logs for unexpected submission exports by authenticated users.

Validation and detection

  • Inventory WordPress sites using Ninja Forms and record installed versions.
  • Confirm no production site runs Ninja Forms 3.5.7 or older.
  • Review users with login access, especially subscriber-level or inactive accounts.
  • Check whether sensitive data is stored in historical form submissions.
  • Look for unusual access to Ninja Forms submission export functionality.
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 · medium confidence lookup

CWE-863: 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-2021-34647 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
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
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-2021-34647Attack 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
Saturday DriveNinja Forms3.5.7Listed
Weakness

CWE details

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

CWE-863 · source CWE mapping

Incorrect Authorization

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