Description
The WP File Download plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete function in all versions. This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The two-stage exploit requires a first request to the file.save task to persist the path-traversal string into file metadata, followed by a second request to the file.delete task to trigger the unlink call — both endpoints lack capability checks and nonce enforcement.
Published: 2026-09-02
Score: 8.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP File Download plugin contains insufficient file path validation in its delete function, enabling authenticated attackers with subscriber-level access to delete arbitrary files on the server. By targeting sensitive files such as wp-config.php, an attacker can execute remote code, creating a severe compromise risk.

Affected Systems

All versions of the JoomUnited WP File Download plugin for WordPress are affected. The vulnerability is present in every release up to 6.3.4 and likely earlier versions.

Risk and Exploitability

The vulnerability scores a CVSS score of 8.1, indicating a high severity impact. Although the EPSS score is not available, the lack of authentication and capability checks, combined with the two‑stage exploit requirement, suggests a realistic exploitation risk for attackers with subscriber access. The vulnerability is not listed in CISA’s KEV catalog, but administrators should still prioritize remediation due to the potential for remote code execution.

Generated by OpenCVE AI on September 2, 2026 at 03:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest WP File Download plugin update that addresses the deletion vulnerability.
  • If an update is unavailable, remove or disable the file deletion capabilities for subscriber‑level users by adjusting plugin settings.
  • As an interim measure, restrict file permissions on critical system files (e.g., wp-config.php) to prevent accidental deletion.

Generated by OpenCVE AI on September 2, 2026 at 03:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 04:15:00 +0000

Type Values Removed Values Added
First Time appeared Joomunited
Joomunited wp File Download
Wordpress
Wordpress wordpress
Vendors & Products Joomunited
Joomunited wp File Download
Wordpress
Wordpress wordpress

Wed, 02 Sep 2026 02:45:00 +0000

Type Values Removed Values Added
Description The WP File Download plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete function in all versions. This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The two-stage exploit requires a first request to the file.save task to persist the path-traversal string into file metadata, followed by a second request to the file.delete task to trigger the unlink call — both endpoints lack capability checks and nonce enforcement.
Title WP File Download <= 6.3.4 - Authenticated (Subscriber+) Arbitrary File Deletion via 'remoteurl' Parameter
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

Joomunited Wp File Download
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-02T02:26:43.734Z

Reserved: 2026-07-07T17:49:42.934Z

Link: CVE-2026-14982

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T03:16:47.663

Modified: 2026-09-02T03:16:47.663

Link: CVE-2026-14982

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T04:00:08Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')