<?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>Premium Packages – Sell Digital Products Securely (&lt; 6.2.1) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/premium-packages--sell-digital-products-securely--6.2.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>Tue, 28 Jul 2026 09:18:40 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/premium-packages--sell-digital-products-securely--6.2.1/feed.xml" rel="self" type="application/rss+xml"/><item><title>WordPress Premium Packages Plugin SQL Injection Vulnerability (CVE-2026-12800)</title><link>https://feed.craftedsignal.io/briefs/2026-07-premium-packages-wordpress-sqli/</link><pubDate>Tue, 28 Jul 2026 09:18:40 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-premium-packages-wordpress-sqli/</guid><description>The Premium Packages - Sell Digital Products Securely plugin for WordPress, in versions up to and including 6.2.0, is vulnerable to SQL Injection via the 'code' parameter of the POST /wp-json/wpdmpp/v1/cart/coupon REST API endpoint, allowing unauthenticated attackers to append additional SQL queries to extract sensitive database information.</description><content:encoded><![CDATA[<p>A critical SQL Injection vulnerability, tracked as CVE-2026-12800, has been identified in the Premium Packages - Sell Digital Products Securely plugin for WordPress, affecting all versions up to and including 6.2.0. This flaw resides within the <code>CouponCodes::find()</code> method, specifically impacting the 'code' parameter of the POST /wp-json/wpdmpp/v1/cart/coupon REST API endpoint. The vulnerability stems from insufficient input escaping, where user-supplied data is directly interpolated into a raw SQL query string without proper sanitization, such as using <code>$wpdb-&gt;prepare()</code> or <code>esc_sql()</code>. This design weakness enables unauthenticated attackers to inject arbitrary SQL queries, thereby extending existing database operations. Successful exploitation can lead to unauthorized access and exfiltration of sensitive information stored within the WordPress database, posing a significant risk to data confidentiality and integrity.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a WordPress site running the Premium Packages - Sell Digital Products Securely plugin version 6.2.0 or earlier.</li>
<li>The attacker crafts a malicious HTTP POST request targeting the <code>/wp-json/wpdmpp/v1/cart/coupon</code> REST API endpoint.</li>
<li>The request includes a specially crafted 'code' parameter containing SQL injection payloads (e.g., <code>' OR 1=1 --</code>).</li>
<li>The vulnerable plugin processes the 'code' parameter without proper escaping or sanitization.</li>
<li>The malicious input is directly concatenated into a raw SQL query within the <code>CouponCodes::find()</code> method.</li>
<li>The database executes the modified SQL query, allowing the attacker to bypass authentication, retrieve arbitrary data, or potentially manipulate database content.</li>
<li>The attacker extracts sensitive information such as user credentials, order details, or other proprietary data from the database.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-12800 allows unauthenticated attackers to perform arbitrary SQL queries against the WordPress database. This can lead to the full compromise of sensitive data, including but not limited to user accounts, session tokens, personal identifiable information (PII), and payment-related details if stored in the database. The exfiltration of such data can result in significant financial losses, reputational damage, regulatory penalties, and further attacks leveraging compromised credentials. The broad installation base of WordPress plugins implies a wide potential victim scope for organizations utilizing this plugin.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-12800 immediately by updating the Premium Packages - Sell Digital Products Securely plugin to version 6.2.1 or newer.</li>
<li>Deploy the <code>Detect CVE-2026-12800 Exploitation - WordPress Premium Packages Plugin SQLi</code> Sigma rule to your SIEM for early detection of exploitation attempts.</li>
<li>Enable comprehensive web server logging for the <code>webserver</code> category, including full request URI and query parameters, to ensure the detection rule can be fully utilized.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>sql-injection</category><category>web-application</category><category>unauthenticated</category></item></channel></rss>