SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-14975

MEDIUM · CVSS 6.5 EPSS 0.68%

Source: NVD + CISA KEV + EPSS · Published 2026-09-05 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The WP File Download plugin for WordPress is vulnerable to a Directory Traversal attack, allowing authenticated users with subscriber-level access or higher to read arbitrary files on the server through the 'remoteurl' parameter. This vulnerability can expose sensitive information, as attackers can manipulate file metadata to access and stream files without proper authentication. WordPress site administrators using this plugin should prioritize patching or updating to mitigate potential data breaches.

CVE
CVE-2026-14975
Severity
MEDIUM
CVSS
6.5
EPSS
0.68%
WordPress

Original NVD 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.