---
id: CVE-2026-54553
aliases:
  - GHSA-6753-gr46-6wpr
  - PYSEC-2026-3924
title: >-
  Starlette-Admin's unvalidated `order_by` parameter allows ordering by hidden
  columns (info-exposure oracle) and HTTP 500 DoS
summary: >-
  Starlette-Admin's unvalidated `order_by` parameter allows ordering by hidden
  columns (info-exposure oracle) and HTTP 500 DoS
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L'
vendor: starlette-admin
product: starlette-admin
ecosystem: pip
affected:
  - starlette-admin < 0.16.1
patched:
  - starlette-admin 0.16.1
published: '2026-08-26'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T12:26:08.334338967Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-6753-gr46-6wpr'
references:
  - url: >-
      https://github.com/jowilf/starlette-admin/security/advisories/GHSA-6753-gr46-6wpr
  - url: 'https://github.com/jowilf/starlette-admin/pull/776'
  - url: >-
      https://github.com/jowilf/starlette-admin/commit/af05b45cd90944b726949fd650ab9d19f1abafc3
  - url: >-
      https://github.com/jowilf/starlette-admin/commit/d2a25ebbaf213d4c2cfc87187e34309ca6e30a51
  - url: 'https://github.com/jowilf/starlette-admin'
  - url: 'https://github.com/jowilf/starlette-admin/releases/tag/0.16.1'
  - url: 'https://pypi.org/project/starlette-admin'
  - url: 'https://github.com/advisories/GHSA-6753-gr46-6wpr'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54553'
  - url: >-
      https://github.com/jowilf/starlette-admin/commit/3d9639d12ffc30b0b92d45ad6aae5fefabc948f3
    label: security-advisories@github.com
  - url: >-
      https://github.com/jowilf/starlette-admin/commit/57a1a76d45dfed16f580677303c5fd25220bd36b
    label: security-advisories@github.com
tags:
  - osv
  - pip
  - nvd
  - ghsa
epss: 0.00336
epssPercentile: 0.27135
cwe:
  - CWE-200
  - CWE-248
  - CWE-639
  - CWE-602
ingestedAt: '2026-08-26T14:45:08.466Z'
---

## Overview

## Summary

Affected versions of Starlette-Admin prior to 0.16.1 do not properly validate user-supplied sort and search parameters against the configured field allowlists. While the administrative UI restricts available fields based on field configuration, the backend accepts arbitrary field names supplied through API requests.

An authenticated user can submit crafted requests to sort or filter records using fields that are not intended to be searchable or sortable. Additionally, supplying invalid field names or special Python attribute names can trigger unhandled exceptions that result in HTTP 500 responses.

## Impact

An authenticated user with access to affected list endpoints may:

* Bypass intended UI restrictions and perform sorting or filtering on fields that are not configured as searchable or sortable.
* Cause affected API requests to fail with HTTP 500 responses by supplying invalid field names or special Python attribute names such as `metadata` or `__class__`.

This vulnerability may result in unauthorized use of query functionality and limited denial-of-service conditions affecting the targeted endpoint.

## Affected Versions

All versions before 0.16.1.

## Patched Versions

* 0.16.1

## Workarounds

There are no known workarounds. Users should upgrade to version 0.16.1 or later.

## Affected packages

- `starlette-admin < 0.16.1`

## Remediation

Upgrade to a patched release:

- `starlette-admin 0.16.1`
