vendor:
ERPNext
by:
Ahmed Thaiban (Thvt0ne)
6.1
CVSS
HIGH
Cross-Site Request Forgery (CSRF) leading to Account Takeover
352
CWE
Product Name: ERPNext
Affected Version From: <= 14.82.1
Affected Version To: 14.74.3
Patch Exists: NO
Related CWE: CVE-2025-28062
CPE: a:frappe:erpnext:14.82.1
Platforms Tested: Linux (Ubuntu 20.04), Chrome, Firefox
2025
ERPNext 14.82.1 – Account Takeover via Cross-Site Request Forgery (CSRF)
A CSRF vulnerability in ERPNext versions 14.82.1 and 14.74.3 allows attackers to manipulate the accounts of logged-in administrators without their consent. This can lead to unauthorized actions such as user deletion, role assignment, and account takeover through password changes.
Mitigation:
To mitigate this issue, enforce CSRF protection on all administrative endpoints, mandate the use of POST requests for state modifications, set cookies as SameSite=Strict, and introduce re-authentication mechanisms for critical user modifications.