Premium Packages <= 7.0.4 - Authentication Bypass to Non-Admin via 'wpdmppdl' Parameter
Strategic Overview
- Status
- Patched in 7.0.5
- Affected Plugin
- Premium Packages – Sell Digital Products Securely
- Affected Version
<= 7.0.4- CVSS
- 6.3Medium
- Weakness type
- CWE-287 · Improper Authentication
- CVE
CVE-2026-15348
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
Other vulnerabilities in Premium Packages – Sell Digital Products Securely
- 8.8CVE-2023-4293: Premium Packages - Sell… Arbitrary User Meta Update
CVE-2023-4293 - 7.5CVE-2026-12800: Premium Packages <= 6.2.0 SQL Injection
CVE-2026-12800 - 7.5CVE-2026-61948: Premium Packages SQL Injection
CVE-2026-61948 - 7.2CVE-2026-73190: Premium Packages Stored XSS
CVE-2026-73190 - 6.5CVE-2026-15906: Premium Packages <= 7.0.4 SQL Injection
CVE-2026-15906 - 6.4CVE-2025-30991: Premium Packages <= 6.0.5 Stored Cross-Site Scripting
CVE-2025-30991 - 6.4CVE-2024-10164: Premium Packages - Sell Digital… Stored XSS
CVE-2024-10164 - 6.1CVE-2024-11225: Premium Packages Reflected XSS
CVE-2024-11225
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C