Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated remote SQLi (AV:N/AC:L/PR:N/UI:N) yields full DB read (C:H) and plausible limited writes (I:L); kept S:U as injection stays within the database trust boundary.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated SQL Injection in Premmerce Wishlist for WooCommerce <= 1.1.11 versions.
Articles & Coverage 2
AnalysisAI
SQL injection in the Premmerce Wishlist for WooCommerce WordPress plugin (versions 1.1.11 and earlier) lets remote unauthenticated attackers inject crafted SQL into backend database queries, per the CVSS PR:N vector. Reported by Patchstack and rated 9.3 (CVSS 3.1), it allows extraction of sensitive WordPress/WooCommerce data such as user records and credential hashes. There is no public exploit identified at time of analysis, it is not listed in CISA KEV, and no EPSS score was provided.
Technical ContextAI
The affected component is Premmerce Wishlist for WooCommerce, an e-commerce wishlist plugin running on the WordPress/WooCommerce stack (PHP backed by a MySQL/MariaDB database), identified by CPE cpe:2.3:a:premmerce:premmerce_wishlist_for_woocommerce. The flaw is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-controllable input reaches a SQL query without proper parameterization or escaping - typically a wishlist parameter (e.g. product/wishlist ID) passed through an AJAX or query-string handler that bypasses WordPress's $wpdb->prepare() safeguards. Because WordPress AJAX endpoints (wp-admin/admin-ajax.php) and nopriv hooks can be reachable without login, an unauthenticated path to the vulnerable query is consistent with the PR:N rating.
RemediationAI
No vendor-released patched version is named in the available data; the advisory states only that versions up to and including 1.1.11 are affected, so the primary action is to upgrade to the next release above 1.1.11 once published by Premmerce (verify the fixed version directly via the Patchstack advisory and the plugin's WordPress.org changelog before relying on it). Until a confirmed fixed version is installed, deactivate and remove the Premmerce Wishlist for WooCommerce plugin if the wishlist feature is non-essential - this fully removes the attack surface at the cost of losing wishlist functionality. As a lower-impact compensating control, place a WAF rule (e.g. Patchstack, Wordfence, or ModSecurity) in front of the site to block SQL-injection patterns against the plugin's AJAX/query endpoints, accepting that signature-based filtering may be bypassable and can cause false positives. Restricting or rate-limiting access to wp-admin/admin-ajax.php and monitoring database query logs for anomalies are additional defensive measures. Reference: the Patchstack advisory URL above.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39373
GHSA-vqcv-7pvp-5rhv