CyberRota
← Ana sayfaya dön

CVE-2026-6404

MEDIUM · CVSS 4.4 EPSS %0.25

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-20T02:16:38.357 · Çekilme zamanı: 2026-06-17T12:01:23.342517+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-6404
Severity
MEDIUM
CVSS
4.4
EPSS
%0.25
WordPress

Orijinal NVD Açıklaması

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.