AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73068

MEDIUM · CVSS 5.9 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The ToolJet Database HTTP API is vulnerable due to improper authorization checks, allowing authenticated users to access and manipulate data across different organizations by exploiting the :organizationId URL path. This can lead to unauthorized disclosure of sensitive information, such as table names and schemas, as well as unauthorized modifications to tables. Organizations using versions prior to 3.20.207 should prioritize upgrading to mitigate potential data breaches and maintain data integrity.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73068
Severity
MEDIUM
CVSS
5.9
EPSS
0.18%

Original NVD Description

ToolJet is the open-source foundation am AI-native platform for building and deploying internal tools, workflows and AI agents. Prior to 3.20.207, the ToolJet Database HTTP API in server/src/modules/tooljet-db/controller.ts authorizes operations against the :organizationId URL path value without verifying that the caller belongs to that organization. JwtAuthGuard validates the tj-workspace-id header against the caller's memberships, while server/src/modules/tooljet-db/ability/index.ts grants VIEW_TABLES, VIEW_TABLE, and JOIN_TABLES without binding them to the path organization. An authenticated user can set tj-workspace-id to the user's own workspace and target another workspace through GET /api/tooljet-db/organizations/:organizationId/tables, GET /api/tooljet-db/organizations/:organizationId/table/:tableName, POST /api/tooljet-db/organizations/:organizationId/join, and the related table-management routes, allowing disclosure of table names, schemas, and rows and allowing tables to be created, altered, bulk populated, or dropped across tenant boundaries. This issue is fixed in version 3.20.207-lts.