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

No CVSS.

Configurations

No configuration.

History

No history.

Information

Published : 2026-08-26 07:16

Updated : 2026-09-01 21:07


NVD link : CVE-2026-58108

Mitre link : CVE-2026-58108

CVE.ORG link : CVE-2026-58108


JSON object : View

Products Affected

No product.

CWE
CWE-284

Improper Access Control