SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-54553

MEDIUM · CVSS 5.4 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Starlette-Admin versions prior to 0.16.1 are vulnerable due to insufficient validation of user-supplied field names in the list API, allowing authenticated users to bypass restrictions and potentially access unintended data. This can lead to information exposure or trigger unhandled exceptions, resulting in limited denial of service through HTTP 500 responses. Organizations using affected versions should prioritize updating to version 0.16.1 to mitigate these risks.

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-54553
Severity
MEDIUM
CVSS
5.4
EPSS
0.34%

Original NVD Description

Starlette-Admin is a fast, beautiful and extensible administrative interface framework for FastAPI and Starlette applications. Prior to 0.16.1, the list API does not validate user-supplied order_by and structured where field names against the configured sortable_fields and searchable_fields allowlists. An authenticated user with access to an affected list endpoint can submit arbitrary field names to starlette_admin/base.py and the BaseModelView validation path, bypassing restrictions presented by the administrative user interface. Requests can sort or filter on fields that are not intended to be sortable or searchable, causing limited information exposure. Invalid field names and special Python attribute names such as metadata and the class dunder attribute can also trigger unhandled exceptions and HTTP 500 responses, causing limited denial of service for targeted requests. This issue is fixed in version 0.16.1.