CVE Catalog

CVE-2026-9713

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.46%

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

Summary

The Lumise Product Designer for WooCommerce plugin for WordPress up to version 2.1.1 is vulnerable to SQL Injection via the 'id' and 'table' parameters in the uploaded cart JSON file processed by the checkout AJAX action. These parameters are insufficiently escaped before being appended to a raw SQL query in the find_resource() function – the 'id' field is interpolated without quotes into a WHERE clause and 'table' into the FROM clause, without protection from wp_magic_quotes or $wpdb->prepare(). This allows unauthenticated attackers to append additional SQL queries to existing ones, potentially extracting sensitive information from the database.

Risk Assessment

An unauthenticated attacker could extract sensitive data from the WordPress database, such as user passwords, API keys, or customer data.

Recommendation

Immediately update the Lumise Product Designer plugin to the latest version that contains a fix, or temporarily disable the plugin.

Related vulnerabilities

Original NVD description (English source)

The Lumise Product Designer for WooCommerce plugin for WordPress is vulnerable to SQL Injection via the 'id' and 'table' parameters in the uploaded cart JSON file processed by the checkout AJAX action in versions up to, and including, 2.1.1. This is due to insufficient escaping on the user-supplied parameters before they are appended directly to a raw SQL query in the find_resource() function — the 'id' field is interpolated without quotes into a WHERE clause (numeric context) and 'table' is interpolated into the FROM clause, neither of which is protected by wp_magic_quotes or passed through $wpdb->prepare(). 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