CVE-2025-65593
8.8nopCommerce · nopCommerce
nopCommerce 4.90.0 is vulnerable to a Cross Site Request Forgery (CSRF) attack within the Schedule Tasks functionality.
Executive summary
A Cross Site Request Forgery vulnerability in nopCommerce 4.90.0 allows unauthenticated attackers to perform unauthorized actions via the Schedule Tasks module.
Vulnerability
This vulnerability is a Cross Site Request Forgery (CSRF) flaw residing in the Schedule Tasks functionality, which can be triggered by an unauthenticated attacker to manipulate system tasks.
Business impact
The exploitation of this vulnerability could lead to a complete compromise of the application integrity and availability, as indicated by the high CVSS score of 8.8. By forcing administrative actions via CSRF, an attacker may disrupt core business processes, modify system configurations, or execute unauthorized background tasks that could result in significant operational downtime or data manipulation.
Remediation
Immediate Action: Monitor the vendor advisory page for the release of an official security patch and apply it immediately upon availability.
Proactive Monitoring: Review application access logs for suspicious requests targeting the Schedule Tasks endpoint or unusual task execution patterns.
Compensating Controls: Implement a Web Application Firewall (WAF) with CSRF protection rules enabled to filter malicious requests before they reach the application backend.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
Given the high severity of this vulnerability and its potential for total impact on application operations, administrators must prioritize identifying if their deployment is running version 4.90.0. While waiting for a formal vendor patch, ensure that all administrative interfaces are restricted to trusted networks and that layered defenses, such as WAF rules, are active to block potential CSRF triggers.