Description
ToolJet before v3.16.208 fails to validate that the path organizationId matches the authenticated user's workspace before performing ToolJet DB table operations. A workspace admin can create, view, and delete database tables in another workspace by replacing the organizationId parameter in table-management API requests.
Published: 2026-08-31
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation via Cross-Workspace Authorization Bypass
Action: Immediate Patch
AI Analysis

Impact

ToolJet before version 3.16.208 does not verify that the organizationId passed in table‑management API requests matches the authenticated user’s workspace. This omission permits a workspace administrator to create, view, or delete database tables in any other workspace by simply replacing the organizationId parameter, effectively bypassing authorization controls. The flaw is a classic example of CWE‑639 – Authorization Bypass Through User-Controlled Key.

Affected Systems

All installations of ToolJet running any version older than 3.16.208 are susceptible. The vulnerability affects the core workspace management API and any components that rely on it for database table operations.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity, but the EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a remote API call made by an authenticated workspace administrator; the attacker needs only workspace admin credentials, no higher privilege or physical access. Once exploited, the attacker can compromise data confidentiality and integrity across workspaces and potentially disrupt application functionality. The lack of a known public exploit does not diminish the risk, as the required conditions are commonly encountered in multi‑tenant deployments.

Generated by OpenCVE AI on August 31, 2026 at 10:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch by upgrading ToolJet to version 3.16.208 or later.
  • Restrict workspace administrator privileges to avoid cross‑workspace table modifications.
  • Review and monitor API logs for anomalous organizationId parameters and disable unused workspace management endpoints.

Generated by OpenCVE AI on August 31, 2026 at 10:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Description ToolJet before v3.16.208 fails to validate that the path organizationId matches the authenticated user's workspace before performing ToolJet DB table operations. A workspace admin can create, view, and delete database tables in another workspace by replacing the organizationId parameter in table-management API requests.
Title ToolJet before v3.16.208 Cross-Workspace Authorization Bypass
First Time appeared Tooljet
Tooljet tooljet
Weaknesses CWE-639
CPEs cpe:2.3:a:tooljet:tooljet:*:*:*:*:*:*:*:*
Vendors & Products Tooljet
Tooljet tooljet
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H'}

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:A/AC:H/AT:P/PR:H/UI:N/VC:L/VI:H/VA:L/SC:L/SI:H/SA:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-17T17:54:48.070Z

Reserved: 2026-08-31T08:37:53.171Z

Link: CVE-2026-82872

cve-icon Vulnrichment

Updated: 2026-09-01T15:06:57.355Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T09:17:08.160

Modified: 2026-09-17T18:17:10.073

Link: CVE-2026-82872

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T10:45:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key