CVE Catalog

CVE-2026-12800

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.30%

23th percentile - higher than 23% of all known CVEs

Summary

The Premium Packages plugin for WordPress (up to version 6.2.0) is vulnerable to SQL injection via the 'code' parameter in the REST API endpoint /wp-json/wpdmpp/v1/cart/coupon. An unauthenticated attacker can append additional SQL queries to extract sensitive database information due to lack of proper query preparation.

Risk Assessment

An attacker can steal sensitive data from the WordPress database, such as customer data or passwords, without authentication.

Recommendation

Immediately update the Premium Packages plugin to the latest version that fixes this vulnerability. Consider implementing a Web Application Firewall (WAF).

Related vulnerabilities

Original NVD description (English source)

The Premium Packages – Sell Digital Products Securely plugin for WordPress is vulnerable to SQL Injection via the 'code' parameter of the POST /wp-json/wpdmpp/v1/cart/coupon REST API endpoint in versions up to, and including, 6.2.0. This is due to insufficient escaping on the user-supplied parameter, which is interpolated directly into a raw SQL query string in the CouponCodes::find() method without use of $wpdb->prepare() or esc_sql(). This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

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