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 intending. This way a user can delete all personal access tokens in the system.

Project Subscriptions

Vendors Products
Ericsson Subscribe
Codechecker Subscribe
Advisories

No advisories yet.

Fixes

Solution

No solution given by the vendor.


Workaround

No workaround given by the vendor.

History

Wed, 26 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Ericsson
Ericsson codechecker
Vendors & Products Ericsson
Ericsson codechecker

Wed, 26 Aug 2026 07:00:00 +0000

Type Values Removed Values Added
Description 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 intending. This way a user can delete all personal access tokens in the system.
Title Personal access token delete filters on Session columns while deleting from PersonalAccessTokenDB
Weaknesses CWE-284
References
Metrics cvssV4_0

{'score': 1.2, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:N/VI:L/VA:L/SC:N/SI:L/SA:L/E:P/S:N/AU:Y/R:U/V:C/RE:L'}


Projects

Sign in to view the affected projects.

cve-icon MITRE

Status: PUBLISHED

Assigner: ERIC

Published:

Updated: 2026-08-26T13:59:36.984Z

Reserved: 2026-06-29T10:41:35.472Z

Link: CVE-2026-58108

cve-icon Vulnrichment

Updated: 2026-08-26T13:59:32.374Z

cve-icon NVD

Status : Received

Published: 2026-08-26T07:16:45.780

Modified: 2026-08-26T14:17:12.250

Link: CVE-2026-58108

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T08:30:03Z

Weaknesses