CVE 4.3 MEDIUM

SQLAdmin: Authorization Bypass on `ajax_lookup`_CVE-2026-46645

4.3 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

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.

Basic Information

ID CVE-2026-46645
Source GitHub_M
Published Jun 10, 2026 at 22:23

Affected Product

Vendor smithyhq
Product sqladmin
Version < 0.25.1
Affected Versions smithyhq sqladmin < 0.25.1

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.