<?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/"><channel><title>Cve-2026-14526 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-14526/</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>Sat, 08 Aug 2026 07:37:50 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-14526/feed.xml" rel="self" type="application/rss+xml"/><item><title>Authorization Bypass in AI Copilot - Content Generator WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-08-wp-plugin-auth-bypass/</link><pubDate>Sat, 08 Aug 2026 07:37:50 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-wp-plugin-auth-bypass/</guid><description>An authorization bypass vulnerability in the AI Copilot - Content Generator WordPress plugin allows unauthenticated attackers to create administrator accounts and achieve full site takeover via malformed workflow execution.</description><content:encoded><![CDATA[<p>The AI Copilot - Content Generator plugin for WordPress (versions 1.5.6 and earlier) contains a critical authorization bypass vulnerability. The plugin fails to adequately verify user permissions during the execution of workflow actions. Because the application exposes a required nonce in the <code>WAIC_DATA.waicNonce</code> JavaScript object on any page rendering the <code>[aiwu-form]</code> shortcode or public chatbot, the nonce check effectively fails as an authorization control. An unauthenticated attacker can capture this nonce and craft a request to the plugin's workflow engine, injecting a <code>wp_create_user</code> action node with <code>role=administrator</code>. This allows the creation of unauthorized administrative accounts, resulting in full site compromise. Defenders must monitor for unauthorized user creation events and identify the presence of this plugin on their WordPress instances.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker navigates to a public-facing WordPress page that utilizes the <code>[aiwu-form]</code> shortcode or the plugin's public chatbot interface.</li>
<li>Attacker inspects the source code of the page to locate the <code>WAIC_DATA.waicNonce</code> value within the rendered JavaScript.</li>
<li>Attacker constructs a malicious workflow request intended for the plugin's backend endpoint.</li>
<li>Attacker inserts a <code>wp_create_user</code> action node into the workflow, configuring the payload to set the <code>role</code> parameter to <code>administrator</code>.</li>
<li>Attacker transmits the crafted request to the WordPress site, including the extracted <code>waic-nonce</code> to bypass the authentication check.</li>
<li>The plugin processes the workflow engine request, executing the <code>wp_create_user</code> function with the attacker-supplied parameters.</li>
<li>A new administrative user is created within the WordPress database.</li>
<li>Attacker authenticates with the newly created account to establish persistent, full-access administrative control over the site.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full site takeover. An attacker can gain persistent administrative access, leading to the exfiltration of sensitive site data, modification of site content, redirection of users to malicious infrastructure, or use of the server as a node for further attacks.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update the &quot;AI Copilot - Content Generator&quot; plugin to a version later than 1.5.6 to patch the authorization bypass vulnerability (CVE-2026-14526).</li>
<li>If the update cannot be applied, disable the plugin and remove any pages containing the <code>[aiwu-form]</code> shortcode or the public chatbot interface.</li>
<li>Audit the WordPress database for suspicious administrative accounts created by unknown sources, specifically monitoring user registration logs for entries generated via the plugin's backend logic.</li>
<li>Review web server logs for HTTP POST requests to plugin-specific workflow endpoints that contain <code>wp_create_user</code> payloads.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>web-application</category><category>wordpress</category><category>cve-2026-14526</category><category>auth-bypass</category></item></channel></rss>