SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-89267

MEDIUM · CVSS 4.3 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-12 · Last synced 2026-09-13

CyberRota Analysis

AI-Generated

Starlette-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.

CVE
CVE-2026-89267
Severity
MEDIUM
CVSS
4.3
EPSS
0.19%

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.