Skip to main content

Import Export Plugin CVE-2026-15026

| EUVDEUVD-2026-42851 MEDIUM
Missing Authorization (CWE-862)
2026-07-10 Wordfence GHSA-73h4-5g99-ccr8
4.3
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
vuln.today AI
4.3 MEDIUM

Network-accessible wp-admin endpoint exploitable by any subscriber (PR:L, AV:N, AC:L); impact is read-only post content disclosure with no integrity or availability consequence.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jul 10, 2026 - 09:31 vuln.today
CVE Published
Jul 10, 2026 - 08:30 nvd
MEDIUM 4.3

DescriptionCVE.org

The Import and export users and customers plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.4.0 via the email_template_selected. This makes it possible for authenticated attackers, with subscriber-level access and above, to extract the post_title and raw post_content of arbitrary posts regardless of status (draft, private, future, trash, password-protected) or post type (including non-public CPTs such as WooCommerce orders and internal CRM records) by enumerating post IDs. The required codection-security nonce is exposed as inline JavaScript on any wp-admin page when ?post_type=acui_email_template is appended to the URL, which is reachable by any authenticated user including Subscribers.

AnalysisAI

Sensitive information exposure in the Import and Export Users and Customers WordPress plugin (all versions ≤ 2.4.0) allows any authenticated subscriber-level user to enumerate and extract the post_title and raw post_content of arbitrary posts regardless of visibility status or post type. Affected content includes drafts, private posts, password-protected entries, future-scheduled posts, trashed items, and non-public custom post types such as WooCommerce orders and internal CRM records. The exploit barrier is exceptionally low: the required security nonce is leaked as inline JavaScript on any wp-admin page reachable by subscribers. No public exploit code has been identified and this vulnerability does not appear in the CISA KEV catalog at time of analysis.

Technical ContextAI

The flaw is rooted in CWE-862 (Missing Authorization) within the plugin's email template selection handler, specifically the email_template_selected endpoint. The codection-security nonce - visible in WordPress plugin repository source at email-templates.php#L96 and email-options.php#L357 across at least tagged versions 2.0.10 and 2.3.9 - is intended as a CSRF defense but is exposed as inline JavaScript on any wp-admin page when the query string ?post_type=acui_email_template is appended. Because WordPress grants all authenticated users including Subscribers access to wp-admin, any logged-in user can harvest this nonce. The email_template_selected handler then queries WordPress posts by supplied ID without enforcing post_status or capability checks, allowing sequential post ID enumeration to retrieve content from posts that WordPress's native access controls would otherwise protect. The affected software is identified by CPE cpe:2.3:a:carazo:import_and_export_users_and_customers:*:*:*:*:*:*:*:* and is distributed through the WordPress.org plugin repository.

RemediationAI

Update the Import and Export Users and Customers plugin to a version above 2.4.0 immediately; an upstream fix commit is referenced at https://plugins.trac.wordpress.org/changeset?reponame=&old=3601455%40import-users-from-csv-with-meta&new=3601455%40import-users-from-csv-with-meta, though the exact patched release version number is not independently confirmed from available data - verify the current stable version in the WordPress.org plugin directory before deploying. As a compensating control while patching, administrators can restrict subscriber-level access to wp-admin entirely using a capability management plugin (e.g., Members or User Role Editor), which removes the nonce harvesting vector; this trade-off blocks subscribers from other admin features they may legitimately need. Alternatively, deactivating the plugin eliminates the attack surface entirely with no side effects beyond loss of import and export functionality. On sites with closed user registration (no untrusted subscriber accounts), the practical risk is significantly reduced without additional action, though patching remains the authoritative fix. Monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/85b61e0f-3bb2-4688-b513-14f4d2da6c30 for confirmed patch version details.

Share

CVE-2026-15026 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy