CVE-2025-3404 HIGH

CVE-2025-3404: Download Manager <= 3.3.12 - Authenticated (Author+) Arbitrary File Deletion

Vendor Codename065
Product Download Manager
Weakness CWE-22 · Path traversal
Published April 19, 2025
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Download Manager plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the savePackage function in all versions up to, and including, 3.3.12. This makes it possible for authenticated attackers, with Author-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).

Explanation of Vulnerability in Simple Terms

02Summary

Download Manager versions 3.3.12 and earlier contain a path traversal vulnerability that allows authenticated users to read arbitrary files from the server. An attacker with low-level access can bypass directory restrictions and access sensitive files outside the intended download folder, including configuration files and other protected data.

What an attacker can do

03Attacker Capabilities

Read arbitrary files from the server filesystem, including configuration and sensitive data.

Potential impact on your site

04Site Impact

Sensitive files (configs, database credentials, private keys) may be exposed to any authenticated user.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege user account on the site.

Key dates

06Disclosure timeline

April 19, 2025 CVE published
April 8, 2026 Record updated