CVE-2026-46425

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.
Configurations

No configuration.

History

28 May 2026, 20:16

Type Values Removed Values Added
References () https://github.com/Budibase/budibase/security/advisories/GHSA-q9rw-q89f-jx2f - () https://github.com/Budibase/budibase/security/advisories/GHSA-q9rw-q89f-jx2f -

27 May 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-27 18:16

Updated : 2026-05-28 20:16


NVD link : CVE-2026-46425

Mitre link : CVE-2026-46425

CVE.ORG link : CVE-2026-46425


JSON object : View

Products Affected

No product.

CWE
CWE-862

Missing Authorization