Lucene search
+L

20 matches found

Kitploit
Kitploit
•added 2026/09/20 11:26 p.m.•14 views

CVE-2026-46645-Analysis-Lab

CVE-2026-46645 - Bypass de Autorización en ajaxlookup de SQLAdmin Resumen Ejecutivo Este repositorio contiene un laboratorio Docker local para reproducir CVE-2026-46645, una vulnerabilidad de bypass de autorización que afecta al endpoint ajaxlookup de SQLAdmin. SQLAdmin es una interfaz de...

4.3CVSS5.9AI score0.00367EPSS
SaveExploits1
NVD
NVD
•added 2026/09/14 4:17 p.m.•8 views

CVE-2026-54529

SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to 0.27.1, ModelView.sortquery in sqladmin/models.py accepts the attacker-controlled sortBy list-view query parameter without enforcing the configured columnsortablelist server-side allow-list in self.sortfields. The value is...

5.3CVSS0.00384EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/14 3:38 p.m.•32 views

CVE-2026-54529 SQLAdmin: Unvalidated sortBy parameter in `ModelView` bypasses `column_sortable_list`

SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to 0.27.1, ModelView.sortquery in sqladmin/models.py accepts the attacker-controlled sortBy list-view query parameter without enforcing the configured columnsortablelist server-side allow-list in self.sortfields. The value is...

5.3CVSS0.00384EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/14 3:38 p.m.•9 views

CVE-2026-54529 SQLAdmin: Unvalidated sortBy parameter in `ModelView` bypasses `column_sortable_list`

SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to 0.27.1, ModelView.sortquery in sqladmin/models.py accepts the attacker-controlled sortBy list-view query parameter without enforcing the configured columnsortablelist server-side allow-list in self.sortfields. The value is...

5.3CVSS5.7AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/09/14 3:38 p.m.•9 views

EUVD-2026-77581

SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to 0.27.1, ModelView.sortquery in sqladmin/models.py accepts the attacker-controlled sortBy list-view query parameter without enforcing the configured columnsortablelist server-side allow-list in self.sortfields. The value is...

5.3CVSS5.7AI score0.00384EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/14 3:38 p.m.•21 views

CVE-2026-54529

SQLAdmin , a Python admin interface for SQLAlchemy models, is vulnerable to an information-exposure ordering oracle via the unvalidated sortBy query parameter in ModelView.sort_query() (prior to 0.27.1 ). The root cause is that column_sortable_list is enforced only in the frontend template to dec...

5.3CVSS5.7AI score0.00384EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2026/09/14 3:38 p.m.•9 views

CVE-2026-54529 SQLAdmin: Unvalidated sortBy parameter in `ModelView` bypasses `column_sortable_list`

SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to 0.27.1, ModelView.sortquery in sqladmin/models.py accepts the attacker-controlled sortBy list-view query parameter without enforcing the configured columnsortablelist server-side allow-list in self.sortfields. The value is...

5.3CVSS5.7AI score0.00384EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/10 9:45 a.m.•10 views

PYSEC-2026-3922 SQLAdmin: Unvalidated sortBy parameter in `ModelView` bypasses `column_sortable_list`

Summary ModelView.sortquery uses the attacker-controlled sortBy list-view query parameter without checking it against the configured columnsortablelist allow-list. The value is resolved with getattrmodel, ... and fed into relationship joins and orderby, so a request can sort by any column of the...

5.3CVSS5.8AI score0.00384EPSS
SaveExploits0References6
PyPA
PyPA
•added 2026/09/10 9:45 a.m.•11 views

SQLAdmin: Unvalidated sortBy parameter in `ModelView` bypasses `column_sortable_list`

SummaryModelView.sortquery uses the attacker-controlled sortBy list-view query parameter without checking it against the configured columnsortablelist allow-list. The value is resolved with getattrmodel, ... and fed into relationship joins and orderby, so a request can sort by any column of the...

5.3CVSS5.8AI score0.00384EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/09/09 6:01 p.m.•14 views

SQLAdmin: Unvalidated sortBy parameter in `ModelView` bypasses `column_sortable_list`

Summary ModelView.sortquery uses the attacker-controlled sortBy list-view query parameter without checking it against the configured columnsortablelist allow-list. The value is resolved with getattrmodel, ... and fed into relationship joins and orderby, so a request can sort by any column of the...

