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) primarily enabling database read (C:H); I/A set to N as evidence points to data disclosure, and scope kept Unchanged absent clear cross-authority impact.
Primary rating from Vendor (patchstack).
CVSS VectorVendor: patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated SQL Injection in Advance Product Search <= 1.4.4 versions.
AnalysisAI
Unauthenticated SQL injection in the WordPress "Advance Product Search" plugin (slug th-advance-product-search) through version 1.4.4 lets remote attackers inject crafted SQL via a search-facing parameter without any login. Because the CVSS vector marks privileges as none (PR:N) and a scope change (S:C), an attacker can reach and read backend database content reachable from the plugin's queries. No public exploit has been identified at time of analysis, and the issue is not listed in CISA KEV; the high 9.3 score is driven by the unauthenticated network vector and confidentiality impact rather than any confirmed in-the-wild activity.
Technical ContextAI
The affected component is a WordPress plugin that adds an enhanced product/search feature, typically used alongside WooCommerce storefronts. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): user-controllable search input is concatenated into a database query without proper parameterization or sanitization, allowing the input to alter query structure. WordPress plugins execute queries through the global $wpdb interface against the shared WordPress/WooCommerce database (wp_users, wp_usermeta, wp_options, product tables, etc.), so a successful injection in plugin code can disclose data well beyond the plugin's own tables - consistent with the scope-changed (S:C) flag in the reported CVSS vector.
RemediationAI
No vendor-released patched version is identified in the available data, so the specific fix release cannot be cited; consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/th-advance-product-search/vulnerability/wordpress-advance-product-search-plugin-1-4-4-sql-injection-vulnerability) and the plugin's WordPress.org/vendor page for the first release above 1.4.4 and upgrade once confirmed. Until a confirmed patched version is installed, compensating controls include deactivating and removing the Advance Product Search plugin entirely (trade-off: loses the enhanced search feature on the storefront); deploying a WAF/virtual-patch rule (e.g., Patchstack or Wordfence) to block SQL metacharacters on the plugin's search request parameter (trade-off: may break legitimate searches containing quotes or special characters); and restricting or rate-limiting access to the search/AJAX endpoint while monitoring database query logs for anomalous UNION/SELECT patterns. These are stopgaps only and should be removed once the upgrade is applied.
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-39723
GHSA-h8f9-g796-676q