vendor:
Grocy
by:
Chance Proctor
7.1
CVSS
HIGH
CSRF
352
CWE
Product Name: Grocy
Affected Version From: 4.0.0
Affected Version To: 4.0.2
Patch Exists: NO
Related CWE: CVE-2023-42270
CPE: a:grocy:grocy:4.0.2
Platforms Tested: Linux
2023
Grocy <= 4.0.2 CSRF Vulnerability
In Grocy version 4.0.2, there is a Cross-Site Request Forgery (CSRF) vulnerability when creating a new user. The lack of CSRF token or verification methods allows an attacker to craft requests in JSON format to create a new user, exploiting the permission settings of the target user.
Mitigation:
To mitigate this vulnerability, implement proper CSRF tokens and verification mechanisms in the user creation process to prevent unauthorized requests.