CVE-2026-58108
Published:August 26, 2026
Updated:September 24, 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.
Affected Packages
https://github.com/Ericsson/codechecker.git (GITHUB):
Affected version(s) >=v6.26.0 <v6.28.3Fix Suggestion:
Update to version v6.28.3codechecker (PYTHON):
Affected version(s) >=6.26.0 <6.28.3Fix Suggestion:
Update to version 6.28.3Related Resources (3)
Do you need more information?
Contact UsCVSS v4
Base Score:
1.2
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
HIGH
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
LOW
Subsequent System Availability
LOW
Exploit Maturity
POC
CVSS v3
Base Score:
4.4
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
HIGH
User Interaction
NONE
Scope
CHANGED
Confidentiality
NONE
Integrity
LOW
Availability
LOW
Weakness Type (CWE)
Improper Access Control
EPSS
Base Score:
0.23