移除个人访问令牌的查询语句从 表中选择数据,但其过滤条件使用的是 表的列,且两者之间没有显式连接(JOIN)。SQLAlchemy 会将这种情况解析为隐式的交叉连接(cross join),因此该过滤条件并未将删除操作限制在调用者自己的令牌范围内,而这正是代码编写时原本想要实现的效果。这种漏洞导致用户能够删除系统中所有的个人访问令牌。
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.
| Vendor | Product | Affected Versions | CPE | Subscribe |
|---|---|---|---|---|
| Ericsson | CodeChecker | 6.26.0 ~ 6.28.3 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POCNo comments yet