CVE-2026-4057

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.
Configurations

No configuration.

History

10 Apr 2026, 02:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-10 02:16

Updated : 2026-04-24 18:01


NVD link : CVE-2026-4057

Mitre link : CVE-2026-4057

CVE.ORG link : CVE-2026-4057


JSON object : View

Products Affected

No product.

CWE
CWE-862

Missing Authorization