Skip to main content

WordPress 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

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
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-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

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