Description
The Import and export users and customers WordPress plugin before 2.5.2 does not correctly enforce the promote_users capability when assigning roles during a CSV import, allowing users with only the create_users capability to create new administrator accounts or promote existing users to administrator.
Published: 2026-09-20
Score: n/a
EPSS: n/a
KEV: No
Impact: Privilege Escalation
Action: Immediate Patch
AI Analysis

Impact

The WordPress plugin Import and Export Users and Customers, in all versions preceding 2.5.2, fails to enforce the promote_users capability when assigning roles during a CSV import. As a result, any user that possesses only the create_users capability can create new administrator accounts or elevate existing users to the administrator role. This flaw directly enables an attacker with limited privileges to gain full administrative control of the WordPress site, compromising confidentiality, integrity, and availability.

Affected Systems

All deployments of the Import and Export Users and Customers WordPress plugin running a version older than 2.5.2 are vulnerable. The vulnerability applies regardless of the hosting environment but requires that the vulnerable user has the create_users capability, which many sites grant to lower‑privileged roles such as editors or authors.

Risk and Exploitability

Based on the description, it is inferred that lower‑privileged roles such as editors or authors often have the create_users capability, giving many users the atomic permission to create or promote administrators. The likely attack vector is local to the plugin’s CSV import function; an attacker can craft a CSV file assigning the administrator role to a new or existing user and upload it through the import interface. Although no EPSS score is available and the vulnerability is not listed in CISA’s KEV catalog, the ability to create or promote administrators represents a high‑impact exploit scenario. The risk is therefore significant, especially on sites with permissive role assignments. A patch that enforces proper capability checks would remove the risk entirely.

Generated by OpenCVE AI on September 20, 2026 at 08:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Import and Export Users and Customers plugin to version 2.5.2 or later as soon as possible.
  • If an update cannot be installed immediately, revoke the create_users capability from all roles that do not require it; only trusted administrators should retain this right.
  • Disable or restrict the CSV import functionality so that only administrators can use it, or implement an additional role‑validation check before processing imports.

Generated by OpenCVE AI on September 20, 2026 at 08:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 20 Sep 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269
CWE-284

Sun, 20 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Import and export users and customers WordPress plugin before 2.5.2 does not correctly enforce the promote_users capability when assigning roles during a CSV import, allowing users with only the create_users capability to create new administrator accounts or promote existing users to administrator.
Title Import and export users and customers < 2.5.2 - Custom Role Privilege Escalation to Administrator via caller_can_promote_users
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-20T06:00:18.572Z

Reserved: 2026-09-16T12:58:12.152Z

Link: CVE-2026-92540

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-20T07:16:51.257

Modified: 2026-09-20T07:16:51.257

Link: CVE-2026-92540

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-20T09:00:13Z

Weaknesses
  • CWE-269

    Improper Privilege Management

  • CWE-284

    Improper Access Control