LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4350: Frontend File Manager <= 18.2 - Unauthenticated HTML Injection leading to Spam Emails

The Frontend File Manager plugin for WordPress is vulnerable to Unauthenticated HTML Injection in versions up to, and including, 18.2. This is due to lacking authentication protections on the wpfm_send_file_in_email AJAX action. This makes it possible for unauthenticated attackers to send emails using the site with a custom subject, recipient email, and body with unsanitized HTML content. This effectively lets the attacker use the site as a spam relay.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A vulnerable WordPress plugin can let outsiders use an affected site to send spam-like email with custom recipients, subjects, and HTML body content. This is not described as data theft, but it can damage mail reputation, disrupt operations, and create abuse complaints for the site owner.

Executive priority

Prioritize remediation for public WordPress sites using this plugin because the issue enables unauthenticated email abuse. Business urgency is mainly mail reputation, customer trust, and operational disruption rather than confirmed system takeover.

Technical view

CVE-2021-4350 affects nmedia Frontend File Manager for WordPress through version 18.2. The wpfm_send_file_in_email AJAX action lacks authentication checks, allowing unauthenticated users to submit email fields with unsanitized HTML. The issue is mapped to CWE-862 and scored CVSS 7.2.

Likely exposure

Exposure is likely limited to WordPress sites running the Frontend File Manager plugin at version 18.2 or earlier. The provided affected metadata is sparse, so confirm installed plugin name, vendor, and version directly from each site.

Exploitation context

The bundle does not identify CISA KEV listing or active exploitation. The described abuse path is unauthenticated and network-accessible, so internet-facing WordPress sites with the plugin enabled should be treated as practically reachable until verified or remediated.

Researcher notes

The core defect is missing authorization on an AJAX email action, with unsanitized HTML accepted into the message body. Source evidence supports spam relay impact, low attack complexity, and no required privileges. It does not support claims of active exploitation or broader compromise.

Mitigation direction

  • Upgrade Frontend File Manager beyond version 18.2 if a vendor-supported fixed release is available.
  • Disable or remove the plugin if it cannot be promptly updated.
  • Review vendor and plugin security advisories for exact fixed-version guidance.
  • Monitor outbound mail reputation, bounce rates, and abuse reports from affected sites.
  • Restrict unnecessary email-sending functionality where operationally feasible.

Validation and detection

  • Inventory WordPress sites for the Frontend File Manager plugin and installed version.
  • Confirm whether any installation is version 18.2 or earlier.
  • Review web logs for unexpected requests involving wpfm_send_file_in_email.
  • Review mail logs for unusual recipients, subjects, or HTML-heavy outbound messages.
  • After remediation, verify unauthenticated users cannot trigger plugin email-sending behavior.
Prepared
Confidence
medium
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-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-2021-4350 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
High
CVSS
7.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L

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
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L3.92.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2021-4350Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L

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
nmediaFrontend File Manager Plugin0unaffected
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.