CVE-2026-15348

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.
Configurations

No configuration.

History

23 Jul 2026, 10:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-23 10:16

Updated : 2026-07-23 15:14


NVD link : CVE-2026-15348

Mitre link : CVE-2026-15348

CVE.ORG link : CVE-2026-15348


JSON object : View

Products Affected

No product.

CWE
CWE-287

Improper Authentication