Lucene search
+L

4 matches found

NVD
NVD
added 2026/08/26 7:16 a.m.3 views

CVE-2026-58108

The personal access token removal query selects from PersonalAccessTokenDB but filters on columns of Session, with no join between them. SQLAlchemy resolves that as an implicit cross join, so the filter does not constrain the delete to the calling user's own token in the way the code reads as...

2.1CVSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 6:48 a.m.6 views

CVE-2026-58108

Ericsson CodeChecker 's personal access token deletion query selects from PersonalAccessTokenDB but filters on Session columns without a join. SQLAlchemy resolves this as an implicit cross join, meaning the filter fails to constrain the delete to the calling user's own token. As a result, a suffi...

2.1CVSS5.1AI score
SaveExploits0References1
EUVD
EUVD
added 2026/08/26 6:48 a.m.4 views

EUVD-2026-66297

The personal access token removal query selects from PersonalAccessTokenDB but filters on columns of Session, with no join between them. SQLAlchemy resolves that as an implicit cross join, so the filter does not constrain the delete to the calling user's own token in the way the code reads as...

2.1CVSS5.2AI score
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 6:48 a.m.6 views

CVE-2026-58108 Personal access token delete filters on Session columns while deleting from PersonalAccessTokenDB

The personal access token removal query selects from PersonalAccessTokenDB but filters on columns of Session, with no join between them. SQLAlchemy resolves that as an implicit cross join, so the filter does not constrain the delete to the calling user's own token in the way the code reads as...

2.1CVSS
SaveExploits0References1
Rows per page
Query Builder