Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/tags/
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/tags/
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/tags/
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/tags/
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/tags/
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/tags/
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/tags/
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/tags/
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/trunk
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/trunk
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/trunk
- https://plugins.trac.wordpress.org/browser/import-users-from-csv-with-meta/trunk
- https://plugins.trac.wordpress.org/changeset/3515646
- https://www.wordfence.com/threat-intel/vulnerabilities/id/368cff00-6a86-443e-aec
FAQ
What is CVE-2026-7641?
CVE-2026-7641 is a vulnerability with a CVSS score of 8.8 (HIGH). 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...
How severe is CVE-2026-7641?
CVE-2026-7641 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-7641?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.