Description
The WP File Download plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.3.8 via the 'remoteurl' parameter. This makes it possible for authenticated attackers, with subscriber-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information. An authenticated attacker with Subscriber-level access first poisons the _wpfd_file_metadata['file'] post-meta value via the unprotected file.save handler, after which the streaming endpoint — hooked on init with no authentication requirement — resolves and streams the traversed file path to any caller, including unauthenticated visitors.
Published: 2026-09-05
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP File Download plugin for WordPress is affected by a directory traversal flaw in the remoteurl parameter that allows an attacker who is already authenticated with a Subscriber role or higher to read the contents of any file on the server. The vulnerable code processes the remoteurl value without proper validation, enabling traversal of the file system and exposure of potentially sensitive server files. This flaw is identified as CWE-22.

Affected Systems

All installations of JoomUnited WP File Download up to and including version 6.3.8 are vulnerable. The flaw resides in the plugin’s handling of the _wpfd_file_metadata array and the streaming endpoint that is invoked via the WordPress init hook.

Risk and Exploitability

The CVSS score is 6.5, indicating a moderate severity and a medium likelihood of exploitation. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Because the malicious request requires only subscriber‑level authentication to poison the metadata followed by an unauthenticated request to the streaming endpoint, an attacker with minimal privileges can achieve the file read. The path traversal can target any file on the server that the web process can read, potentially revealing credentials, configuration files or other sensitive data.

Generated by OpenCVE AI on September 5, 2026 at 07:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade JoomUnited WP File Download to version 6.3.9 or later to eliminate the directory traversal flaw.
  • If an immediate update is not possible, restrict or disable the remoteurl functionality for subscriber‑level users by removing or securing the file.save handler or by adding an authentication check to the streaming endpoint.
  • Verify that all file paths passed to the remoteurl parameter are validated against a whitelist and that the web server’s file permissions limit access to sensitive directories.

Generated by OpenCVE AI on September 5, 2026 at 07:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 07:45: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

Sat, 05 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Description The WP File Download plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.3.8 via the 'remoteurl' parameter. This makes it possible for authenticated attackers, with subscriber-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information. An authenticated attacker with Subscriber-level access first poisons the _wpfd_file_metadata['file'] post-meta value via the unprotected file.save handler, after which the streaming endpoint — hooked on init with no authentication requirement — resolves and streams the traversed file path to any caller, including unauthenticated visitors.
Title WP File Download <= 6.3.8 - Authenticated (Subscriber+) Arbitrary File Read via Path Traversal in 'remoteurl' Parameter
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

Joomunited Wp File Download
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-05T06:37:56.724Z

Reserved: 2026-07-07T16:49:09.195Z

Link: CVE-2026-14975

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-05T07:17:10.560

Modified: 2026-09-05T07:17:10.560

Link: CVE-2026-14975

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T07:30:17Z

Weaknesses
  • CWE-22

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