Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network SQLi (AV:N/AC:L/PR:N/UI:N) reaching the WordPress DB beyond plugin scope (S:C) yields C:H; some write capability typical of SQLi gives I:L, A:N.
Primary rating from Vendor (Patchstack).
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
Unauthenticated SQL Injection in JetEngine <= 3.8.10.1 versions.
AnalysisAI
Unauthenticated SQL injection in the JetEngine WordPress plugin versions 3.8.10.1 and earlier allows remote attackers to inject arbitrary SQL into backend database queries without credentials or user interaction. The CVSS 3.1 score of 9.3 (Critical) reflects a scope change with high confidentiality and low availability impact, indicating attacker-controlled queries can reach data beyond the plugin's own context. No public exploit identified at time of analysis, but the lack of authentication requirements makes this a high-priority patch target for any site running the affected versions.
Technical ContextAI
JetEngine (by Jetimpex / Crocoblock) is a widely deployed WordPress plugin that extends the platform with custom post types, meta fields, relations, dynamic listings, and query builders backed by direct SQL operations against the WordPress database. The flaw is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-supplied input is concatenated or otherwise embedded into a SQL statement without proper escaping or use of $wpdb->prepare(). The CPE cpe:2.3:a:jetimpex_inc.:jetengine:*:*:*:*:*:*:*:* combined with the disclosed ceiling of 3.8.10.1 indicates all currently released versions up to that point share the vulnerable code path until the vendor publishes a fixed build.
RemediationAI
Upgrade JetEngine to a version higher than 3.8.10.1 as soon as the vendor publishes a fixed build; consult the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/jet-engine/vulnerability/wordpress-jetengine-plugin-3-8-10-1-sql-injection-vulnerability and the Crocoblock changelog for the exact patched version number. If a patched release is not yet available or cannot be applied immediately, deploy a WAF rule (Patchstack, Wordfence, or equivalent) that blocks SQL metacharacters and UNION/SELECT/SLEEP patterns on JetEngine REST and AJAX endpoints, restrict access to the plugin's listing/query endpoints via IP allowlisting at the web server, and consider temporarily deactivating JetEngine on internet-facing sites - noting that deactivation will break custom post types, listings, and dynamic content built with it. After patching, rotate WordPress secret keys, force password resets for administrators, and review database access logs for anomalous SELECTs against wp_users and wp_options.
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 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-37632