CVE-2026-58108
Personal access token delete filters on Session columns while deleting from PersonalAccessTokenDB
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.
INFO
Published Date :
Aug. 26, 2026, 6:48 a.m.
Last Modified :
Aug. 26, 2026, 6:48 a.m.
Remotely Exploit :
Yes !
Source :
ERIC
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 4.0 | LOW | 85b1779b-6ecd-4f52-bcc5-73eac4659dcf |
Solution
- Ensure the query joins PersonalAccessTokenDB and Session correctly.
- Filter deletion by the calling user's ID.
- Test the updated query logic thoroughly.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-58108 vulnerability anywhere in the article.