Description
The Premium Packages – Sell Digital Products Securely plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 7.0.4 via the `wpdmppdl` parameter. This is due to the `download()` function — hooked to the unauthenticated WordPress `wp` action — decoding the attacker-controlled `wpdmppdl` parameter using only `base64_decode()` and `json_decode()` with no HMAC, cryptographic signature, or nonce verification, and then issuing WordPress authentication cookies after a domain check that is trivially bypassed because both sides of the comparison are attacker-supplied values. This makes it possible for unauthenticated attackers to authenticate as any non-administrator WordPress user, including subscribers, customers, contributors, authors, editors, and shop managers, who owns an order, gaining full session-level access to that account.
Published: 2026-07-23
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Premium Packages – Sell Digital Products Securely plugin for WordPress contains a flaw that allows an attacker who has no valid credentials to authenticate as any non‑administrator WordPress user. The vulnerability is a CWE‑287 Authentication Bypass flaw that arises because the download() function, fired during the unauthenticated wp action, decodes the attacker‑supplied wpdmppdl parameter with only base64_decode() and json_decode(), and then performs a domain check using values controlled by the attacker. After this trivial check, the function issues WordPress authentication cookies, giving the attacker full session‑level access to the chosen user account. This can lead to unauthorized data disclosure, modification, deletion, or abuse of any features that rely on that user's permissions.

Affected Systems

WordPress sites that host the Premium Packages plugin by codename065, on any version up to and including 7.0.4. All installations that have not applied a later patch are susceptible, regardless of the site's size or the number of registered users.

Risk and Exploitability

The flaw has a CVSS score of 6.3, reflecting moderate severity. The EPSS score is reported as less than 1 %, indicating a low exploitation probability at present. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves an unauthenticated attacker sending a crafted HTTP request containing a malicious wpdmppdl parameter to a download URL, bypassing the domain check and receiving authentication cookies for the targeted user. Because the attacker can impersonate any non‑admin role, the compromise can expose personal data and may facilitate further privilege escalation if the site contains additional vulnerabilities.

Generated by OpenCVE AI on August 3, 2026 at 22:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available update from codename065 that removes the authentication bypass, ensuring the installed version is newer than 7.0.4.
  • If an upgrade cannot be performed immediately, block unauthenticated access to the wpdmppdl parameter by adding a server‑side rule such as an .htaccess rewrite or a web‑application firewall rule that rejects requests containing that query string.
  • Enforce strict role‑based access controls for download and order handling features in WordPress, restricting these functions to authenticated users with explicit permissions and disabling guest or anonymous downloads wherever possible.

Generated by OpenCVE AI on August 3, 2026 at 22:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Codename065
Codename065 premium Packages – Sell Digital Products Securely
Wordpress
Wordpress wordpress
Vendors & Products Codename065
Codename065 premium Packages – Sell Digital Products Securely
Wordpress
Wordpress wordpress

Thu, 23 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 23 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
Description The Premium Packages – Sell Digital Products Securely plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 7.0.4 via the `wpdmppdl` parameter. This is due to the `download()` function — hooked to the unauthenticated WordPress `wp` action — decoding the attacker-controlled `wpdmppdl` parameter using only `base64_decode()` and `json_decode()` with no HMAC, cryptographic signature, or nonce verification, and then issuing WordPress authentication cookies after a domain check that is trivially bypassed because both sides of the comparison are attacker-supplied values. This makes it possible for unauthenticated attackers to authenticate as any non-administrator WordPress user, including subscribers, customers, contributors, authors, editors, and shop managers, who owns an order, gaining full session-level access to that account.
Title Premium Packages <= 7.0.4 - Authentication Bypass to Non-Admin via 'wpdmppdl' Parameter
Weaknesses CWE-287
References
Metrics cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L'}


Subscriptions

Codename065 Premium Packages – Sell Digital Products Securely
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-23T13:54:38.400Z

Reserved: 2026-07-09T20:39:47.692Z

Link: CVE-2026-15348

cve-icon Vulnrichment

Updated: 2026-07-23T13:54:33.569Z

cve-icon NVD

Status : Deferred

Published: 2026-07-23T10:16:50.303

Modified: 2026-07-23T15:14:51.013

Link: CVE-2026-15348

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T22:45:04Z

Weaknesses