Vulnerability Description
The Anomify AI – Anomaly Detection and Alerting plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'anomify_api_key' parameter in versions up to and including 0.3.6. This is due to insufficient input sanitization and missing output escaping: the plugin applies sanitize_text_field() to the Metric Data Key input before saving it via update_option(), but sanitize_text_field() strips HTML tags without encoding double-quote characters, and the value is then echoed directly into an HTML attribute context (value="...") without esc_attr(). This makes it possible for authenticated attackers with administrator-level access to inject arbitrary web scripts that execute whenever a user visits the plugin's settings page.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/anomify/tags/0.3.6/Anomify/Config.php
- https://plugins.trac.wordpress.org/browser/anomify/tags/0.3.6/Anomify/Wp/Admin.p
- https://plugins.trac.wordpress.org/browser/anomify/tags/0.3.6/Anomify/Wp/include
- https://plugins.trac.wordpress.org/browser/anomify/trunk/Anomify/Config.php#L152
- https://plugins.trac.wordpress.org/browser/anomify/trunk/Anomify/Wp/Admin.php#L3
- https://plugins.trac.wordpress.org/browser/anomify/trunk/Anomify/Wp/includes/adm
- https://www.wordfence.com/threat-intel/vulnerabilities/id/4036057c-0c43-4d9c-97d
FAQ
What is CVE-2026-6404?
CVE-2026-6404 is a vulnerability with a CVSS score of 4.4 (MEDIUM). The Anomify AI – Anomaly Detection and Alerting plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'anomify_api_key' parameter in versions up to and including 0.3.6. This is due...
How severe is CVE-2026-6404?
CVE-2026-6404 has been rated MEDIUM with a CVSS base score of 4.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-6404?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.