CVE-2026-2419 LOW

CVE-2026-2419: WP-DownloadManager <= 1.69 - Authenticated (Administrator+) Path Traversal to Arbitrary File Read via 'download_path' Parameter

Vendor Gamerz
Product WP-DownloadManager
Weakness CWE-22 · Path traversal
Published February 18, 2026
Last update April 8, 2026

CVSS base score

2.7/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality Low
Integrity None

CVSS vector

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

What the vulnerability does

01Description

The WP-DownloadManager plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 1.69 via the 'download_path' configuration parameter. This is due to insufficient validation of the download path setting, which allows directory traversal sequences to bypass the WP_CONTENT_DIR prefix check. This makes it possible for authenticated attackers, with Administrator-level access and above, to configure the plugin to list and access arbitrary files on the server by exploiting the file browser functionality.

Explanation of Vulnerability in Simple Terms

02Summary

WP-DownloadManager versions 1.69 and earlier contain a path traversal vulnerability that allows high-privilege users to read files outside the intended directory. An attacker with administrative access can craft requests to access sensitive files on the server. The vulnerability has low confidentiality impact and requires high privileges to exploit.

What an attacker can do

03Attacker Capabilities

Read files outside the plugin's intended directory with admin-level access.

Potential impact on your site

04Site Impact

An admin account compromise could expose sensitive server files; limit admin access to trusted users.

Conditions required to exploit

05Prerequisites

Attacker must have high-level privileges (admin or equivalent) on the WordPress site.

Key dates

06Disclosure timeline

February 18, 2026 CVE published
April 8, 2026 Record updated