Description
NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, a user in one workspace could exercise another workspace's integration through the testConnection endpoint by supplying its ID, because the integration was fetched in a bypass scope and the caller's permission check matched any base in any workspace. This vulnerability is fixed in 2026.05.1.
Published: 2026-06-23
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

NocoDB allows a user who is a member of one workspace to trigger a testConnection operation on an integration belonging to another workspace. The problem stems from a permission check that is performed against the base (the workspace) of the integration, but that check ignores the caller’s workspace context. As a result, the integration is fetched in a bypassed scope and the caller’s permission matches any base in any workspace. This flaw enables the attacker to exercise other workspaces’ integrations without authorization, potentially exposing connection details, testing credentials against external services, or otherwise abusing integration capabilities. The vulnerability is a classic instance of the CWE‑290 weakness, which involves unauthorized access due to improper permission validation.

Affected Systems

The issue affects the NocoDB product supplied by the vendor nocodb:nocodb. Versions earlier than 2026.05.1 are vulnerable; the patch was released in the 2026.05.1 release. No other products or variants are listed as affected.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the lack of a KEV listing suggests no widely known exploits yet. The EPSS score is not available, but the flaw can be exploited by any authenticated user with access to one workspace to reach functionality in another, a purely internal attack vector. An attacker would simply need to call the testConnection API endpoint with the target integration ID, a task that can be performed through existing authenticated API calls or web UI. The impact is localized to the application’s integration domain, but it could expose sensitive connection data or allow further unintended operations depending on the integration type.

Generated by OpenCVE AI on June 23, 2026 at 23:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the NocoDB installation to version 2026.05.1 or later, which includes the fix for this permission flaw.
  • If feasible, remove or disable any cross‑workspace integrations that existed prior to applying the patch to eliminate residual risk.
  • Re‑audit workspace permission configurations to ensure that future integration operations are properly scoped to the caller’s workspace and that the testConnection endpoint includes an explicit workspace boundary check.

Generated by OpenCVE AI on June 23, 2026 at 23:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-96fh-m4r8-6v9v NocoDB: Cross-Workspace Integration Use in Connection Test
History

Wed, 24 Jun 2026 00:45:00 +0000

Type Values Removed Values Added
First Time appeared Nocodb
Nocodb nocodb
Vendors & Products Nocodb
Nocodb nocodb

Tue, 23 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Description NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, a user in one workspace could exercise another workspace's integration through the testConnection endpoint by supplying its ID, because the integration was fetched in a bypass scope and the caller's permission check matched any base in any workspace. This vulnerability is fixed in 2026.05.1.
Title NocoDB: Cross-Workspace Integration Use in Connection Test
Weaknesses CWE-290
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-23T20:17:10.014Z

Reserved: 2026-05-19T19:22:45.728Z

Link: CVE-2026-47381

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T00:30:05Z

Weaknesses
  • CWE-290

    Authentication Bypass by Spoofing