CVE-2026-46552
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedNocoDB 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceNocoDB versions prior to 2026.04.1 incorrectly mapped shared-base sessions (accessed via xc-shared-base-id UUID) to ProjectRoles.VIEWER, granting them baseUserList and userInvite permissions. This allowed attackers with only the shared-base UUID to enumerate base members and invite arbitrary email addresses as real members, who retained authenticated access even after shared link revocation.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check installed NocoDB versionRun the command to retrieve the NocoDB version (e.g., check the UI footer, API endpoint /api/v1/version, or docker container tag)Affected if The installed version is earlier than 2026.04.1 (e.g., 2026.03.x, 2026.02.x, or any version prior to 2026.04.1)
-
Verify shared-base feature is in useInspect API requests or application logs for the xc-shared-base-id header or UUID patterns used to access shared basesAffected if Shared bases are actively used and accessible via shared-base UUIDs in the environment
-
Audit recent user invitationsReview the user invitation logs or database tables (such as nc_users or related invitation records) for invites created from shared-base sessions, noting the timestamp and source IPAffected if There are user invitations that were created via shared-base access and which should not have been possible from a VIEWER role
-
Review base membership for unauthorized membersQuery the base membership or project role tables to identify any users added as members who were not explicitly invited through the normal authenticated workflowAffected if Bases contain members whose invitation originated from a shared-base UUID rather than from an authenticated admin or owner session
A user is affected if their NocoDB version is earlier than 2026.04.1 AND shared bases are accessible, allowing enumeration of base members and unauthorized user invitations through the vulnerable shared-base session mapping.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to NocoDB version 2026.04.1 or later, which fixes the ACL middleware to properly distinguish shared-base sessions from authenticated viewers.
2026.04.1
- 1. Back up your existing NocoDB database and configuration
- 2. Stop the NocoDB service
- 3. Update NocoDB to version 2026.04.1 or later using your deployment method (e.g., npm install, Docker, or binary)
- 4. Verify the installation was successful
- 5. Start the NocoDB service
- 6. Test that shared links function correctly for viewers but no longer have member enumeration or invitation capabilities
- 7. Review any shared links previously generated to ensure they still work as intended for read-only access
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-46552 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-46552 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data