Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
4.3
Unauthenticated users can alter protected files on WordPress with Download Manager
CVE-2026-4057
Summary
The Download Manager plugin for WordPress has a security flaw that allows attackers with Contributor-level access to make protected files public. This is a risk for sites using this plugin, as it could lead to sensitive files being exposed. Update to the latest version of the plugin to fix the issue.
Original title
The Download Manager plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the `makeMediaPublic()` and `makeMediaPrivate()` functions in all v...
Original description
The Download Manager plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the `makeMediaPublic()` and `makeMediaPrivate()` functions in all versions up to, and including, 3.3.51. This is due to the functions only checking for `edit_posts` capability without verifying post ownership via `current_user_can('edit_post', $id)`, and the destructive operations executing before the admin-level check in `mediaAccessControl()`. This makes it possible for authenticated attackers, with Contributor-level access and above, to strip all protection metadata (password, access restrictions, private flag) from any media file they do not own, making admin-protected files publicly accessible via their direct URL.
nvd CVSS3.1
4.3
Vulnerability type
CWE-862
Missing Authorization
- https://plugins.trac.wordpress.org/browser/download-manager/tags/3.3.51/src/Medi...
- https://plugins.trac.wordpress.org/browser/download-manager/tags/3.3.51/src/Medi...
- https://plugins.trac.wordpress.org/browser/download-manager/trunk/src/MediaLibra...
- https://plugins.trac.wordpress.org/browser/download-manager/trunk/src/MediaLibra...
- https://plugins.trac.wordpress.org/changeset/3492316/download-manager/trunk/src/...
- https://plugins.trac.wordpress.org/changeset?old_path=%2Fdownload-manager/tags/3...
- https://www.wordfence.com/threat-intel/vulnerabilities/id/a6b02846-61be-4571-921...
Published: 10 Apr 2026 · Updated: 10 Apr 2026 · First seen: 10 Apr 2026