CyberRota Analysis
AI-GeneratedStarlette-admin versions 0.16.1 through 0.17.1 are vulnerable due to inadequate enforcement of the searchable_fields allowlist when set to an empty list, enabling authenticated users to access non-searchable fields through structured filter queries. This flaw could allow attackers to manipulate data by performing unauthorized equality and comparison operations on restricted columns. Organizations using these versions should prioritize remediation to mitigate the risk of data exposure and unauthorized access.
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
starlette-admin versions 0.16.1 through 0.17.1 fail to enforce the searchable_fields allowlist when configured as an empty list, allowing authenticated users to filter on non-searchable fields. Attackers can submit structured filter queries via the list API's where parameter to perform equality and comparison operations on excluded columns.