Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Unauthenticated network-reachable AJAX endpoint with no user interaction; blind SQLi yields high confidentiality via data exfiltration but no inherent write or DoS impact.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
2DescriptionCVE.org
The JetEngine plugin for WordPress is vulnerable to SQL injection in all versions up to and including 3.8.10.1. The listing_load_more AJAX handler accepts a filtered_query parameter that is intentionally excluded from the HMAC query signature check to support front-end filter integration. However, meta_query row values within filtered_query are not sanitized before being merged into SQL construction. This makes it possible for unauthenticated attackers to perform time-based or boolean blind SQL injection by appending a malicious meta_query value to a Load More AJAX request captured from any public Listing Grid page.
AnalysisAI
Unauthenticated SQL injection in the JetEngine WordPress plugin versions up to 3.8.10.1 allows remote attackers to extract database contents via the listing_load_more AJAX handler. The filtered_query parameter is deliberately excluded from the HMAC signature check to enable front-end filter integration, but meta_query row values are merged into SQL without sanitization, enabling time-based or boolean blind injection. No public exploit identified at time of analysis, though the bug was reported by Wordfence and source code locations are publicly referenced.
Technical ContextAI
JetEngine by Crocoblock is a widely deployed WordPress plugin for building dynamic listings, custom post types, and query-driven content (CPE cpe:2.3:a:crocoblock:jetengine:*). The vulnerability lives in includes/components/listings/ajax-handlers.php and the meta-query trait at includes/components/query-builder/queries/traits/meta-query.php, where filtered_query.meta_query rows feed into WP_Query/WP_Meta_Query SQL construction. The root cause is CWE-89 (Improper Neutralization of Special Elements in an SQL Command): an HMAC signature is normally used to bind AJAX query parameters, but filtered_query is whitelisted out of that signature to support legitimate front-end filter UIs, creating an asymmetric trust boundary where attacker-controlled meta_query values reach the SQL layer unsanitized.
RemediationAI
Upstream fix available (PR/commit); released patched version not independently confirmed from the provided data - administrators should consult the Crocoblock changelog at https://crocoblock.com/changelog/?plugin=jet-engine and the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/fd839b20-69d1-4cad-80fc-3e7b9940fd30?source=cve to identify the exact fixed version above 3.8.10.1 and upgrade immediately. Until upgraded, deploy a WAF rule (Wordfence, Cloudflare, or equivalent) that blocks listing_load_more AJAX requests containing meta_query keys with SQL meta-characters or UNION/SLEEP/BENCHMARK tokens in filtered_query, accepting the trade-off that legitimate complex filter queries may be impacted. As a stronger compensating control, restrict access to /wp-admin/admin-ajax.php?action=listing_load_more from untrusted networks or disable Listing Grids until patched; this will break public listing-filter functionality on the front end.
Stored Cross-Site Scripting in the JetEngine WordPress plugin (all versions before 3.8.13.1) allows unauthenticated remo
Remote code execution in Crocoblock JetEngine (WordPress plugin) versions 3.8.14 and earlier allows unauthenticated atta
Unauthenticated PHP Object Injection in Crocoblock JetEngine WordPress plugin versions 3.8.10 and earlier allows remote
PHP Object Injection in the JetEngine WordPress plugin (versions through 3.8.9.1) allows authenticated users with the Co
Crocoblock JetEngine before 2.9.1 does not properly validate and sanitize form data. Rated critical severity (CVSS 9.8),
Stored Cross-Site Scripting in JetEngine WordPress plugin before 3.8.12 allows users holding the Contributor role or hig
SQL injection in Crocoblock JetEngine (a WordPress plugin) through version 3.8.8.1 allows remote unauthenticated attacke
Unauthenticated SQL injection in the JetEngine WordPress plugin versions 3.8.10.1 and earlier allows remote attackers to
Unauthenticated SQL injection in the JetEngine WordPress plugin versions prior to 3.8.9.1 allows remote attackers to inj
Unauthenticated SQL injection in the JetEngine WordPress plugin (versions up to and including 3.8.9.1) allows remote att
Crocoblock JetEngine versions below 3.8.4.1 are vulnerable to unsafe deserialization of untrusted data, enabling authent
Unauthenticated Cross-Site Scripting in JetEngine WordPress plugin (versions 3.8.13.1 and below) allows a remote, unauth
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37552