CVE-2026-14526CRITICAL
CVE-2026-14526: Critical WordPress AI Copilot Flaw Found
A critical authorization bypass in the AI Copilot plugin allows unauthenticated attackers to create administrator accounts and seize full control of websites.
9.8/10 CVSS
Affected Versionsall versions up to, and including, 1.5.6
Advertisement
What This Means
CVE ID: CVE-2026-14526 Description: The AI Copilot – Content Generator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.5.6. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to create a new administrator-level user account and achieve full site takeover by saving and executing a malicious workflow containing a wp_create_user action node specifying role=administrator. This vulnerability is exploitable by unauthenticated attackers on any site where the [aiwu-form] shortcode or public chatbot is rendered on a frontend page, as the waic-nonce value is emitted into publicly accessible JavaScript (WAIC_DATA.waicNonce) on those pages, rendering the nonce check a non-functional authorization barrier. CVSS 3.1 score: 9.8 (CRITICAL), vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Published: 2026-08-08T07:17:08.297 References: https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.5.4/classes/assets.php#L96, https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.5.4/classes/frame.php#L211, https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.5.4/modules/forms/views/forms.php#L87
How to Fix It
- Disable the AI Copilot plugin until a patch is available
- Audit existing WordPress users for unauthorized administrator accounts
- Restrict administrative access to trusted networks
- Monitor logs for suspicious user creation requests
Source
Last updated August 8, 2026 UTC