CyberRota Analysis
AI-GeneratedThe vulnerability affects the Frappe web application framework, specifically in its REST API, where an access control bypass allows low-privileged authenticated users to read unauthorized data from linked DocTypes. This could lead to unauthorized data exposure, compromising sensitive information. Organizations using versions prior to 15.115.0 should prioritize patching to mitigate potential data leaks and ensure compliance with access control policies.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Frappe is a full-stack web application framework written in Python and JavaScript. Prior to version 15.115.0, an access control bypass in the REST API allows a user to read data from Linked DocTypes that they are not authorized to access. When a document references another document through a Link field, the framework does not consistently enforce the linked DocType's own permissions when the record is retrieved through the REST API, so a low-privileged authenticated user can obtain fields from linked records outside their permitted scope. This issue is fixed in version 15.115.0.