SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to version 0.25.1, the ajax_lookup endpoint in application.py bypasses the is_accessible() access control check that all other endpoints enforce. If a developer restricts model access by overriding is_accessible(), an authenticated user can still query that model's data through the ajax_lookup endpoint — silently bypassing the restriction. This issue has been patched in version 0.25.1.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-54mc-gghv-4cfj | SQLAdmin: Authorization Bypass on `ajax_lookup` |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Thu, 11 Jun 2026 10:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Smithyhq
Smithyhq sqladmin |
|
| Vendors & Products |
Smithyhq
Smithyhq sqladmin |
Wed, 10 Jun 2026 23:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to version 0.25.1, the ajax_lookup endpoint in application.py bypasses the is_accessible() access control check that all other endpoints enforce. If a developer restricts model access by overriding is_accessible(), an authenticated user can still query that model's data through the ajax_lookup endpoint — silently bypassing the restriction. This issue has been patched in version 0.25.1. | |
| Title | SQLAdmin: Authorization Bypass on `ajax_lookup` | |
| Weaknesses | CWE-862 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-06-10T22:23:57.397Z
Reserved: 2026-05-15T20:11:54.584Z
Link: CVE-2026-46645
No data.
Status : Received
Published: 2026-06-10T23:16:47.310
Modified: 2026-06-10T23:16:47.310
Link: CVE-2026-46645
No data.
OpenCVE Enrichment
Updated: 2026-06-11T10:40:28Z
Weaknesses
Github GHSA