AI Copilot Content Generator: Critical Flaw Enables Admin Account (CVE-2026-14526)

Step by step
How the attack unfolded
Click a phase for details – or let the animation play through.
PHASE 1/6 · Reconnaissance

The attacker identifies vulnerable sites and reads the publicly exposed security token from the page source.

T1595 – Active Scanning T1592 – Gather Victim Host Information
  • Affected: 'AI Copilot – Content Generator' plugin (wupsales) up to version 1.5.6
  • The nonce value (waic-nonce) is exposed openly in the JavaScript
  • Trigger: embedded shortcode [aiwu-form] or public chatbot
  • Around 1,000 active installations worldwide
PHASE 2/6 · Initial Access

Via an unprotected REST API endpoint the attacker sends an unauthenticated request to the workflow controller.

T1190 – Exploit Public-Facing Application
  • CVE-2026-14526, CVSS 9.8 (critical), CWE-269 Improper Privilege Management
  • Vector: AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Vulnerability in modules/workflow/controller.php
  • No authorization check – anyone can trigger the action
PHASE 3/6 · Privilege Escalation

The attacker uses the wp_create_user action block to create a new account with the administrator role.

T1136.001 – Create Account: Local Account T1068 – Exploitation for Privilege Escalation
  • wp_create_user action block allows specifying the 'administrator' role
  • Unauthenticated privilege escalation without user interaction
  • Result: full site takeover
  • Suspicious accounts often use random strings (e.g. 'wp_'/'admin_')
PHASE 4/6 · Persistence

With the administrator account the attacker secures persistent access and can inject malicious code.

T1136.001 – Create Account: Local Account T1505.003 – Server Software Component: Web Shell
  • Administrator is the highest privilege level in WordPress
  • Ability to create additional users and inject malicious code
  • No official patch at time of disclosure ('No known patch available')
  • Plugin removed from WordPress.org on August 3, 2026 as a precaution
PHASE 5/6 · Collection & Exfiltration

The attacker reads out and can exfiltrate customer data.

T1005 – Data from Local System
  • Full access enables reading out customer data
  • Severe impact on confidentiality (C:H)
  • Data protection relevance: possible GDPR notification duty under Art. 33
PHASE 6/6 · Impact

The website is manipulated at will – for phishing, spam or hiding malware.

T1565 – Data Manipulation T1608 – Stage Capabilities
  • Altering content, manipulating the website arbitrarily
  • Abuse for phishing, spam distribution, malware hosting
  • Impact on integrity and availability (I:H/A:H)
  • Plugin has a total of 10 vulnerabilities according to WPScan
Short & clear answers
Frequently asked questions about this incident
Am I affected by CVE-2026-14526?
All WordPress websites running the "AI Copilot – Content Generator" plugin (also known as "AIWU") in version 1.5.6 or earlier are affected. Check the version in your admin area under Plugins > Installed Plugins. You are especially at risk if the [aiwu-form] shortcode or the public chatbot is embedded on a publicly visible front-end page.
What do I need to do right now?
Update the plugin to version 1.5.8 or higher if available. If no update is accessible, deactivate and uninstall the plugin immediately—Wordfence recommends replacing it entirely due to its many vulnerabilities. Then check for and delete any unknown administrator accounts, reset all admin passwords, and renew the security keys (salts) in wp-config.php.
How dangerous is this vulnerability really?
The flaw has a CVSS score of 9.8 out of 10, making it critical—it can hardly get worse. An attacker can create a new administrator account without any login, password, or interaction, gaining full control over the website (a "full site takeover"). This puts your content, customer data, and the entire site at risk of manipulation.
How can I tell if my website has already been hacked?
Go to Users > All Users and look for unknown administrator accounts, especially names made of random characters like "wp_" or "admin_" followed by a cryptic string. Also check your server access logs for suspicious POST requests to the plugin's workflow endpoints. A security scanner such as Wordfence or WPScan can detect known vulnerabilities automatically.
Is there a patch and can I simply update?
According to WPScan, the flaw is fixed in version 1.5.8, with 1.5.9 listed in the directory. However, since the plugin was temporarily removed from the WordPress.org directory on August 3, 2026, the update may not be available for automatic download there. If no secure update is accessible, you should uninstall the plugin and find a permanent replacement.
More security news
You might also be interested in
Critical Elementor Pro Flaw: Attackers Can Fully Take Over WordPress Sites
A file upload bug in Elementor Pro up to 4.2.1 allows RCE without login. Version 4.2.2 fixes the flaw – update now!
Pods Plugin: Critical Flaw Enables Admin Takeover, No Login
A critical flaw in the WordPress plugin Pods lets attackers overwrite admin passwords without login. Over 100,000 sites are affected.
miniOrange SAML SSO: Critical Bypass Turns Attackers Into Admins
Two critical auth bypasses in the miniOrange SAML SSO plugin allow forged SAML assertions—up to full WordPress admin access.