CVE-2026-15348

Premium Packages <= 7.0.4 - Authentication Bypass to Non-Admin via 'wpdmppdl' Parameter

2026-07-22 20:55
Wordfence PRISM

Strategic Overview

Status
Patched in 7.0.5
Affected Version
<= 7.0.4
CVSS
6.3Medium
Weakness type
CWE-287 · Improper Authentication
CVE
CVE-2026-15348
View all Premium Packages – Sell Digital Products Securely vulnerabilities

At a glance

CVE-2026-15348 is a medium-severity Improper Authentication vulnerability in the Premium Packages WordPress plugin, affecting versions <= 7.0.4. It carries a CVSS score of 6.3 (reachable over the network; low attack complexity). The issue is fixed in version 7.0.5; sites on affected versions should update now. Disclosed July 2026, reported by Wordfence PRISM.

Vulnerability Overview

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.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.

CWE-287: Improper Authentication

Premium Packages <= 7.0.4 carries this weakness at download(), and reaching it takes a caller who can reach the endpoint. Improper authentication means the mechanism that proves who a caller is can be satisfied without the secret it was supposed to require.

An attacker authenticates as another user — administrators included — without ever knowing a password, so password policies and login rate limits never come into play. For Premium Packages the fix is 7.0.5: builds <= 7.0.4 are affected, anything from 7.0.5 onward is not.

Remediation

Update to version 7.0.5, or a newer patched version

How does WordSec protect against this?

Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Premium Packages 7.0.5 closes this, and updating the plugin is the step that ends it.

  • Login Security
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C