Skip to main content

Jetengine CVE-2026-4352

| EUVDEUVD-2026-22195 HIGH
SQL Injection (CWE-89)
2026-04-14 Wordfence
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

5
Re-analysis Queued
Apr 22, 2026 - 20:37 vuln.today
cvss_changed
Analysis Generated
Apr 14, 2026 - 02:08 vuln.today
EUVD ID Assigned
Apr 14, 2026 - 02:00 euvd
EUVD-2026-22195
Analysis Generated
Apr 14, 2026 - 02:00 vuln.today
CVE Published
Apr 14, 2026 - 01:25 nvd
HIGH 7.5

DescriptionCVE.org

The JetEngine plugin for WordPress is vulnerable to SQL Injection via the Custom Content Type (CCT) REST API search endpoint in all versions up to, and including, 3.8.6.1. This is due to the _cct_search parameter being interpolated directly into a SQL query string via sprintf() without sanitization or use of $wpdb->prepare(). WordPress REST API's wp_unslash() call on $_GET strips the wp_magic_quotes() protection, allowing single-quote-based injection. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The Custom Content Types module must be enabled with at least one CCT configured with a public REST GET endpoint for exploitation.

AnalysisAI

SQL injection in JetEngine WordPress plugin (≤3.8.6.1) via Custom Content Type REST API allows unauthenticated remote attackers to extract sensitive database information. The vulnerability stems from unsanitized search parameters in REST endpoints, bypassing WordPress's built-in SQL protections. Attack complexity is low (CVSS AC:L) with no user interaction required. EPSS and KEV data not provided; exploitation requires Custom Content Types module enabled with public REST endpoints configured.

Technical ContextAI

JetEngine is a WordPress plugin by Crocoblock that extends content management capabilities through Custom Content Types (CCT). The vulnerability exists in the CCT REST API search implementation where the '_cct_search' parameter is passed directly into SQL query construction using sprintf() without parameterization or sanitization. WordPress core's wp_magic_quotes() normally adds protective escaping to user input, but the REST API architecture calls wp_unslash() on $_GET parameters before routing, stripping this protection. Without compensating sanitization via $wpdb->prepare() - WordPress's recommended SQL preparation method - single-quote characters remain unescaped, enabling classic SQL injection attacks. This is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), the foundational weakness underlying SQL injection vulnerabilities. The affected component is identified as cpe:2.3:a:crocoblock:jetengine, affecting all versions through 3.8.6.1.

RemediationAI

Upgrade JetEngine to version 3.8.6.2 or later, which should address this SQL injection vulnerability through proper input sanitization using WordPress's $wpdb->prepare() method. Consult the official Crocoblock plugin page at https://crocoblock.com/plugins/jetengine/ and monitor vendor security advisories for patch release confirmation. As an immediate mitigation measure if patching is delayed, administrators can disable the Custom Content Types module or restrict REST API access using WordPress security plugins or web application firewall rules to block unauthenticated access to endpoints matching the pattern /wp-json/jet-cct/. Conduct database audits to identify potential unauthorized data access if vulnerable configurations were previously exposed. Detailed vulnerability analysis is available from Wordfence Threat Intelligence at https://www.wordfence.com/threat-intel/vulnerabilities/id/29a5701f-92f7-4a02-a990-b189a381cff5?source=cve.

CVE-2026-17019 MEDIUM POC
6.1 Aug 10

Stored Cross-Site Scripting in the JetEngine WordPress plugin (all versions before 3.8.13.1) allows unauthenticated remo

CVE-2026-66613 CRITICAL
9.8 Aug 19

Remote code execution in Crocoblock JetEngine (WordPress plugin) versions 3.8.14 and earlier allows unauthenticated atta

CVE-2026-52706 CRITICAL
9.8 Jun 17

Unauthenticated PHP Object Injection in Crocoblock JetEngine WordPress plugin versions 3.8.10 and earlier allows remote

CVE-2026-49075 CRITICAL
9.8 Jun 17

PHP Object Injection in the JetEngine WordPress plugin (versions through 3.8.9.1) allows authenticated users with the Co

CVE-2021-41844 CRITICAL
9.8 Dec 15

Crocoblock JetEngine before 2.9.1 does not properly validate and sanitize form data. Rated critical severity (CVSS 9.8),

CVE-2026-14864 MEDIUM POC
5.4 Aug 02

Stored Cross-Site Scripting in JetEngine WordPress plugin before 3.8.12 allows users holding the Contributor role or hig

CVE-2026-42774 CRITICAL
9.3 May 25

SQL injection in Crocoblock JetEngine (a WordPress plugin) through version 3.8.8.1 allows remote unauthenticated attacke

CVE-2026-54187 CRITICAL
9.3 Jun 17

Unauthenticated SQL injection in the JetEngine WordPress plugin versions 3.8.10.1 and earlier allows remote attackers to

CVE-2026-49084 CRITICAL
9.3 Jun 17

Unauthenticated SQL injection in the JetEngine WordPress plugin versions prior to 3.8.9.1 allows remote attackers to inj

CVE-2026-49076 CRITICAL
9.3 Jun 17

Unauthenticated SQL injection in the JetEngine WordPress plugin (versions up to and including 3.8.9.1) allows remote att

CVE-2026-32355 HIGH
8.8 Mar 13

Crocoblock JetEngine versions below 3.8.4.1 are vulnerable to unsafe deserialization of untrusted data, enabling authent

CVE-2026-4662 HIGH
7.5 Mar 24

The JetEngine plugin for WordPress contains a SQL injection vulnerability in the listing_load_more AJAX action that allo

Share

CVE-2026-4352 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy