Description
ToolJet before v3.16.208 contains an authorization bypass vulnerability in TooljetDB controller endpoints that accept organizationId from URL path without verifying it matches the authenticated user's workspace. Authenticated users can enumerate, create, rename, and delete TooljetDB tables in any other workspace by manipulating the organizationId parameter in requests.
Published: 2026-08-31
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Authorization Bypass
Action: Patch
AI Analysis

Impact

ToolJet prior to version 3.16.208 contains an authorization bypass flaw in its TooljetDB controller endpoints. The flaw allows an authenticated user to supply an arbitrary organizationId value in the URL path without the system validating that it matches the user’s workspace. Because the endpoint accepts any organizationId, the attacker can enumerate, create, rename, or delete tables in database sets that belong to other workspaces. This vulnerability is classified as CWE‑863 and permits the attacker to read, modify, or delete data that should be protected by workspace boundaries, but it does not provide a mechanism for remote code execution or elevated privileges beyond the authenticated account.

Affected Systems

All ToolJet deployments running a version earlier than 3.16.208 that expose the TooljetDB controller endpoints are affected. This includes installations of the standard ToolJet product where the database API routes are available to users who have authenticated credentials.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity. Attackers only need to be authenticated to the ToolJet instance to act; compromised or legitimate user credentials provide the necessary base permission. An attacker can then send crafted HTTP requests with a forged organizationId to gain unauthorized access to other workspaces’ tables. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting there are no known widespread exploitation reports. Nevertheless, the entry point is simple and could be automated, so the risk remains significant for exposed ToolJet installations.

Generated by OpenCVE AI on August 31, 2026 at 11:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ToolJet to version 3.16.208 or later to eliminate the authorization bypass.
  • If an upgrade cannot be performed immediately, restrict the use of the TooljetDB endpoints so that only requests containing an organizationId that matches the authenticated user’s workspace are accepted, or block the endpoints from untrusted networks.
  • Implement server‑side input validation that checks the organizationId supplied in the URL against the authenticated user’s assigned workspace before executing any database operation, thereby closing the bypass path.

Generated by OpenCVE AI on August 31, 2026 at 11:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description ToolJet before v3.16.208 contains an authorization bypass vulnerability in TooljetDB controller endpoints that accept organizationId from URL path without verifying it matches the authenticated user's workspace. Authenticated users can enumerate, create, rename, and delete TooljetDB tables in any other workspace by manipulating the organizationId parameter in requests.
Title ToolJet before v3.16.208 Authorization Bypass via organizationId
First Time appeared Tooljet
Tooljet tooljet
Weaknesses CWE-863
CPEs cpe:2.3:a:tooljet:tooljet:*:*:*:*:*:*:*:*
Vendors & Products Tooljet
Tooljet tooljet
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

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

Reserved: 2026-08-31T08:38:43.268Z

Link: CVE-2026-82875

cve-icon Vulnrichment

Updated: 2026-08-31T14:45:23.410Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-17T18:17:10.377

Link: CVE-2026-82875

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T11:15:18Z

Weaknesses