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.
Published: 2026-08-26
Score: 1.2 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because a delete query intended to target only the calling user's token instead performs an implicit cross join and applies filters on unrelated session columns. This allows an attacker to delete every personal access token stored in the database, thereby removing all established authentication mechanisms for all users. The weakness is an authorization bypass that can lead to denial of service for everyone relying on these tokens.

Affected Systems

The flaw affects Ericsson’s CodeChecker system. No specific version information is supplied, so any deployment of CodeChecker that includes the vulnerable delete operation is potentially impacted.

Risk and Exploitability

The CVSS score of 1.2 indicates a low severity, and because the EPSS score is not available and the vulnerability is not listed in CISA’s KEV catalog, the risk of widespread exploitation is currently considered low. However, the attack vector is inferred to be user-initiated: any authenticated user can trigger the deletion logic, typically via a UI or API endpoint that accepts token removal requests. Given the clear authorization gap, an attacker with regular user access can execute the flaw without additional permissions, leading to a complete wipe of personal tokens.

Generated by OpenCVE AI on August 26, 2026 at 08:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update CodeChecker to the latest release that includes a fix for the cross‑join delete issue
  • Ensure that token deletion endpoints are restricted to privileged users only, so that only administrators can perform bulk deletes
  • Regenerate personal access tokens for all users to restore a clean token repository after any accidental deletions
  • Monitor audit logs for unusual token deletion activity to detect potential misuse

Generated by OpenCVE AI on August 26, 2026 at 08:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Ericsson
Ericsson codechecker
Vendors & Products Ericsson
Ericsson codechecker

Wed, 26 Aug 2026 07:00:00 +0000

Type Values Removed Values Added
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.
Title Personal access token delete filters on Session columns while deleting from PersonalAccessTokenDB
Weaknesses CWE-284
References
Metrics cvssV4_0

{'score': 1.2, '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'}


Subscriptions

Ericsson Codechecker
cve-icon MITRE

Status: PUBLISHED

Assigner: ERIC

Published:

Updated: 2026-08-26T06:48:06.407Z

Reserved: 2026-06-29T10:41:35.472Z

Link: CVE-2026-58108

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T08:30:03Z

Weaknesses