1.2
LOW CVSS 4.0
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
Affected Products

The following products are affected by CVE-2026-58108 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Ericsson codechecker
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 4.0 LOW 85b1779b-6ecd-4f52-bcc5-73eac4659dcf
Solution
Fix the query to correctly join tables and filter token deletion.
  • 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.

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.