Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
9.9

CVE-2026-46425: Budibase: Unrestricted access to user and group data

CVE-2026-46425
Summary

Prior to version 3.38.2 of Budibase, any authenticated user had the ability to view and modify all user and group information within the platform. This was due to a lack of proper role checks. To fix this issue, update to version 3.38.2 or later.

Original title
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 fea...
Original description
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.
nvd CVSS3.1 9.9
Vulnerability type
CWE-862 Missing Authorization
Published: 27 May 2026 · Updated: 29 May 2026 · First seen: 27 May 2026