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.
Published: 2026-07-16
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in WP Bulk Delete versions up to 1.4.2 and stems from improper escaping of the delete_user_roles parameter. Because no prepared statement or sanitization is performed, an attacker who can authenticate as an administrator can inject additional SQL statements into the existing query and retrieve sensitive database information. This flaw is a classic injection bug and is classified as CWE-89.

Affected Systems

The affected product is the WordPress plugin WP Bulk Delete by xylus, versions up to and including 1.4.2. All instances of the plugin running these or earlier versions are vulnerable. WordPress sites that have installed WP Bulk Delete in any such version must address the flaw.

Risk and Exploitability

The CVSS score of 4.9 indicates moderate severity. The EPSS score of less than 1% suggests that widespread exploitation is unlikely at the current time, and the vulnerability is not listed in the CISA KEV catalog. The flaw requires an attacker who already has administrator-level access to a WordPress site; from that position the attacker can inject arbitrary SQL commands to extract sensitive data from the database.

Generated by OpenCVE AI on July 31, 2026 at 02:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update WP Bulk Delete to the most recent version that includes the fix for the delete_user_roles parameter, ensuring all instances of the plugin are upgraded.
  • If the plugin is unnecessary, disable or uninstall it to remove the attack surface entirely.
  • Validate and audit administrator access—restrict privileges to the minimum required and monitor for any suspicious database queries that may indicate exploitation attempts.

Generated by OpenCVE AI on July 31, 2026 at 02:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Xylusthemes
Xylusthemes wp Bulk Delete
Vendors & Products Wordpress
Wordpress wordpress
Xylusthemes
Xylusthemes wp Bulk Delete

Thu, 16 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 08:45:00 +0000

Type Values Removed Values Added
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.
Title WP Bulk Delete <= 1.4.2 - Authenticated (Administrator+) SQL Injection via 'delete_user_roles' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 4.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Wordpress Wordpress
Xylusthemes Wp Bulk Delete
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-16T12:24:07.859Z

Reserved: 2026-07-14T13:32:01.946Z

Link: CVE-2026-15727

cve-icon Vulnrichment

Updated: 2026-07-16T12:23:43.951Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T10:00:03Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')