Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Primary rating from Vendor (Wordfence) · only source for this CVE.
CVSS VectorVendor: Wordfence
Lifecycle Timeline
3DescriptionCVE.org
The Riaxe Product Customizer plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.4 via the '/wp-json/InkXEProductDesignerLite/orders' REST API endpoint. The endpoint is registered with 'permission_callback' set to '__return_true', meaning no authentication or authorization checks are performed. The endpoint queries WooCommerce order data from the database and returns it to the requester, including customer first and last names, customer IDs, order IDs, order totals, order dates, currencies, and order statuses. This makes it possible for unauthenticated attackers to extract sensitive customer and order information from the WooCommerce store.
AnalysisAI
Riaxe Product Customizer plugin for WordPress versions up to 2.4 exposes sensitive WooCommerce customer and order data through an unauthenticated REST API endpoint due to a missing permission callback. Attackers can query the '/wp-json/InkXEProductDesignerLite/orders' endpoint to retrieve customer names, order IDs, totals, dates, and statuses without authentication. No public exploit code or active exploitation has been confirmed at time of analysis.
Technical ContextAI
The vulnerability exists in the Riaxe Product Customizer plugin's REST API endpoint registration, which implements CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The endpoint is registered with 'permission_callback' set to '__return_true', a PHP function that unconditionally returns true, bypassing WordPress's standard authentication and authorization mechanisms. When accessed via '/wp-json/InkXEProductDesignerLite/orders', the endpoint queries WooCommerce order tables directly and serializes sensitive customer and transactional data in JSON format. The CPE identifier (cpe:2.3:a:imprintnext:riaxe_product_customizer:*:*:*:*:*:*:*:*) indicates all versions of the plugin are affected. This is a classic information disclosure flaw where a REST endpoint intended for internal or authenticated use is inadvertently exposed to unauthenticated clients via WordPress's REST API infrastructure.
RemediationAI
Update the Riaxe Product Customizer plugin to a patched version released after 2.4. Site administrators should navigate to the WordPress dashboard, go to Plugins, and update the plugin to the latest available version provided by ImprintNext. If no patched version is available at time of update, immediately disable the plugin until a fix is released. As an interim mitigation, site administrators can use a Web Application Firewall (WAF) or .htaccess rules to block access to the '/wp-json/InkXEProductDesignerLite/orders' endpoint, though this requires manual configuration and does not address the underlying code defect. Monitor the Wordfence threat intelligence feed and WordPress plugin repository for patch announcements from ImprintNext.
More in Riaxe Product Customizer
View allUnauthenticated remote attackers can escalate to administrator privileges on WordPress sites running Riaxe Product Custo
SQL 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.1.2 allows unauthenticated attackers to delete arbitrary
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-20105
GHSA-w5hq-hr8w-m998