Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-58108

Опубликовано: 26 авг. 2026
Источник: nvd
EPSS Низкий

Описание

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.

EPSS

Процентиль: 14%
0.00233
Низкий

Дефекты

CWE-284

EPSS

Процентиль: 14%
0.00233
Низкий

Дефекты

CWE-284