CVE-2026-6549 — Cross-Site Scripting (XSS)
CVE-2026-6549 — The Logo Manager For Enamad plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'title' attribute of the `vc_enamad_namad`, `vc_enamad_shamed`, and `vc_enamad_custom` shortcodes in all versions up to, and including, 0.7.4 due to insufficient input sanitization a
What This Means For You
- If your environment is affected by CWE-79, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-6549 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.
Stored XSS in Logo Manager For Enamad Plugin (CVE-2026-6549)
title: Stored XSS in Logo Manager For Enamad Plugin (CVE-2026-6549)
id: scw-2026-05-20-ai-1
status: experimental
level: high
description: |
Detects attempts to exploit the Stored Cross-Site Scripting vulnerability (CVE-2026-6549) in the Logo Manager For Enamad WordPress plugin. This rule specifically looks for requests to `admin-ajax.php` with shortcode actions related to the plugin and a 'title' parameter containing script tags, indicating a potential XSS payload injection.
author: SCW Feed Engine (AI-generated)
date: 2026-05-20
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-6549/
tags:
- attack.initial_access
- attack.t1189
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/wp-admin/admin-ajax.php'
cs-uri-query|contains:
- 'action=vc_enamad_namad'
- 'action=vc_enamad_shamed'
- 'action=vc_enamad_custom'
cs-uri-query|contains:
- 'title=' # Look for the vulnerable parameter
cs-uri-query|contains:
- '<script>'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-6549 | vulnerability | CVE-2026-6549 |
| CWE-79 | weakness | CWE-79 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 20, 2026 at 05: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.