CyberRota Analysis
AI-GeneratedDolibarr versions prior to 24.0.0 are vulnerable to a SQL injection flaw in the users REST API, allowing authenticated users with read permissions to manipulate unsanitized filter parameters and extract sensitive information, including salary figures and password verifiers. This vulnerability can be exploited through binary search on numeric fields and prefix iteration on strings, while raw database error messages facilitate column name enumeration. Organizations using Dolibarr should prioritize patching this vulnerability to mitigate the risk of data exposure.
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
Dolibarr before 24.0.0 contains a SQL injection vulnerability in the users REST API that allows authenticated attackers with user-read rights to extract sensitive data by splicing unsanitized filter parameters into SQL WHERE clauses without column restrictions. Attackers can perform binary search on numeric fields and LIKE prefix iteration on string fields to recover salary figures and password verifiers omitted from normal API responses, while raw database error messages in the same endpoint enable column name enumeration.