SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-6803

MEDIUM · CVSS 5.3 EPSS 0.33%

Source: NVD + CISA KEV + EPSS · Published 2026-07-11 · Last synced 2026-08-10

CyberRota Analysis

AI-Generated

The AI Chatbot & Workflow Automation by AIWU plugin for WordPress is vulnerable due to missing authorization checks, allowing unauthenticated attackers to delete specific records or entire database tables. This vulnerability affects all versions up to 1.4.12 and poses a risk of data loss and unauthorized manipulation of content. WordPress site administrators using this plugin should prioritize applying updates to mitigate potential exploitation.

CVE
CVE-2026-6803
Severity
MEDIUM
CVSS
5.3
EPSS
0.33%
WordPress

Original NVD Description

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.