Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Network-reachable WordPress plugin endpoint, no auth or interaction (PR:N/UI:N); scope changed because SQLi reads beyond plugin context into core/WooCommerce tables; SELECT-only injection yields C:H, I:N, low A:L from heavy queries.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated SQL Injection in Feed KuantoKusta for WooCommerce - Free <= 5.3 versions.
Articles & Coverage 1
AnalysisAI
Unauthenticated SQL injection in the Feed KuantoKusta for WooCommerce Free WordPress plugin (versions n/a through 5.3) allows remote attackers to inject crafted SQL statements without prior authentication. Disclosed via Patchstack and tracked as EUVD-2026-36926, the flaw carries a CVSS 3.1 score of 9.3 with a changed scope, indicating data exposure beyond the plugin's own context. No public exploit identified at time of analysis, and no EPSS or KEV signal was provided in the input.
Technical ContextAI
The affected component is a WordPress plugin by Naked Cat Plugins (Webdados) that generates product feeds for the KuantoKusta price-comparison marketplace, integrating with WooCommerce. The root cause class is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-controlled input is concatenated into a database query without proper parameterization or escaping via wpdb->prepare(). Because WordPress plugins typically execute SQL through the shared $wpdb handle against the site's MySQL/MariaDB database, an injection point in a publicly reachable plugin endpoint exposes the entire WordPress schema - including wp_users, wp_usermeta, and WooCommerce order tables.
RemediationAI
No vendor-released patched version is independently confirmed in the supplied data - the input only specifies vulnerable range '≤5.3' without naming a fixed release - so administrators should consult the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/feed-kuantokusta-for-woocommerce/vulnerability/wordpress-feed-kuantokusta-for-woocommerce-free-plugin-5-3-sql-injection-vulnerability for the latest fixed version and upgrade to any release above 5.3 if published. Until upgrade is verified, deactivate and remove the Feed KuantoKusta for WooCommerce - Free plugin (trade-off: KuantoKusta product feed generation stops, breaking that marketplace integration), or place the site behind a WAF with virtual-patching rules for this CVE (Patchstack and Wordfence typically ship such signatures). As an interim network control, restrict access to the plugin's feed endpoints via web-server ACLs or HTTP basic auth (trade-off: legitimate KuantoKusta crawlers may be blocked, requiring IP allowlisting).
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36926
GHSA-wxhf-xjhx-2vh3