---
id: CVE-2026-87935
title: >-
  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
summary: >-
  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_…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-434
vendor: ichurakov
product: Paid Downloads
affected:
  - paid_downloads <= 3.15
published: '2026-09-17'
updated: '2026-09-19'
sourceUpdated: '2026-09-19T15:17:07.300'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-87935'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/paid-downloads/tags/3.15/paid-downloads.php#L1036
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/paid-downloads/tags/3.15/paid-downloads.php#L1902
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/paid-downloads/tags/3.15/paid-downloads.php#L79
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/paid-downloads/tags/3.15/paid-downloads.php#L941
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/3f0251e5-e575-4662-b81d-72c106e92b50?source=cve
    label: security@wordfence.com
tags:
  - nvd
  - cve.org
epss: 0.00912
epssPercentile: 0.58311
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-19T13:18:34.058882Z'
ingestedAt: '2026-09-17T05:11:38.051Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
