---
id: CVE-2026-92714
title: >-
  The Download Manager plugin for WordPress is vulnerable to Insecure Direct
  Object Reference in versions up to, and including, 3.3.68 via the duplicate()
  function hooked on admin_init
summary: >-
  The Download Manager plugin for WordPress is vulnerable to Insecure Direct
  Object Reference in versions up to, and including, 3.3.68 via the duplicate()
  function hooked on admin_init. This is due to the handler only verifying the
  generic…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-639
vendor: codename065
product: Download Manager
affected:
  - download_manager <= 3.3.68
published: '2026-09-18'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T13:23:37.403'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92714'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/download-manager/tags/3.3.68/src/Admin/Menu/Packages.php#L132
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/download-manager/tags/3.3.68/src/Admin/Menu/Packages.php#L133
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/download-manager/tags/3.3.68/src/Package/PackageController.php#L2425
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/changeset?reponame=&old=3699609%40download-manager&new=3699609%40download-manager
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/4eca64cc-75c2-46ba-a086-15a952a20026?source=cve
    label: security@wordfence.com
tags:
  - nvd
  - cve.org
epss: 0.00415
epssPercentile: 0.33248
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-18T11:37:03.587882Z'
ingestedAt: '2026-09-18T07:37:23.436Z'
---

## Overview

The Download Manager plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 3.3.68 via the duplicate() function hooked on admin_init. This is due to the handler only verifying the generic 'edit_posts' capability and a plugin-wide static nonce (NONCE_KEY) without any object-level authorization check against the targeted wpdmpro package ID. This makes it possible for authenticated attackers, with Author-level access and above, to duplicate arbitrary Download Manager packages owned by other users (including administrators), which copies all package metadata — including protected file references, role-based access restrictions, and password lock settings — into an attacker-owned clone that they can then edit to remove restrictions and download the previously protected files.

## Remediation

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