Description
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.
Published: 2026-07-23
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Lumise Product Designer plugin for WooCommerce handles cart data sent as a JSON file by an AJAX checkout handler. In affected versions, the code builds database queries by concatenating the user‑supplied 'id' and 'table' fields directly into the SQL string without quoting or preparing the statement. This flaw, identified as CWE‑89, permits an attacker to inject arbitrary SQL commands, enabling them to read or modify sensitive data such as user accounts, orders, or site configuration.

Affected Systems

WordPress sites that have installed the Lumise Product Designer plugin from the King‑Theme vendor, version 2.1.1 or any earlier release, are impacted. The vulnerability lies in the checkout AJAX endpoint that processes cart JSON uploads, and it is not limited to a single user but is accessible to any visitor of the site.

Risk and Exploitability

The CVSS score of 7.5 signals a high severity, and the EPSS score of less than 1% suggests low exploitation activity to date. The vulnerability is not listed in the CISA KEV catalog. An unauthenticated visitor can simply upload a maliciously crafted cart JSON file to the checkout endpoint, after which the plugin executes the injected SQL. This exposes the site’s confidentiality and integrity, potentially allowing full data theft or modification.

Generated by OpenCVE AI on August 3, 2026 at 22:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Lumise plugin to the latest version, which removes the unsanitized query construction.
  • If an upgrade is not feasible, disable or restrict the cart JSON upload functionality so that only authenticated administrators can use it.
  • Deploy a Web Application Firewall rule to block SQL injection patterns targeting the 'id' and 'table' parameters of the cart upload AJAX endpoint.

Generated by OpenCVE AI on August 3, 2026 at 22:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared King-theme
King-theme product Designer For Woocommerce Wordpress | Lumise
Wordpress
Wordpress wordpress
Vendors & Products King-theme
King-theme product Designer For Woocommerce Wordpress | Lumise
Wordpress
Wordpress wordpress

Thu, 23 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 23 Jul 2026 07:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Product Designer for WooCommerce WordPress | Lumise <= 2.1.1 - Unauthenticated SQL Injection via 'id' Parameter in Cart JSON Upload
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

King-theme Product Designer For Woocommerce Wordpress | Lumise
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-23T14:54:58.178Z

Reserved: 2026-05-27T14:53:54.122Z

Link: CVE-2026-9713

cve-icon Vulnrichment

Updated: 2026-07-23T14:10:41.756Z

cve-icon NVD

Status : Deferred

Published: 2026-07-23T08:16:25.390

Modified: 2026-07-23T16:17:55.150

Link: CVE-2026-9713

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T23:00:04Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')