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
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.
More in Riaxe Product Customizer
View allSQL injection in Riaxe Product Customizer for WordPress (all versions ≤2.1.2) allows unauthenticated remote attackers to
Riaxe Product Customizer plugin for WordPress versions up to 2.4 exposes sensitive WooCommerce customer and order data t
Riaxe Product Customizer plugin for WordPress versions up to 2.1.2 allows unauthenticated attackers to delete arbitrary
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23184