CVE Catalog

CVE-2026-6803

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.30%

22th percentile - higher than 22% of all known CVEs

Summary

The AI Chatbot & Workflow Automation by AIWU plugin for WordPress up to version 1.4.12 suffers from missing authorization in AJAX actions. Lack of capability checks and nonce verification allows unauthenticated attackers to delete specific records by ID or all records from any module's database table.

Risk Assessment

The risk is that an unauthenticated attacker can delete data from the WordPress database, potentially causing loss of critical information and disrupting site functionality.

Recommendation

Immediately update the AI Chatbot & Workflow Automation by AIWU plugin to the latest available version that fixes this vulnerability.

Other vulnerabilities in AI Chatbot & Workflow Automation by AIWU

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS