CVE-2026-6639 Details
Description
The AI Chatbot & Workflow Automation by AIWU plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.4.6. This is due to the `getCurrentTaskResults()` method in `modules/workspace/controller.php` being accessible without authentication or authorization checks. The method is not included in the workspace controller's `getNoncedMethods()` array, the base `getPermissions()` returns an empty array, and all AJAX actions are registered with `wp_ajax_nopriv_` hooks (`classes/frame.php:282`). When tasks are created via features like the Bulk Post Generator, the task parameters — including the OpenAI API key in plaintext, AI prompts, keywords, and full AI model configuration — are stored in the database and returned in the JSON response. This makes it possible for unauthenticated attackers to enumerate sequential task IDs and retrieve sensitive configuration data including API keys.
A vulnerability allowing sensitive information exposure has been identified in the AI Chatbot & Workflow Automation by AIWU plugin for WordPress, affecting all versions through 1.4.6. The issue arises because the 'getCurrentTaskResults()' method in 'modules/workspace/controller.php' is accessible without authentication or authorization checks. This method is not included in the workspace controller's 'getNoncedMethods()' array, and all AJAX actions are registered with 'wp_ajax_nopriv_' hooks. When tasks are created using features like the Bulk Post Generator, the task parameters, including the OpenAI API key in plaintext, AI prompts, keywords, and full AI model configuration, are stored in the database and returned in the JSON response. This vulnerability allows unauthenticated attackers to enumerate sequential task IDs and retrieve sensitive configuration data, including API keys.
Users are advised to update the AI Chatbot & Workflow Automation by AIWU plugin to version 1.4.19 or a newer patched version.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 5, 2026CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| AIWU AI Chatbot & Workflow Automation | <= 1.4.6 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 5, 2026 | New CVE Received | [email protected] |
Volerion