5.3CVSS5.8AI score0.00384EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2026/09/09 6:01 p.m.•8 views

GHSA-CCG5-9C8W-XH6V SQLAdmin: Unvalidated sortBy parameter in `ModelView` bypasses `column_sortable_list`

Summary ModelView.sortquery uses the attacker-controlled sortBy list-view query parameter without checking it against the configured columnsortablelist allow-list. The value is resolved with getattrmodel, ... and fed into relationship joins and orderby, so a request can sort by any column of the...

5.3CVSS5.8AI score0.00384EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/13 3:19 p.m.•18 views

PYSEC-2026-3073 SQLAdmin: Authorization Bypass on `ajax_lookup`

Impact The ajaxlookup endpoint in application.py bypasses the isaccessible access control check that all other endpoints enforce. If a developer restricts model access by overriding isaccessible, an authenticated user can still query that model's data through the ajaxlookup endpoint — silently...

4.3CVSS6.1AI score0.00367EPSS
SaveExploits1References8
GithubExploit
GithubExploit
•added 2026/06/12 2:57 a.m.•134 views

Exploit for CVE-2026-46645

CVE-2026-46645 - SQLAdmin ajaxlookup Authorization Bypass...

4.3CVSS5.7AI score0.00367EPSS
SaveExploits1
NVD
NVD
•added 2026/06/10 11:16 p.m.•25 views

CVE-2026-46645

SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to version 0.25.1, the ajaxlookup endpoint in application.py bypasses the isaccessible access control check that all other endpoints enforce. If a developer restricts model access by overriding isaccessible, an authenticated user...

4.3CVSS0.00367EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
•added 2026/06/10 10:23 p.m.•14 views

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

SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to version 0.25.1, the ajaxlookup endpoint in application.py bypasses the isaccessible access control check that all other endpoints enforce. If a developer restricts model access by overriding isaccessible, an authenticated user...

4.3CVSS5.4AI score0.00367EPSS
SaveExploits1References4
CVE
CVE
•added 2026/06/10 10:23 p.m.•87 views

CVE-2026-46645

SQLAdmin (for SQLAlchemy) contains an authorization bypass in the ajax_lookup endpoint prior to version 0.25.1, where is_accessible() is bypassed, allowing an authenticated user to query a model’s data despite access restrictions. The issue affects ajax_lookup specifically and was mitigated by pa...

4.3CVSS5.4AI score0.00367EPSS
SaveExploits1References4
EUVD
EUVD
•added 2026/06/10 10:23 p.m.•31 views

EUVD-2026-36168

SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to version 0.25.1, the ajaxlookup endpoint in application.py bypasses the isaccessible access control check that all other endpoints enforce. If a developer restricts model access by overriding isaccessible, an authenticated user...

4.3CVSS5.4AI score0.00367EPSS
SaveExploits1References4
OSV
OSV
•added 2026/06/10 10:23 p.m.•16 views

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

SQLAdmin is a flexible Admin interface for SQLAlchemy models. Prior to version 0.25.1, the ajaxlookup endpoint in application.py bypasses the isaccessible access control check that all other endpoints enforce. If a developer restricts model access by overriding isaccessible, an authenticated user...

4.3CVSS5.9AI score
SaveExploits0References6
Snyk
Snyk
•added 2026/05/21 9:31 p.m.•18 views

Missing Authorization

Overview sqladmin is a SQLAlchemy admin for FastAPI and Starlette Affected versions of this package are vulnerable to Missing Authorization in the ajaxlookup endpoint due to missing enforcement of access control checks. An attacker can access restricted model data by sending requests to the...

5.3CVSS5.3AI score0.00367EPSS
SaveExploits1References2
OSV
OSV
•added 2026/05/21 9:31 p.m.•24 views

GHSA-54MC-GGHV-4CFJ SQLAdmin: Authorization Bypass on `ajax_lookup`

Impact The ajaxlookup endpoint in application.py bypasses the isaccessible access control check that all other endpoints enforce. If a developer restricts model access by overriding isaccessible, an authenticated user can still query that model's data through the ajaxlookup endpoint — silently...

4.3CVSS5.8AI score0.00367EPSS
SaveExploits1References6
Rows per page
Query Builder