CVE-2026-6405 — Cross-Site Scripting (XSS)
CVE-2026-6405 — 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 insuf
What This Means For You
- If your environment is affected by CWE-352, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-6405 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
WordPress Anomify AI Plugin Stored XSS via CSRF - Free Tier
title: WordPress Anomify AI Plugin Stored XSS via CSRF - Free Tier
id: scw-2026-05-20-ai-1
status: experimental
level: high
description: |
Detects a POST request to the Anomify AI settings page in WordPress that includes a potential XSS payload within the URI query. This targets the specific vulnerability where the API key field is not properly escaped, allowing an attacker to inject scripts that execute when an administrator views the settings page. The payload '" onmouseover=alert(1)' is a common indicator for XSS attempts.
author: SCW Feed Engine (AI-generated)
date: 2026-05-20
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-6405/
tags:
- attack.initial_access
- attack.t1189
logsource:
category: webserver
detection:
selection:
cs-method:
- 'POST'
cs-uri:
- '/wp-admin/admin.php'
cs-uri-query|contains:
- 'page=anomify_ai_settings'
referer|contains:
- '/wp-admin/admin.php?page=anomify_ai_settings'
selection_payload:
uri|contains:
- '" onmouseover=alert(1)'
condition: selection AND selection_payload
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-6405 | vulnerability | CVE-2026-6405 |
| CWE-352 | weakness | CWE-352 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 20, 2026 at 11:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.