PT-2026-68034 · WordPress · Ai Chatbot & Workflow Automation
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
AI Chatbot & Workflow Automation by AIWU versions prior to 1.4.7
Description
An issue exists where the
getCurrentTaskResults() function in modules/workspace/controller.php is accessible without authentication or authorization. This occurs because the function is missing from the getNoncedMethods() array, the getPermissions() function returns an empty array, and AJAX actions are registered using wp ajax nopriv hooks. Unauthenticated attackers can enumerate sequential task IDs to retrieve sensitive data from the JSON response, including plaintext OpenAI API keys, AI prompts, keywords, and full AI model configurations stored in the database.Recommendations
Update AI Chatbot & Workflow Automation by AIWU to a version newer than 1.4.6.
As a temporary mitigation, restrict access to the
getCurrentTaskResults() function in modules/workspace/controller.php to authorized users only.Fix
Missing Authorization
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Ai Chatbot & Workflow Automation