Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network-reachable SQLi (AV:N/AC:L/PR:N/UI:N); scope changes to DB (S:C); high data disclosure (C:H), low integrity from possible query manipulation, no availability impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated SQL Injection in JetSearch <= 3.5.17 versions.
AnalysisAI
Unauthenticated SQL injection in the JetSearch WordPress plugin (versions <= 3.5.17) allows remote attackers to inject arbitrary SQL into backend database queries without any authentication or user interaction. The flaw carries a CVSS 9.3 (Critical) score with a scope change, meaning impact extends beyond the plugin to the underlying WordPress database. No public exploit identified at time of analysis, but the trivial attack complexity and lack of authentication requirement make this a high-priority patching target for any WordPress site running the plugin.
Technical ContextAI
JetSearch (cpe:2.3:a:jetimpex_inc.:jetsearch) is an AJAX-driven search plugin for WordPress developed by Jetimpex (Crocoblock), commonly bundled with Elementor and JetEngine deployments. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), indicating user-supplied input is concatenated into SQL queries - likely via an AJAX search endpoint or REST handler - without proper parameterization through WordPress's $wpdb->prepare() API. Because WordPress plugins share the global database connection, injection here can read or modify any table the WordPress DB user can access (wp_users, wp_options, custom tables).
RemediationAI
Upstream fix available per Patchstack advisory; released patched version not independently confirmed from the supplied data - administrators should upgrade JetSearch to the latest available version greater than 3.5.17 as published by Jetimpex/Crocoblock and verify via the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/jet-search/vulnerability/wordpress-jetsearch-plugin-3-5-17-sql-injection-vulnerability. If immediate patching is not possible, compensating controls include deactivating the JetSearch plugin entirely (which will break AJAX search functionality on the site), placing the WordPress admin-ajax.php and REST API search endpoints behind a WAF with SQLi signatures tuned for UNION/boolean-based payloads (may produce false positives on legitimate search queries containing quotes or SQL keywords), and restricting the database user's privileges to the minimum required (will not prevent data extraction from accessible tables but limits write-based escalation if the I:N rating proves incorrect).
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-37619