CVE-2026-46552

MEDIUM

NocoDB: Shared-base link access can invite arbitrary users as persistent base members

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-46552. PoCs published by 0xmrma.

AI-analyzed exploit summary This repository provides a detailed technical analysis of CVE-2026-46552, an authorization boundary failure in NocoDB where shared-base links could be exploited to invite real base members and survive share revocation. The writeup includes root cause analysis, attack chain details, and a proof-of-concept validation process.

Description

NocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, shared-base sessions were granted the same base-member capabilities as authenticated viewers. Using only the shared-base UUID (xc-shared-base-id), an attacker could enumerate base members and invite an arbitrary email into the base as a real member. The invited user could then redeem the invite via the normal signup flow and retain authenticated access even after the owner revoked the shared link. Shared-base sessions were mapped to ProjectRoles.VIEWER in packages/nocodb/src/strategies/base-view.strategy/base-view.strategy.ts, and packages/nocodb/src/utils/acl.ts granted baseUserList and userInvite to that role. The shared frontend (packages/nc-gui/composables/useApi/interceptors.ts) deliberately removed auth headers in favour of the shared-base header, but the ACL middleware did not distinguish shared sessions from genuine viewers. This vulnerability is fixed in 2026.04.1.

Exploits (1)

github WRITEUP
by 0xmrma · poc
https://github.com/0xmrma/CVE-2026-46552

This repository provides a detailed technical analysis of CVE-2026-46552, an authorization boundary failure in NocoDB where shared-base links could be exploited to invite real base members and survive share revocation. The writeup includes root cause analysis, attack chain details, and a proof-of-concept validation process.

Classification
Writeup 100%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: NocoDB 0.301.3
No auth needed
Prerequisites: shared-base UUID
devstral-2 · analyzed Jun 25, 2026 Full analysis →

References (1)

Core 1
Core References

Scores

CVSS v3 5.8
EPSS 0.0030
EPSS Percentile 21.3%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-285
Status published
Products (1)
nocodb/nocodb < 2026.04.1
Published Jun 23, 2026
Tracked Since Jun 24, 2026