<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:wordpress:import_and_export_users_and_customers:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3awordpressimport_and_export_users_and_customers/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 23 Sep 2026 22:46:26 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3awordpressimport_and_export_users_and_customers/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Privilege Escalation in Import and export users and customers WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2026-86583/</link><pubDate>Wed, 23 Sep 2026 22:46:26 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2026-86583/</guid><description>An escape character mismatch between CSV export and import functions in the Import and export users and customers WordPress plugin allows authenticated users to escalate privileges to administrator.</description><content:encoded><![CDATA[<p>The Import and export users and customers plugin for WordPress (versions 2.4.17 and earlier) contains a privilege escalation vulnerability (CVE-2026-86583). The vulnerability stems from an inconsistency in how the plugin handles CSV escaping. The exporter utilizes fputcsv() with a NUL byte (\0) as an escape character, while the importer utilizes SplFileObject::fgetcsv() with a default backslash escape character.</p>
<p>Because the CSV column layout places the 'display_name' field immediately before the 'role' field and the 'nickname' field immediately after, a malicious user can craft specific values in their profile settings. When an administrator triggers a site-wide user export and subsequent re-import with &quot;Update existing users&quot; and &quot;Update roles for existing users&quot; enabled, the CSV parser fails to correctly interpret the escape characters. This leads to cell merging, where the attacker's 'display_name' merges into the 'role' field and the 'nickname' rebalances the column count. Consequently, the user is assigned the 'administrator' role when the plugin processes the file.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an authenticated user with subscriber-level access to escalate their account to administrator status. This grants the attacker full control over the affected WordPress site, enabling malicious code execution, data exfiltration, or total site takeover. This vulnerability affects any WordPress instance utilizing the vulnerable plugin version and requires the administrator to perform an export/import maintenance task.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the Import and export users and customers plugin to a version later than 2.4.17 immediately.</li>
<li>Review WordPress user role assignments for unexpected administrators, specifically those who were previously subscribers or customers.</li>
<li>Disable the plugin's &quot;Update roles for existing users&quot; feature if an update is not immediately feasible to prevent automatic role elevation during imports.</li>
<li>Audit recent CSV import logs for the Import and export users and customers plugin to identify potential exploitation attempts.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>privilege-escalation</category><category>web-application-security</category><category>cve-2026-86583</category></item></channel></rss>