Description
ToolJet through 3.0.0-ee-beta.2 contains authorization bypass vulnerabilities in the POST /api/v2/resources/export endpoint that allow authenticated users to disclose TooljetDB table schemas across workspace boundaries and export app definitions across granular permission boundaries. Attackers can supply a body-provided organization_id parameter to access schemas from other workspaces, or bypass per-app authorization gates to export restricted app definitions within their workspace.
Published: 2026-08-31
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Immediate Patch
AI Analysis

Impact

ToolJet versions up to 3.0.0-ee-beta.2 expose an authentication bypass in the POST /api/v2/resources/export endpoint. Through this flaw, a user can supply an organization_id parameter in the request body and retrieve TooljetDB table schemas from workspaces they are not authorized to view. Additionally, the endpoint allows an attacker to export application definitions that should be protected by per–app authorization, leading to disclosure of potentially sensitive configuration data. The vulnerability is a direct authorization bypass that compromises the confidentiality of database schemas and application setups, thereby enabling an attacker to gain insight into the underlying database structure and code that should remain private.

Affected Systems

The vulnerability affects all installations of ToolJet up to and including version 3.0.0-ee-beta.2. Any deployment running this build or earlier is susceptible. The affected product is the ToolJet application server, regardless of deployment size or environment.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity impact, while the EPSS score is not available, so the likelihood of immediate exploitation is uncertain. The vulnerability is not currently listed in the CISA KEV catalog. Exploitation requires an authenticated user with API access; the attacker can remotely send a crafted POST request to the export endpoint to harvest schema and definition data across workspace and permission boundaries. Because the flaw is limited to authorized users and does not involve code execution, the attack surface is primarily confined to the API layer.

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 or upgrade ToolJet to version 3.0.0-ee-beta.3 or later.
  • Review and restrict API permissions for the /api/v2/resources/export endpoint, ensuring only privileged roles can invoke it.
  • Disable or tightly control the export functionality if it is not required for business operations.

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

Mon, 31 Aug 2026 11:15: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 through 3.0.0-ee-beta.2 contains authorization bypass vulnerabilities in the POST /api/v2/resources/export endpoint that allow authenticated users to disclose TooljetDB table schemas across workspace boundaries and export app definitions across granular permission boundaries. Attackers can supply a body-provided organization_id parameter to access schemas from other workspaces, or bypass per-app authorization gates to export restricted app definitions within their workspace.
Title ToolJet through 3.0.0-ee-beta.2 Cross-workspace Schema Disclosure via Export
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': 5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-31T10:30:36.611Z

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

Link: CVE-2026-82873

cve-icon Vulnrichment

Updated: 2026-08-31T10:30:32.979Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-10T15:53:23.707

Link: CVE-2026-82873

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key