critical · CVSS v3 8.8 · CVSS v4 8.7
CVE-2026-92788
Coze Studio versions up to 0.5.1 allow authenticated users to run SQL queries that reference tables from other workspaces because the system
Overview
Coze Studio versions up to 0.5.1 allow authenticated users to run SQL queries that reference tables from other workspaces because the system does not validate table ownership. This flaw enables data reading, insertion, or deletion across workspaces, effectively bypassing workspace isolation.
Description
Coze Studio through 0.5.1 fails to validate that table names in workflow SQL customization nodes belong to the caller's workspace. Authenticated attackers can enumerate predictable table identifiers and execute SQL statements against other workspaces' memory databases to read, insert, or delete data.
Impact
{'confidentiality': 'Unauthorized disclosure of data from other workspaces.', 'integrity': 'Potential unauthorized modification or deletion of data in other workspaces.', 'availability': 'Possible disruption of other workspaces through destructive queries.'}
Remediation
['Upgrade to Coze Studio 0.5.2 or later where the table‑ownership check is enforced.', 'If an upgrade is not immediately possible, disable or restrict the SQL customization node feature for all users, or enforce that only tables belonging to the caller’s workspace can be referenced.', 'Apply least‑privilege access controls and monitor for anomalous SQL activity across workspaces.', 'Consider network segmentation or isolated database instances per workspace to reduce blast radius.']
Risk context
Critical severity with a CVSS v3 score of 8.8. The vulnerability is exploitable by any authenticated user, making it a high‑priority issue that should be addressed promptly.
Affected products
- Coze Studio 0.5.1
- Coze Studio <0.5.1
Scores
- Severity
- critical
- CVSS v2
- 9
- CVSS v3
- 8.8
- CVSS v4
- 8.7
- EPSS
- —