LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4368: Frontend File Manager <= 18.2 - Authenticated Settings Change leading to Arbitrary File Upload

The Frontend File Manager plugin for WordPress is vulnerable to Authenticated Settings Change in versions up to, and including, 18.2. This is due to lacking capability checks and a security nonce, all on the wpfm_save_settings AJAX action. This makes it possible for subscriber-level attackers to edit the plugin settings, such as the allowed upload file types. This can lead to remote code execution through other vulnerabilities.

CriticalCVSS 9.9Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2021-4368 lets a logged-in WordPress subscriber change Frontend File Manager plugin settings on vulnerable versions up to 18.2. That can allow dangerous upload types and may enable remote code execution when combined with other weaknesses. This is critical for sites allowing user registration or many low-privilege accounts.

Executive priority

Treat this as urgent where affected WordPress sites allow subscriber logins. Prioritize internet-facing sites and customer portals first, because compromise could affect site content, hosted files, and potentially server execution paths.

Technical view

The vulnerable AJAX action, wpfm_save_settings, lacked capability checks and a security nonce. This is CWE-862, missing authorization. The CVSS 3.1 score is 9.9 because exploitation is network-accessible, low-complexity, requires only low privileges, and can affect confidentiality, integrity, and availability.

Likely exposure

Exposure is most likely on WordPress sites running nmedia Frontend File Manager up to and including 18.2, especially where subscriber accounts exist or public registration is enabled.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The attack requires an authenticated low-privilege user and can change upload-related settings; remote code execution is described as possible through other vulnerabilities, not as a standalone guaranteed outcome.

Researcher notes

Evidence supports an authenticated settings-change flaw in the plugin settings AJAX handler. The bundle identifies versions up to 18.2, CWE-862, and CVSS 9.9. It does not provide KEV status, exploitation confirmation, or complete environment-specific exploitability details.

Mitigation direction

  • Upgrade Frontend File Manager beyond version 18.2 or to the latest vendor-supported release.
  • Disable or remove the plugin if an immediate update is unavailable.
  • Review plugin upload settings for dangerous file types or unauthorized changes.
  • Restrict public registration and remove unnecessary subscriber accounts.
  • Check vendor, Wordfence, and NinTechNet guidance for fixed-version details.

Validation and detection

  • Inventory all WordPress sites for Frontend File Manager plugin version and activation status.
  • Confirm subscribers cannot change Frontend File Manager settings in staging.
  • Review WordPress audit logs for plugin setting changes by low-privilege users.
  • Inspect recent uploads for unexpected executable or script-like file types.
  • Verify the deployed plugin includes capability and nonce checks for settings saves.
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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-4368 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
Critical
CVSS
9.9 (3.1)
Known Exploited
No
Published

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

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
9.9CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H3.16Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.9Critical
CVSS 3.1 vector shape for CVE-2021-4368Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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.