CVE-2026-66001
8.5Frappe · Frappe
Frappe framework contains a Cross-Site Request Forgery (CSRF) vulnerability that allows unauthenticated attackers to perform unauthorized actions on behalf of users.
Executive summary
Frappe framework is vulnerable to a Cross-Site Request Forgery (CSRF) flaw that could allow unauthorized actions, posing a high risk to application integrity.
Vulnerability
This is a Cross-Site Request Forgery (CWE-352) vulnerability. The framework fails to properly validate requests, allowing an unauthenticated attacker to trick an authenticated user into executing unintended actions within the application.
Business impact
The vulnerability carries a CVSS score of 8.5, indicating a high level of severity. Successful exploitation could allow attackers to perform administrative actions, modify sensitive data, or change user account settings without the victim's consent. This presents a significant risk to the confidentiality and integrity of business processes managed within the Frappe ecosystem.
Remediation
Immediate Action: Upgrade to version 15.114.0 or later for the 15.x branch, or 16.26.0 or later for the 16.x branch, to apply the necessary CSRF protection patches.
Proactive Monitoring: Review application access logs for suspicious patterns, particularly unusual POST requests originating from unexpected sources or lacking proper origin headers.
Compensating Controls: Ensure the deployment environment enforces strict SameSite cookie attributes and consider implementing a Web Application Firewall (WAF) to filter malicious requests.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the high CVSS score and the nature of CSRF vulnerabilities, administrators should prioritize this update. Applying the provided patches is the most effective way to secure the framework against unauthorized request manipulation.