LiveActive security incident?Get immediate response
CVE Record

CVE-2021-34648: Ninja Forms <= 3.5.7 Unprotected REST-API to Email Injection

The Ninja Forms WordPress plugin is vulnerable to arbitrary email sending via the trigger_email_action function found in the ~/includes/Routes/Submissions.php file, in versions up to and including 3.5.7. This allows authenticated attackers to send arbitrary emails from the affected server via the /ninja-forms-submissions/email-action REST API which can be used to socially engineer victims.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Ninja Forms for WordPress allowed logged-in attackers to make the affected website send arbitrary emails. The main business risk is abuse of a trusted site’s mail identity for phishing or social engineering. The issue affects versions up to and including 3.5.7 and is not listed as known exploited in the provided sources.

Executive priority

Treat this as a moderate-priority WordPress plugin exposure. It is unlikely to be a direct takeover based on the supplied evidence, but it can damage trust by enabling phishing from a legitimate site. Prioritize internet-facing sites with customer accounts or broad user registration.

Technical view

CVE-2021-34648 is an improper authorization issue in Ninja Forms’ REST submission email-action handling. The trigger_email_action function in includes/Routes/Submissions.php could let authenticated users call the /ninja-forms-submissions/email-action REST API and send arbitrary email from the server. CVSS is 6.4 with low privileges required and no user interaction.

Likely exposure

Exposure is most likely on WordPress sites running Ninja Forms versions up to and including 3.5.7, especially where untrusted or low-privilege users can authenticate. Anonymous-only visitors are not described as sufficient in the provided sources.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The documented abuse case is arbitrary email sending from the affected server, which could support phishing or social engineering by making messages appear to come from a trusted site.

Researcher notes

The issue maps to CWE-863 and requires authenticated access according to the CVE description. Scope change, confidentiality, and integrity impacts are reflected in the CVSS vector. Evidence is limited to the CVE metadata, Wordfence advisory, and referenced WordPress Trac source location.

Mitigation direction

  • Upgrade Ninja Forms to a vendor-supported version newer than 3.5.7.
  • Check Saturday Drive or WordPress plugin guidance for the exact fixed release.
  • Remove or reduce untrusted authenticated WordPress accounts where possible.
  • Review outbound mail controls for rate limits and sender validation.
  • Monitor for unexpected emails sent by the WordPress server.

Validation and detection

  • Inventory WordPress sites using Ninja Forms and record plugin versions.
  • Confirm no site is running Ninja Forms 3.5.7 or older.
  • Review logs for unusual access to the email-action REST endpoint.
  • Audit recent outbound email volume from affected WordPress hosts.
  • Verify current plugin code enforces authorization on submission email actions.
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-34648 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.4 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

6.4Medium
CVSS 3.1 vector shape for CVE-2021-34648Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/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.