# CVE-2026-3595

> Vulnerability · severity: **MEDIUM** (CVSS 5.3).

## Description

The Riaxe Product Customizer plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.1.2. This is due to the plugin registering a REST API route at POST /wp-json/InkXEProductDesignerLite/customer/delete_customer without a permission_callback, causing WordPress to default to allowing unauthenticated access, and the inkxe_delete_customer() callback function taking an array of user IDs from the request body and passing each one directly to wp_delete_user() without any authentication or authorization checks. This makes it possible for unauthenticated attackers to delete arbitrary WordPress user accounts, including administrator accounts, leading to complete site lockout and data loss.

## Key facts

- **CVE ID:** CVE-2026-3595
- **Published:** 2026-04-16
- **CVSS severity:** MEDIUM
- **CVSS base score:** 5.3
- **CWE codes:** CWE-862

## Primary sources

- NIST NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-3595

## Citation

> AI Analytics. CVE-2026-3595. Retrieved 2026-07-07 from https://api.ai-analytics.org/cve/CVE-2026-3595. Derived from NIST NVD. Licensed CC0.

---

*[Dataset catalog](https://api.ai-analytics.org/datasets/) · [AI Analytics](https://api.ai-analytics.org/) · CC0 1.0*