---
id: CVE-2026-6803
title: >-
  The AI Chatbot & Workflow Automation by AIWU plugin for WordPress is
  vulnerable to Missing Authorization in all versions up to, and including,
  1.4.12
summary: >-
  The AI Chatbot & Workflow Automation by AIWU plugin for WordPress is
  vulnerable to Missing Authorization in all versions up to, and including,
  1.4.12. This is due to missing capability checks and nonce verification on
  AJAX actions regist…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'
cwe:
  - CWE-862
published: '2026-07-11'
updated: '2026-07-11'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-6803'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.4.6/classes/controller.php#L112
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.4.6/classes/controller.php#L133
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.4.6/classes/controller.php#L142
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.4.6/classes/frame.php#L283
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.4.6/classes/model.php#L173
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/trunk/classes/controller.php#L112
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/trunk/classes/controller.php#L133
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/trunk/classes/controller.php#L142
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/trunk/classes/frame.php#L283
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/trunk/classes/model.php#L173
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/changeset?reponame=&old=3582369%40ai-copilot-content-generator&new=3582369%40ai-copilot-content-generator
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/080740e3-ca04-48b4-8b34-64f5e42b1185?source=cve
    label: security@wordfence.com
tags:
  - nvd
epss: 0.00516
epssPercentile: 0.42918
ingestedAt: '2026-07-11T23:16:20.512Z'
---

## Overview

The AI Chatbot & Workflow Automation by AIWU plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.4.12. This is due to missing capability checks and nonce verification on AJAX actions registered under both wp_ajax_ and wp_ajax_nopriv_ hooks, as the base controller's getPermissions() returns an empty array and neither removeGroup nor clear are added to getNoncedMethods(), causing the authorization gate to unconditionally return true for these actions. This makes it possible for unauthenticated attackers to delete specific records by ID or delete all records from any module's database table by unauthenticated attackers.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
