<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Lumise Product Designer for WooCommerce (&lt;= 2.1.1) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/lumise-product-designer-for-woocommerce--2.1.1/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 23 Jul 2026 08:18:58 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/lumise-product-designer-for-woocommerce--2.1.1/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-9713: Lumise Product Designer for WooCommerce Plugin SQL Injection</title><link>https://feed.craftedsignal.io/briefs/2026-07-lumise-woocommerce-sqli/</link><pubDate>Thu, 23 Jul 2026 08:18:58 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-lumise-woocommerce-sqli/</guid><description>The Lumise Product Designer for WooCommerce plugin for WordPress, in versions up to and including 2.1.1, is vulnerable to SQL Injection via the 'id' and 'table' parameters within an uploaded cart JSON file processed by the checkout AJAX action, allowing unauthenticated attackers to extract sensitive database information.</description><content:encoded><![CDATA[<p>A critical SQL Injection vulnerability, tracked as CVE-2026-9713, affects the Lumise Product Designer for WooCommerce plugin for WordPress, impacting all versions up to and including 2.1.1. This flaw allows unauthenticated attackers to exploit the 'id' and 'table' parameters found within an uploaded cart JSON file. These parameters are handled by the plugin's checkout AJAX action, specifically within the <code>find_resource()</code> function, where they are insufficiently escaped before being directly appended to a raw SQL query. Neither <code>wp_magic_quotes</code> nor <code>$wpdb-&gt;prepare()</code> adequately protect these inputs. Attackers can leverage this vulnerability to inject additional SQL queries, enabling them to extract sensitive information from the underlying WordPress database, posing a significant risk to data confidentiality.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker crafts a malicious JSON file containing specially formatted <code>id</code> and <code>table</code> parameters with SQL injection payloads.</li>
<li>The attacker sends an HTTP POST request to the <code>/wp-admin/admin-ajax.php</code> endpoint on the vulnerable WordPress site, specifying the <code>action=lumise_checkout</code> parameter.</li>
<li>The crafted JSON file is included in the request body as part of the &quot;uploaded cart&quot; data.</li>
<li>The <code>lumise_checkout</code> AJAX action processes the request and calls the <code>find_resource()</code> function.</li>
<li>Inside <code>find_resource()</code>, the malicious <code>id</code> and <code>table</code> parameters from the JSON file are directly interpolated into a raw SQL query without proper escaping or sanitization.</li>
<li>The injected SQL commands execute against the WordPress database, allowing the attacker to bypass authentication and retrieve sensitive information.</li>
<li>The attacker receives database query results, potentially containing user credentials, customer data, or other proprietary information, within the server's response.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-9713 allows unauthenticated attackers to extract sensitive data directly from the WordPress database. This can include user details, hashed passwords, order information, and other proprietary business data stored by the WooCommerce plugin. The compromise of such information can lead to severe privacy breaches, financial fraud, reputational damage, and further exploitation of the affected website and its users. Given the unauthenticated nature of the vulnerability, any internet-facing WordPress site using the affected plugin is at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-9713 on all affected WordPress installations running the Lumise Product Designer for WooCommerce plugin immediately by updating to a version greater than 2.1.1.</li>
<li>Deploy the Sigma rule below to your SIEM to detect attempts at exploiting CVE-2026-9713.</li>
<li>Review web server logs for HTTP POST requests to <code>/wp-admin/admin-ajax.php</code> containing <code>action=lumise_checkout</code> and suspicious SQL-like strings in the request body.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>woocommerce</category><category>sql-injection</category><category>web-vulnerability</category><category>cve</category></item></channel></rss>