CVE Catalog

CVE-2026-15348

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Summary

The Premium Packages – Sell Digital Products Securely plugin for WordPress versions up to 7.0.4 contain an authentication bypass vulnerability via the 'wpdmppdl' parameter, allowing unauthenticated attackers to log in as any non-administrator user (e.g., subscriber, customer, author) who owns an order, by decoding the parameter without HMAC or signature verification.

Risk Assessment

The risk involves account takeover of any non-administrator user, potentially leading to unauthorized access to orders, customer data, or premium features.

Recommendation

Immediately update the Premium Packages plugin to a version above 7.0.4 that fixes this vulnerability.

Other vulnerabilities in Premium Packages

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS