Vulnerability 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 Score
HIGH
Related Weaknesses (CWE)
References
- https://codecanyon.net/item/lumise-product-designer-woocommerce-wordpress/212226
- https://www.wordfence.com/threat-intel/vulnerabilities/id/ee7555a1-18dc-4b00-81f
FAQ
What is CVE-2026-9713?
CVE-2026-9713 is a vulnerability with a CVSS score of 7.5 (HIGH). 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...
How severe is CVE-2026-9713?
CVE-2026-9713 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-9713?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.