GHSA-6753-gr46-6wpr

Suggest an improvement
Source
https://github.com/advisories/GHSA-6753-gr46-6wpr
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/08/GHSA-6753-gr46-6wpr/GHSA-6753-gr46-6wpr.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-6753-gr46-6wpr
Aliases
Published
2026-08-26T14:14:37Z
Modified
2026-08-26T14:30:09.411564628Z
Severity
  • 5.4 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L CVSS Calculator
Summary
Starlette-Admin's unvalidated `order_by` parameter allows ordering by hidden columns (info-exposure oracle) and HTTP 500 DoS
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-200",
        "CWE-248",
        "CWE-602",
        "CWE-639"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2026-08-26T14:14:37Z",
    "nvd_published_at": null,
    "severity": "MODERATE"
}
References

Affected packages

PyPI / starlette-admin

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.16.1

Affected versions

0.*
0.0.1
0.0.2rc0
0.1.0
0.1.1
0.2.0
0.2.1
0.2.2
0.3.0.dev1
0.3.0.dev2
0.3.0.dev3
0.3.0.dev4
0.3.0.dev5
0.3.0
0.3.1
0.3.2.dev0
0.3.2
0.4.0
0.5.0.dev0
0.5.0
0.5.1
0.5.2
0.5.3
0.5.4
0.5.5
0.6.0.dev0
0.6.0.dev1
0.6.0.dev2
0.6.0.dev3
0.6.0.dev4
0.6.0.dev5
0.6.0
0.7.0.dev0
0.7.0
0.8.0.dev0
0.8.0
0.8.1
0.8.2
0.9.0.dev0
0.9.0
0.10.0.dev0
0.10.0
0.10.1
0.11.0.dev0
0.11.0
0.11.1.dev0
0.11.1
0.11.2
0.12.0.dev0
0.12.0.dev1
0.12.0
0.12.1
0.12.2
0.13.0rc1
0.13.0rc2
0.13.0rc3
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.15.0rc0
0.15.0rc1
0.15.0rc3
0.15.0rc4
0.15.0rc5
0.15.0rc6
0.15.0rc7
0.15.0rc8
0.15.0rc9
0.15.0rc10
0.15.0
0.15.1
0.16.0rc0
0.16.0rc1
0.16.0rc2
0.16.0rc3
0.16.0rc4
0.16.0

Database specific

last_known_affected_version_range
"<= 0.16.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/08/GHSA-6753-gr46-6wpr/GHSA-6753-gr46-6wpr.json"