ZeroHour

CVE-2026-87935

niche

Unauthenticated Arbitrary File Upload to RCE in WordPress Paid Downloads Plugin

CVSS 3.1
8.1 high
EPSS
Published
()
Modified
AI analysis

The Paid Downloads plugin for WordPress, in all versions up to and including 3.15, exposes an arbitrary file upload flaw in its admin_request_handler function, which performs no authorization check and no file-type validation and is reachable by unauthenticated users because is_admin() returns true for requests to /wp-admin/admin-post.php. An unauthenticated attacker can therefore upload files directly to the site, including files the web server may execute, which makes remote code execution possible. Exploitability depends on the server stack: on Apache with AllowOverride enabled, an .htaccess file placed in the upload directory can block direct HTTP retrieval of uploaded files, so sites on nginx, LiteSpeed, or Apache with AllowOverride None are the most exposed. Any WordPress site running the plugin at version 3.15 or earlier is affected. As of this analysis the flaw is not on CISA's KEV list, no public proof-of-concept is known, and no in-the-wild exploitation has been confirmed.

What to do: Update the Paid Downloads plugin to a version newer than 3.15 as soon as a patched release is available; if no fix is published, deactivate and remove the plugin. Sites that must keep running it should block PHP execution and direct HTTP access to uploaded files at the web-server layer (an .htaccess deny rule is effective on Apache with AllowOverride enabled, while nginx and LiteSpeed sites need an equivalent server-level rule) and should review the uploads directory and admin-post.php access logs for suspicious .php uploads or .htaccess modifications.

Affected
Paid Downloads pluginAll versions up to and including 3.15
Estimated exposure
nichelikely low thousands of sites at most (niche WordPress plugin; no active-install count in the source data) — The plugin is a long-tail WordPress.org utility rather than a mainstream plugin, so deployments are expected in the low thousands or fewer, but the source data provides no install counts, making this a low-confidence order-of-magnitude…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

The Paid Downloads plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 3.15 via the admin_request_handler function. This is due to missing authorization and file type validation in the admin_request_handler function, which is reachable unauthenticated via is_admin() returning true for /wp-admin/admin-post.php. This makes it possible for unauthenticated attackers to upload files that may be executable, which makes remote code execution possible. On Apache servers where AllowOverride is enabled, an .htaccess file placed in the upload directory may block direct HTTP retrieval of uploaded files, limiting exploitability to stacks that do not honor .htaccess directives such as nginx, LiteSpeed, and Apache with AllowOverride None.

Ecosystems
WordPress
Weakness
CWE-434
Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

In the news

No ingested article mentions this CVE yet.