Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Primary rating from Vendor (Patchstack) · only source for this CVE.
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Lifecycle Timeline
1DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Crocoblock JetEngine allows SQL Injection.
This issue affects JetEngine: from n/a through 3.8.8.1.
AnalysisAI
SQL injection in Crocoblock JetEngine (a WordPress plugin) through version 3.8.8.1 allows remote unauthenticated attackers to inject crafted SQL into backend queries, leading to high-impact confidentiality disclosure and limited availability impact with a scope change to other components. The flaw carries a CVSS 9.3 rating and was disclosed by Patchstack, but there is no public exploit identified at time of analysis and EPSS is very low at 0.03%.
Technical ContextAI
JetEngine is a popular Crocoblock plugin for WordPress used to build dynamic content, custom post types, listings, and meta fields, and it issues database queries against the WordPress MySQL/MariaDB backend. The root cause is CWE-89: Improper Neutralization of Special Elements used in an SQL Command, meaning user-controlled input is concatenated into SQL statements without proper parameterization or sanitization via wpdb->prepare or equivalent escaping. The affected CPE is cpe:2.3:a:crocoblock:jetengine:*:*:*:*:*:*:*:* covering all releases up to and including 3.8.8.1, and the scope-change flag (S:C) in the CVSS vector indicates the injected SQL can affect data or components beyond the plugin's own security context - typically the entire WordPress database including wp_users and authentication-relevant tables.
RemediationAI
No vendor-released patch identified at time of analysis from the provided data - the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/jet-engine/vulnerability/wordpress-jetengine-plugin-3-8-8-1-sql-injection-vulnerability lists 3.8.8.1 as the last known-vulnerable version, so administrators should monitor that advisory and the Crocoblock changelog for a release above 3.8.8.1 and upgrade as soon as it is published. Until a fixed release is available, deploy Patchstack's vPatch or a WAF rule that blocks SQL metacharacters in JetEngine REST and AJAX endpoints (commonly under /wp-json/jet-engine/ and admin-ajax.php with action parameters containing 'jet_engine'), accepting that overly broad rules may break legitimate listing queries and dynamic filtering. Compensating controls include restricting access to /wp-admin and admin-ajax.php to known IPs, enforcing the WordPress database user's privileges to SELECT/INSERT/UPDATE/DELETE on its own schema only (no FILE or SUPER), and enabling query logging to detect probing - note that disabling JetEngine entirely will break any site that depends on its custom post types and listings.
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
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 SQL injection in the JetEngine WordPress plugin versions up to 3.8.10.1 allows remote attackers to extra
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-31751
GHSA-g8m9-vcxf-8fwg