Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-58108— Personal access token delete filters on Session columns while deleting from PersonalAccessTokenDB

Quick assessment

Affected
Ericsson CodeChecker
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

移除个人访问令牌的查询语句从 表中选择数据,但其过滤条件使用的是 表的列,且两者之间没有显式连接(JOIN)。SQLAlchemy 会将这种情况解析为隐式的交叉连接(cross join),因此该过滤条件并未将删除操作限制在调用者自己的令牌范围内,而这正是代码编写时原本想要实现的效果。这种漏洞导致用户能够删除系统中所有的个人访问令牌。

CVSS 1.2 · Low

Possible ATT&CK Techniques 1 AI

T1530 · Data from Cloud Storage
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-58108

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Personal access token delete filters on Session columns while deleting from PersonalAccessTokenDB
Source: CVE Program / CVE List V5
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.
Source: CVE Program / CVE List V5
CVSS Information
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
Source: CVE Program / CVE List V5
Vulnerability Type
访问控制不恰当
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
Ericsson CodeChecker 6.26.0 ~ 6.28.3 -

II. Public POCs for CVE-2026-58108

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-58108

登录查看更多情报信息。

Other References for CVE-2026-58108 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-58108

No comments yet


Leave a comment