Severity by source
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
Lifecycle Timeline
5DescriptionCVE.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.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23184