CVE-2026-58108 PUBLISHED

Personal access token delete filters on Session columns while deleting from PersonalAccessTokenDB

Assigner: ERIC
Reserved: 29.06.2026 Published: 26.08.2026 Updated: 26.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:N/VI:L/VA:L/SC:N/SI:L/SA:L/E:P/S:N/AU:Y/R:U/V:C/RE:L
CVSS Score: 1.2

Product Status

Vendor Ericsson
Product CodeChecker
Versions Default: unaffected
  • affected from 6.26.0 to 6.28.3 (excl.)

Credits

  • Arpit Jain finder

References

Problem Types

  • CWE-284 Improper Access Control CWE