Vulnerability 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.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/Budibase/budibase/releases/tag/3.38.2
- https://github.com/Budibase/budibase/security/advisories/GHSA-q9rw-q89f-jx2f
- https://github.com/Budibase/budibase/security/advisories/GHSA-q9rw-q89f-jx2f
FAQ
What is CVE-2026-46425?
CVE-2026-46425 is a vulnerability with a CVSS score of 9.9 (CRITICAL). 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 featur...
How severe is CVE-2026-46425?
CVE-2026-46425 has been rated CRITICAL with a CVSS base score of 9.9/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-46425?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.