CVE-2026-46425 Details
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.
A vulnerability in Budibase's SCIM implementation prior to version 3.38.2 allows any authenticated user with BASIC role to access SCIM endpoints and perform CRUD operations on all users and groups within their tenant. This issue arises because the SCIM router lacks proper role-based authorization, only attaching middleware to check the SCIM feature flag and request context. As a result, BASIC users can exploit this gap to manipulate user data and group memberships, potentially leading to unauthorized access or modifications.
Users are advised to update Budibase to version 3.38.2 or later, where this vulnerability has been addressed by adding the necessary role checks to the SCIM router.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 27, 2026CISA-ADP
Assessed May 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Budibase/budibase/security/advisories/GHSA-q9rw-q89f-jx2f | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/Budibase/budibase/releases/tag/3.38.2 | [email protected] | Release NotesVendor |
| https://github.com/Budibase/budibase/security/advisories/GHSA-q9rw-q89f-jx2f | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Budibase | < 3.38.2 (semver) |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 28, 2026 | CVE Modified | CISA-ADP |
| May 27, 2026 | New CVE Received | [email protected] |
Volerion