You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record is not being prioritized for NVD enrichment efforts due to resource or other concerns.
Description
The Anomify AI – Anomaly Detection and Alerting plugin for WordPress is vulnerable to Cross-Site Request Forgery (CSRF) leading to Stored Cross-Site Scripting (XSS) in versions up to and including 0.3.6. This is due to missing nonce verification on the settings page handler and insufficient output escaping in the admin_options.php template. The settings form includes no wp_nonce_field() and the handler performs no check_admin_referer() check, meaning any cross-origin POST can modify plugin settings. The API key field is sanitized only with sanitize_text_field(), which strips HTML tags but does not encode double-quote characters; the value is then rendered into an HTML attribute via bare echo without esc_attr(), allowing a double-quote attribute-escape payload to survive both sanitization and storage. This makes it possible for unauthenticated attackers to inject arbitrary web scripts by tricking a logged-in administrator into visiting a malicious page that submits a forged request, storing the payload in the database and causing it to execute in the administrator's browser whenever the plugin settings page is visited.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
Title: plugin de WordPress Anomify AI, Description: El plugin Anomify AI - Detección de Anomalías y Alertas para WordPress es vulnerable a Falsificación de Petición en Sitios Cruzados (CSRF) lo que lleva a Cross-Site Scripting Almacenado (XSS) en versiones hasta la 0.3.6 inclusive. Esto se debe a la falta de verificación de nonce en el gestor de la página de configuración y a un escape de salida insuficiente en la plantilla admin_options.php. El formulario de configuración no incluye wp_nonce_field() y el gestor no realiza ninguna comprobación check_admin_referer(), lo que significa que cualquier POST de origen cruzado puede modificar la configuración del plugin. El campo de clave API se sanitiza solo con sanitize_text_field(), que elimina las etiquetas HTML pero no codifica los caracteres de comillas dobles; el valor se renderiza luego en un atributo HTML mediante un echo simple sin esc_attr(), lo que permite que una carga útil de escape de atributo de comillas dobles sobreviva tanto a la sanitización como al almacenamiento. Esto hace posible que atacantes no autenticados inyecten scripts web arbitrarios engañando a un administrador que ha iniciado sesión para que visite una página maliciosa que envía una petición falsificada, almacenando la carga útil en la base de datos y haciendo que se ejecute en el navegador del administrador cada vez que se visita la página de configuración del plugin.
[{"vendor":"simonholliday","product":"Anomify AI – Anomaly Detection and Alerting","defaultStatus":"unaffected","versions":[{"version":"0","lessThanOrEqual":"0.3.6","versionType":"semver","status":"affected"}]}]
New CVE Received from Wordfence5/20/2026 4:16:23 AM
Action
Type
Old Value
New Value
Added
Description
The Anomify AI – Anomaly Detection and Alerting plugin for WordPress is vulnerable to Cross-Site Request Forgery (CSRF) leading to Stored Cross-Site Scripting (XSS) in versions up to and including 0.3.6. This is due to missing nonce verification on the settings page handler and insufficient output escaping in the admin_options.php template. The settings form includes no wp_nonce_field() and the handler performs no check_admin_referer() check, meaning any cross-origin POST can modify plugin settings. The API key field is sanitized only with sanitize_text_field(), which strips HTML tags but does not encode double-quote characters; the value is then rendered into an HTML attribute via bare echo without esc_attr(), allowing a double-quote attribute-escape payload to survive both sanitization and storage. This makes it possible for unauthenticated attackers to inject arbitrary web scripts by tricking a logged-in administrator into visiting a malicious page that submits a forged request, storing the payload in the database and causing it to execute in the administrator's browser whenever the plugin settings page is visited.