CVE-2026-46425
CriticalSummary
Budibase is an open-source low-code platform. In versions prior to 3.38.2, there was no role check in the SCIM router, allowing any authenticated user to perform CRUD operations on users and groups in the tenants.
Risk Assessment
The lack of role checks poses a risk of unauthorized access to user and group data, potentially leading to serious security breaches within the organization.
Recommendation
It is recommended to upgrade to version 3.38.2 or later to secure the system against this vulnerability.
Original NVD description (English source)
Budibase is an open-source low-code platform. Prior to 3.38.2, packages/worker/src/api/routes/global/scim.ts attaches only two middlewares to the SCIM router: requireSCIM (checks the Enterprise feature flag and SCIM config) and doInScimContext (sets the SCIM request context). There is no role check. Any authenticated user who reaches the worker (BASIC role, workspace-scoped builder, anyone) can call SCIM endpoints and CRUD every user and group in the tenant. This vulnerability is fixed in 3.38.2.

