AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-3595

MEDIUM · CVSS 5.3 EPSS 0.44%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-04-16 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.3. It affects WordPress. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-3595
Severity
MEDIUM
CVSS
5.3
EPSS
0.44%
WordPress

Original NVD 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.