Description
The Import and export users and customers plugin for WordPress is vulnerable to Privilege Escalation in all versions up to and including 2.0.8 via the `save_extra_user_profile_fields()` function. This is due to an incomplete blocklist that correctly restricts capability meta keys for the primary site (e.g., `wp_capabilities`, `wp_user_level`) but fails to block the equivalent meta keys for any other subsite in a WordPress Multisite network (e.g., `wp_2_capabilities`, `wp_2_user_level`), allowing these keys to pass the `in_array()` check and be written directly to user meta via `update_user_meta()`. This makes it possible for authenticated attackers, with Subscriber-level access and above, to escalate their privileges to Administrator on any subsite within the Multisite network by submitting a crafted profile update to `/wp-admin/profile.php`. Exploitation requires that an administrator has previously imported a CSV file containing multisite-prefixed capability column headers and has enabled the 'Show fields in profile?' option, which causes those keys to be stored in the `acui_columns` option and exposed as editable fields on the user profile page.
Published: 2026-05-02
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability in the Import and Export Users and Customers WordPress plugin allows an authenticated user with Subscriber-level access or higher to elevate their privileges to Administrator on any subsite within a Multisite network. The issue stems from an incomplete blocklist that fails to block multisite-prefixed capability meta keys such as wp_2_capabilities or wp_2_user_level during user profile updates. By submitting a crafted profile update to /wp-admin/profile.php, an attacker can write these keys to user meta via update_user_meta, thereby granting themselves administrative rights on the targeted subsite. This reflects a weakness in the use of authorization checks (CWE-269).

Affected Systems

The affected product is the Import and Export Users and Customers plugin from vendor carazo, for WordPress sites. All plugin versions up to and including 2.0.8 are vulnerable. Users running a WordPress Multisite installation that has previously imported a CSV containing multisite-prefixed capability column headers and enabled the 'Show fields in profile?' option are at risk.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity impact with significant potential damage. While EPSS data is not available, the vulnerability requires prior admin action (importing a CSV with multisite capability columns) and a subscriber or higher user role, which may limit widespread exploitation but still pose a serious threat in environments where such conditions are likely. The issue is not listed in the CISA KEV catalog at present. Attackers would typically craft a malicious profile update payload and submit it through the user profile page, exploiting the missing capability checks on multisite meta keys.

Generated by OpenCVE AI on May 2, 2026 at 10:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the plugin to a version newer than 2.0.8 that removes the vulnerable code path.
  • If an upgrade is not feasible, disable the 'Show fields in profile?' option to prevent the targeted meta keys from becoming editable.
  • Delete any multisite-prefixed capability columns from imported CSV files or from the acui_columns option so they cannot be written to user meta.

Generated by OpenCVE AI on May 2, 2026 at 10:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 02 May 2026 07:15:00 +0000

Type Values Removed Values Added
First Time appeared Carazo
Carazo import And Export Users And Customers
Wordpress
Wordpress wordpress
Vendors & Products Carazo
Carazo import And Export Users And Customers
Wordpress
Wordpress wordpress

Sat, 02 May 2026 05:15:00 +0000

Type Values Removed Values Added
Description The Import and export users and customers plugin for WordPress is vulnerable to Privilege Escalation in all versions up to and including 2.0.8 via the `save_extra_user_profile_fields()` function. This is due to an incomplete blocklist that correctly restricts capability meta keys for the primary site (e.g., `wp_capabilities`, `wp_user_level`) but fails to block the equivalent meta keys for any other subsite in a WordPress Multisite network (e.g., `wp_2_capabilities`, `wp_2_user_level`), allowing these keys to pass the `in_array()` check and be written directly to user meta via `update_user_meta()`. This makes it possible for authenticated attackers, with Subscriber-level access and above, to escalate their privileges to Administrator on any subsite within the Multisite network by submitting a crafted profile update to `/wp-admin/profile.php`. Exploitation requires that an administrator has previously imported a CSV file containing multisite-prefixed capability column headers and has enabled the 'Show fields in profile?' option, which causes those keys to be stored in the `acui_columns` option and exposed as editable fields on the user profile page.
Title Import and export users and customers <= 2.0.8 - Authenticated (Subscriber+) Privilege Escalation via Multisite Capability Meta Fields
Weaknesses CWE-269
References
Metrics cvssV3_1

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


Subscriptions

Carazo Import And Export Users And Customers
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-05-02T04:27:44.329Z

Reserved: 2026-05-01T16:13:55.353Z

Link: CVE-2026-7641

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-05-02T05:16:01.953

Modified: 2026-05-02T05:16:01.953

Link: CVE-2026-7641

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-02T10:15:16Z

Weaknesses