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.
References
Configurations
No configuration.
History
10 Jun 2026, 23:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-10 23:16
Updated : 2026-06-11 15:30
NVD link : CVE-2026-46645
Mitre link : CVE-2026-46645
CVE.ORG link : CVE-2026-46645
JSON object : View
Products Affected
No product.
CWE
CWE-862
Missing Authorization
