Import and export users and customers <= 2.0.8 - Authenticated (Subscriber+) Privilege Escalation via Multisite Capability Meta Fields

8.8
Improper Privilege Management
CVE CVE-2026-7641
CVSS 8.8 (High)
Publicly Published May 1, 2026
Last Updated May 2, 2026
Researcher kiemtiendinhau

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.

References

Share

Vulnerability Details for Import and export users and customers

Software Type Plugin
Software Slug import-users-from-csv-with-meta (view on wordpress.org)
Patched? Yes
Remediation Update to version 2.0.9, or a newer patched version
Affected Version
  • <= 2.0.8
Patched Version
  • 2.0.9

Recent vulnerabilities in Import and export users and customers

# Title CVE ID CVSS Researchers Date
1 Import and export users and customers <= 2.4.0 - Missing Authorization to Authenticated (Subscriber+) Sensitive Information Exposure via email_template_selected AJAX Action CVE-2026-15026 4.3 Tiago Ventura (perses) July 9, 2026
2 Import and export users and customers <= 1.29.7 - Privilege Escalation to Administrator via save_extra_user_profile_fields CVE-2026-3629 8.1 kai63001 March 21, 2026
3 Import and export users and customers <= 1.27.12 - Unauthenticated Sensitive Information Disclosure CVE-2025-24689 5.3 Caesar Evan Santoso January 27, 2025
4 Import and export users and customers <= 1.27.5 - Authenticated (Administrator+) Stored Cross-Site Scripting CVE-2024-50413 4.4 UKO October 24, 2024
5 Import and export users and customers <= 1.26.8 - Unauthenticated Information Exposure CVE-2024-38787 5.3 emad August 7, 2024
6 Import and export users and customers <= 1.26.6.1 - Authenticated (Administrator+) Stored Cross-Site Scripting CVE-2024-4734 4.4 quanhx May 14, 2024
7 Import and export users and customers <= 1.26.6.1 - Authenticated (Administrator+) Stored Cross-Site Scripting CVE-2024-4656 4.4 quanhx May 14, 2024
8 Import and export users and customers <= 1.26.5 - Missing Authorization CVE-2024-34815 4.3 emad May 9, 2024
9 Import and export users and customers <= 1.26.5 - Missing Authorization CVE-2024-1050 4.3 Francesco Carlucci May 3, 2024
10 Import and export users and customers <= 1.26.2 - Authenticated (Admin+) PHP Object Injection CVE-2024-32817 7.2 Trình Vũ April 22, 2024

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation