CVE-2026-3599
SQL Injection in Riaxe Product Customizer Plugin Allows Data Exposure
Publication date: 2026-04-16
Last updated on: 2026-04-16
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| riaxe | product_customizer | to 2.1.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows unauthenticated attackers to perform SQL Injection attacks that can extract sensitive information from the database.
Such unauthorized access to sensitive data can lead to violations of data protection regulations like GDPR and HIPAA, which require the protection of personal and sensitive information.
Therefore, exploitation of this vulnerability could result in non-compliance with these standards due to potential data breaches and exposure of protected information.
Can you explain this vulnerability to me?
The Riaxe Product Customizer plugin for WordPress has a vulnerability in its REST API endpoint /wp-json/InkXEProductDesignerLite/add-item-to-cart. Specifically, the 'options' parameter keys within 'product_data' are not properly escaped or prepared in the SQL query.
This allows unauthenticated attackers to perform SQL Injection by appending additional SQL queries to the existing ones, potentially extracting sensitive information from the database.
How can this vulnerability impact me? :
This vulnerability can allow attackers to extract sensitive information from the database without authentication.
- Unauthorized access to sensitive data stored in the database.
- Potential data breaches leading to exposure of confidential information.
- Compromise of the integrity of the database queries.