CVE-2026-46645 MEDIUM

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

Vendor Smithyhq
Product sqladmin
Weakness CWE-862 · Missing authorization
Published June 10, 2026
Last update June 11, 2026

CVSS base score

4.3/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity None

CVSS vector

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

June 10, 2026 CVE published
June 11, 2026 Record updated

Related vulnerabilities

04Related CVE