Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.4
- https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.4
- https://plugins.trac.wordpress.org/browser/ai-copilot-content-generator/tags/1.4
- https://plugins.trac.wordpress.org/changeset?new=3528734%40ai-copilot-content-ge
- https://wordpress.org/plugins/ai-copilot-content-generator/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/247b1921-70a6-4e65-819
FAQ
What is CVE-2026-6639?
CVE-2026-6639 is a vulnerability with a CVSS score of 7.5 (HIGH). 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...
How severe is CVE-2026-6639?
CVE-2026-6639 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-6639?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.