Stats Digest Feeds
← Back to all CVEs

CVE-2026-58108

UNKNOWN NVD
CVSS Score 0
Severity UNKNOWN
Published Aug 26, 2026
Vendor unknown

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.

References