WordPress security changelog
MEDIUM CVE-2026-15727 Deferred

WP Bulk Delete user-role filter permits SQL injection

WP Bulk Delete 1.4.2 and earlier places delete_user_roles into a database query without sufficient preparation. An authenticated administrator can inject additional SQL and extract information from the WordPress database; the administrator prerequisite limits exposure but does not make a compromised admin session safe.

CVE / CNA score 4.9 CVSS 3.1 · security@wordfence.com
NVD score Pending NVD has not published its own CVSS assessment.
Component
WP Bulk Delete
Plugin slug
wp-bulk-delete
Affected
<= 1.4.2
Safe version
> 1.4.2
Published
Jul 16, 2026
Weakness
CWE-89 — Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

This CVE was published Jul 16, 2026 and is one of 3 known issues for this plugin.

Update, patch or deactivate.

Update WP Bulk Delete to a release newer than 1.4.2.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The WP Bulk Delete plugin for WordPress is vulnerable to generic SQL Injection via the 'delete_user_roles' parameter in all versions up to, and including, 1.4.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. wp_unslash() is applied to the raw POST body before parse_str() decomposes it, stripping WordPress magic-quotes protection and leaving attacker-controlled values fully unescaped prior to reaching the SQL sink.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Primary and upstream sources