OSV 1.4.0 · github-reviewed · 修改于 2026-07-21 05:18
发布时间
2026-06-06 00:04
GitHub 审查时间
2026-06-06 00:04
NVD 发布时间
2026-06-24 05:16
源文件
advisories/github-reviewed/2026/06/GHSA-96fh-m4r8-6v9v/GHSA-96fh-m4r8-6v9v.json
A user in one workspace could exercise another workspace's integration through the
testConnection endpoint by supplying its ID, because the integration was fetched in
a bypass scope and the caller's permission check matched any base in any workspace.
The connection-test endpoint fetched the integration in RootScopes.BYPASS scope and
checked only that the integration was non-private and that the caller held an
owner/creator role on any base in any workspace. The permission lookup is now scoped
to the integration's workspace by joining on fk_workspace_id, and the controller
rejects requests where the integration's workspace differs from the request's workspace.
Cross-tenant access to integration configuration through the connection-test endpoint, including the ability to drive the resolved database with the other workspace's credentials. Authentication with creator-or-owner role on any base in any workspace was sufficient.
This issue was reported by @DongyangLyu.