CVE-2026-9713
Received Received - Intake

SQL Injection in Lumise Product Designer for WooCommerce

Vulnerability report for CVE-2026-9713, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-23

Last updated on: 2026-07-23

Assigner: Wordfence

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-23
Last Modified
2026-07-23
Generated
2026-07-23
AI Q&A
2026-07-23
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
king-theme lumise_product_designer_for_woocommerce to 2.1.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an SQL Injection flaw in the Lumise Product Designer for WooCommerce plugin for WordPress. It allows unauthenticated attackers to inject malicious SQL queries through the 'id' and 'table' parameters in a cart JSON file during checkout. The issue occurs because user-supplied inputs are directly appended to raw SQL queries without proper escaping or sanitization in the find_resource() function.

Detection Guidance

To detect this vulnerability, monitor for unusual SQL queries or database access patterns in your WordPress logs. Check for requests to the checkout AJAX action with suspicious 'id' or 'table' parameters in the cart JSON payload. Use tools like grep to search for patterns like 'find_resource' or 'cart' in access logs.

Impact Analysis

An attacker could exploit this to extract sensitive information from the database, such as customer data, payment details, or other confidential information. Since the plugin integrates with WooCommerce and WordPress, the impact could extend to store operations, user accounts, and transaction security.

Compliance Impact

This vulnerability could lead to unauthorized data access, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. Organizations using the plugin may face compliance violations, legal penalties, and reputational damage if sensitive data is exposed.

Mitigation Strategies

Immediately update the Lumise Product Designer for WooCommerce plugin to the latest version if available. Disable the plugin temporarily if no update is available. Review and restrict database access permissions for the WordPress user. Monitor for unauthorized database queries or data exfiltration attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9713. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart