PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-46645 smithyhq CVE debrief

CVE-2026-46645 is a MEDIUM severity vulnerability in SQLAdmin versions prior to 0.25.1. The ajax_lookup endpoint bypassed access control checks, allowing data access despite model restrictions. Patched in version 0.25.1.

Vendor
smithyhq
Product
sqladmin
CVSS
MEDIUM 4.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-10
Original CVE updated
2026-06-11
Advisory published
2026-06-10
Advisory updated
2026-06-11

Who should care

Developers using SQLAdmin, especially those who have restricted model access via is_accessible() overrides.

Technical summary

The ajax_lookup endpoint in SQLAdmin's application.py file did not enforce the is_accessible() access control check, unlike other endpoints. This allowed authenticated users to query data from models that were otherwise restricted.

Defensive priority

Medium

Recommended defensive actions

  • Upgrade to SQLAdmin version 0.25.1 or later.
  • Review and adjust model access controls, especially if using is_accessible() overrides.

Evidence notes

CVE-2026-46645 was published on [cvePublishedAt] and modified on [cveModifiedAt].

Sources and references

Verified primary and authoritative sources

  • CVE-2026-46645 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-46645

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-46645 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46645

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.