Skip to main content

WordPress EUVDEUVD-2026-23184

| CVE-2026-3596 CRITICAL
Missing Authorization (CWE-862)
2026-04-16 Wordfence
9.8
CVSS 3.1 · NVD
Share

Severity by source

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

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:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

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-23184
Analysis Generated
Apr 16, 2026 - 05:45 vuln.today
CVE Published
Apr 16, 2026 - 05:29 nvd
CRITICAL 9.8

DescriptionCVE.org

The Riaxe Product Customizer plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 2.1.2. The plugin registers an unauthenticated AJAX action ('wp_ajax_nopriv_install-imprint') that maps to the ink_pd_add_option() function. This function reads 'option' and 'opt_value' from $_POST, then calls delete_option() followed by add_option() using these attacker-controlled values without any nonce verification, capability checks, or option name allowlist. This makes it possible for unauthenticated attackers to update arbitrary WordPress options, which can be leveraged for privilege escalation by enabling user registration and setting the default user role to administrator.

AnalysisAI

Unauthenticated remote attackers can escalate to administrator privileges on WordPress sites running Riaxe Product Customizer plugin ≤2.1.2. The plugin exposes an AJAX endpoint ('install-imprint') without authentication checks that allows arbitrary WordPress option manipulation, enabling attackers to create administrator accounts by modifying registration settings. CVSS 9.8 (Critical) reflects the complete site compromise potential. EPSS data not provided but exploitation requires only HTTP access to any vulnerable WordPress installation with this plugin active-no special conditions beyond plugin presence.

Technical ContextAI

WordPress options are key-value pairs stored in the wp_options database table that control site configuration, including security-critical settings like user registration ('users_can_register') and default role assignment ('default_role'). The plugin registers an AJAX action handler using 'wp_ajax_nopriv_install-imprint', where 'nopriv' explicitly makes the endpoint accessible to unauthenticated users. The vulnerable ink_pd_add_option() function reads POST parameters 'option' and 'opt_value' and directly passes them to WordPress core delete_option() and add_option() functions without validation. This violates WordPress security best practices requiring nonce verification (wp_verify_nonce()) and capability checks (current_user_can()). CWE-862 (Missing Authorization) accurately describes this root cause-the function performs privileged operations without verifying the caller's authority. The affected product per CPE is cpe:2.3:a:imprintnext:riaxe_product_customizer covering all versions through 2.1.2. Source code references point to riaxe-product-designer.php lines 183 (AJAX registration), 5045-5058 (vulnerable function implementation).

RemediationAI

No patched version is identified in the provided intelligence-trunk source code at https://plugins.trac.wordpress.org/browser/riaxe-product-customizer/trunk/ still contains the vulnerable code at identical line numbers as version 2.1.2, indicating no fix has been committed as of this analysis. Organizations must immediately deactivate and remove the Riaxe Product Customizer plugin until a vendor patch is released. Compensating controls include Web Application Firewall rules blocking POST requests to /wp-admin/admin-ajax.php with action=install-imprint parameter, though this breaks legitimate plugin functionality. Network-level access control restricting WordPress admin area to trusted IPs reduces attack surface but does not eliminate risk since the AJAX endpoint is frontend-accessible. Check WordPress user lists for unexpected administrator accounts created with recently-registered email addresses, and audit wp_options table for unauthorized changes to 'users_can_register' and 'default_role' settings. Side effect of plugin removal: loss of all product customization functionality dependent on Riaxe-plan alternative solutions before remediation. Contact ImprintNext support for patch timeline or migration guidance.

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

EUVD-2026-23184 vulnerability details – vuln.today

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