Skip to main content

WordPress CVE-2026-3599

| EUVDEUVD-2026-23186 HIGH
SQL Injection (CWE-89)
2026-04-16 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 16, 2026 - 06:37 vuln.today
cvss_changed
Analysis Generated
Apr 16, 2026 - 06:00 vuln.today
EUVD ID Assigned
Apr 16, 2026 - 05:45 euvd
EUVD-2026-23186
Analysis Generated
Apr 16, 2026 - 05:45 vuln.today
CVE Published
Apr 16, 2026 - 05:29 nvd
HIGH 7.5

DescriptionCVE.org

The Riaxe Product Customizer plugin for WordPress is vulnerable to SQL Injection via the 'options' parameter keys within 'product_data' of the /wp-json/InkXEProductDesignerLite/add-item-to-cart REST API endpoint in all versions up to, and including, 2.1.2. This is due to insufficient escaping on the user-supplied parameter and insufficient preparation on the existing SQL query. 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.

AnalysisAI

SQL injection in Riaxe Product Customizer for WordPress (all versions ≤2.1.2) allows unauthenticated remote attackers to extract sensitive database contents via crafted REST API requests. The vulnerability exists in the /wp-json/InkXEProductDesignerLite/add-item-to-cart endpoint where the 'options' parameter keys within 'product_data' lack proper SQL escaping. CVSS 7.5 (High) with attack vector network/low complexity/no authentication required. Wordfence discovery indicates active researcher attention. No CISA KEV listing or public exploit code identified at time of analysis, but EPSS data unavailable for risk calibration.

Technical ContextAI

This is a classic SQL injection vulnerability (CWE-89) in a WordPress plugin's custom REST API endpoint. The affected component is Riaxe Product Customizer (also known as InkXE Product Designer Lite) by ImprintNext, used for WooCommerce product customization. The flaw occurs in the REST API route handler at /wp-json/InkXEProductDesignerLite/add-item-to-cart, specifically in code processing the 'options' parameter keys nested within 'product_data'. Source code references point to vulnerable logic in riaxe-product-designer.php around lines 3576, 6808, and 6876. The plugin fails to sanitize user-controlled array keys before incorporating them into SQL queries, violating WordPress security best practices that require using wpdb::prepare() with proper placeholders for all dynamic query components. WordPress REST API endpoints are publicly accessible by default unless explicitly restricted, making this a remote attack surface. The vulnerability allows SQL query manipulation through parameter pollution, enabling UNION-based or Boolean-based blind SQL injection techniques to extract arbitrary database content including WordPress user credentials, site secrets, and custom application data.

RemediationAI

Immediately update to a patched version of Riaxe Product Customizer if available from the WordPress plugin repository or vendor (ImprintNext). As of this analysis, no patched release version is confirmed in the provided data; consult the plugin's official WordPress page and Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/a36c9a7e-830d-4a92-a330-29279387b3be for update availability. If no patch exists, implement these compensating controls: (1) Disable the plugin entirely if product customization features are not business-critical, eliminating the attack surface. (2) Use a Web Application Firewall (WAF) rule to block requests to /wp-json/InkXEProductDesignerLite/add-item-to-cart containing suspicious SQL syntax patterns in the 'product_data' parameter (trade-off: may cause false positives for legitimate complex product options). (3) Restrict REST API access using WordPress security plugins (e.g., Wordfence, iThemes Security) to authenticated users only, though this breaks unauthenticated cart functionality (trade-off: impacts anonymous shoppers). (4) Implement database-level monitoring to detect anomalous SQL queries with UNION/SELECT patterns originating from WordPress database user. Review vulnerable source code sections at https://plugins.trac.wordpress.org/browser/riaxe-product-customizer/trunk/riaxe-product-designer.php lines 3576, 6808, 6876 to understand exploit vectors.

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-3599 vulnerability details – vuln.today

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