NONE · 0

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 filt...

Vulnerability 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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-58108?

CVE-2026-58108 is a documented vulnerability. 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 filt...

How severe is CVE-2026-58108?

CVSS scoring is not yet available for CVE-2026-58108. Check NVD for updates.

Is there a patch for CVE-2026-58108?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.