LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4369: Frontend File Manager <= 18.2 - Unauthenticated Content Injection

The Frontend File Manager plugin for WordPress is vulnerable to Unauthenticated Content Injection in versions up to, and including, 18.2. This is due to lacking authorization protections, checks against users editing other's posts, and lacking a security nonce, all on the wpfm_edit_file_title_desc AJAX action. This makes it possible for unauthenticated attackers to edit the content and title of every page on the site.

MediumCVSS 5.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A vulnerable WordPress plugin could let an unauthenticated visitor change page titles and content. This is mainly an integrity and reputational risk: site defacement, misleading content, and business trust damage. The CVE sources rate it medium with CVSS 5.8, and no provided source confirms active exploitation.

Executive priority

Treat this as a prompt remediation item for any WordPress site using the plugin, especially customer-facing sites. It is not described as data theft or ransomware-enabling, but unauthorized content changes can directly harm brand trust, compliance messaging, and customer safety.

Technical view

Frontend File Manager for WordPress is vulnerable through the wpfm_edit_file_title_desc AJAX action in versions up to 18.2. The issue is missing authorization, missing ownership checks, and no security nonce, allowing unauthenticated content and title changes across site pages. The mapped weakness is CWE-862.

Likely exposure

Exposure is limited to WordPress sites running the nmedia Frontend File Manager plugin at version 18.2 or earlier. Sites without this plugin are not affected based on the provided sources. The bundle does not provide installation prevalence or hosting-specific exposure data.

Exploitation context

The vulnerability is network-reachable, requires no authentication, no user interaction, and low attack complexity. It affects integrity, not confidentiality or availability, according to the CVSS vector. KEV is false and the provided sources do not establish active exploitation.

Researcher notes

The record is clear on root cause and affected range, but the bundle does not provide a precise fixed version, exploit prevalence, or proof of exploitation. Validation should focus on plugin presence, versioning, integrity review, and evidence of unauthenticated interaction with the vulnerable AJAX action.

Mitigation direction

  • Inventory WordPress sites for Frontend File Manager plugin usage and version.
  • Update the plugin using WordPress.org or vendor guidance before version 18.2 remains deployed.
  • Disable or remove the plugin where no supported fixed version is available.
  • Review public pages for unauthorized title or content changes.
  • Restrict administrative AJAX exposure where feasible through platform controls.

Validation and detection

  • Confirm whether Frontend File Manager is installed on each WordPress site.
  • Check plugin versions and flag any deployment at 18.2 or earlier.
  • Review web logs for unauthenticated access to the named vulnerable AJAX action.
  • Compare page titles and content against known-good versions or backups.
  • Verify the plugin is updated, disabled, or removed after remediation.
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-2021-4369 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
5.8 (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: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
5.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.8Medium
CVSS 3.1 vector shape for CVE-2021-4369Attack 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: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
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.