Description
The Frontend File Manager Plugin WordPress plugin through 23.6 does not perform nonce validation on one of its file-metadata update actions, allowing an attacker to modify the metadata of a logged-in user's uploaded file via a CSRF attack, which can be leveraged to download that file. When guest uploads are enabled, the same action is reachable unauthenticated against any user's file.
Published: 2026-08-02
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Frontend File Manager Plugin fails to validate a nonce on its file‑metadata update action, allowing a cross‑site request forgery attack to change the metadata of an uploaded file. This flaw stems from missing CSRF protection (CWE-352) and an improper authorization mechanism. When the file is modified, an attacker can manipulate its name or location to facilitate download, effectively leaking that file to anyone who can trigger the request. The flaw also permits unauthenticated file‑metadata updates when guest uploads are enabled, enabling any visitor to download any user's file.

Affected Systems

WordPress sites running the Frontend File Manager Plugin version 23.6 or earlier are affected. No specific sub‑versions are listed beyond the upper bound of 23.6. Upgrading to any supported release newer than 23.6 removes the issue.

Risk and Exploitability

The EPSS score is under 1 %, indicating a low probability of widespread exploitation, and the vulnerability is not catalogued in CISA’s KEV list. Nevertheless, the lack of CSRF protection means that a logged‑in user’s session or a public guest upload form can be abused with minimal effort. Attackers can craft a malicious link or embed an image that triggers the file‑metadata update, and no additional privileges are required beyond an authenticated user or open file‑upload access. The CVSS score is 5.4, indicating medium severity, but the potential data disclosure still makes this a significant vulnerability that should be addressed promptly.

Generated by OpenCVE AI on August 5, 2026 at 00:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Frontend File Manager Plugin to a newer version that includes proper nonce validation for file‑metadata updates.
  • If an upgrade is not possible, disable guest file uploads or restrict uploads so that only authenticated users can use the affected functionality.
  • Apply CSRF protection to all file‑metadata update actions, ensuring that every state‑changing request includes a valid nonce and authentication.

Generated by OpenCVE AI on August 5, 2026 at 00:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Tue, 04 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-352

Sun, 02 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
First Time appeared Frontend File Manager Plugin
Frontend File Manager Plugin frontend File Manager Plugin
Wordpress
Wordpress wordpress
Vendors & Products Frontend File Manager Plugin
Frontend File Manager Plugin frontend File Manager Plugin
Wordpress
Wordpress wordpress

Sun, 02 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Frontend File Manager Plugin WordPress plugin through 23.6 does not perform nonce validation on one of its file-metadata update actions, allowing an attacker to modify the metadata of a logged-in user's uploaded file via a CSRF attack, which can be leveraged to download that file. When guest uploads are enabled, the same action is reachable unauthenticated against any user's file.
Title Frontend File Manager Plugin <= 23.6 - File Metadata Update via CSRF
References

Subscriptions

Frontend File Manager Plugin Frontend File Manager Plugin
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-04T17:42:20.916Z

Reserved: 2026-07-20T12:21:54.376Z

Link: CVE-2026-16292

cve-icon Vulnrichment

Updated: 2026-08-04T16:02:11.308Z

cve-icon NVD

Status : Received

Published: 2026-08-02T06:16:40.673

Modified: 2026-08-04T18:16:46.917

Link: CVE-2026-16292

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T00:45:03Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)