PT-2026-42115 · WordPress · Anomify Ai
Ibnu
+1
·
Published
2026-05-20
·
Updated
2026-05-28
·
CVE-2026-6405
CVSS v3.1
4.3
Medium
| Vector | AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
Anomify AI – Anomaly Detection and Alerting versions prior to 0.3.7
Description
The plugin is subject to Cross-Site Request Forgery (CSRF) which can lead to Stored Cross-Site Scripting (XSS). The issue stems from missing nonce verification on the settings page handler and insufficient output escaping in the
admin options.php template. Specifically, the settings form lacks wp nonce field() and the handler does not perform a check admin referer() check, allowing cross-origin POST requests to modify plugin settings. The API key field is processed using sanitize text field(), which removes HTML tags but fails to encode double-quote characters. This value is then rendered into an HTML attribute using a bare echo without esc attr(), enabling a double-quote attribute-escape payload to be stored. Consequently, unauthenticated attackers can inject arbitrary web scripts by tricking a logged-in administrator into visiting a malicious page that submits a forged request, causing the script to execute in the administrator's browser when the settings page is accessed.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
CSRF
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Anomify Ai