CVE 9 CRITICAL

Budibase: Workspace-scoped builder escalates to global admin via /api/public/v1/roles/assign_CVE-2026-48150

9 / 10
CRITICAL
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:L

Description

Budibase is an open-source low-code platform. Prior to 3.39.0, /api/public/v1/roles/assign is guarded by the builderOrAdmin middleware, which passes any user who is a builder for the app id in the x-budibase-app-id header. That check admits both global builders and workspace-scoped builders (builder.apps set but builder.global unset). The controller then spreads the request body into the SDK call, and the SDK grants builder.global=true or admin.global=true on whichever user ids the caller supplies. Bob, a workspace-scoped builder with an API key, promotes himself or any other user to global admin with one POST. The whole flow is tenant-wide privilege escalation from an app-level role, available to anyone with an Enterprise license that unlocks the EXPANDED_PUBLIC_API feature. This vulnerability is fixed in 3.39.0.

AI Analysis

Privilege escalation vulnerability in Budibase via /api/public/v1/roles/assign, allowing a workspace-scoped builder to promote themselves or others to global admin

Basic Information

ID CVE-2026-48150
Source GitHub_M
Published May 27, 2026 at 16:58
Modified May 27, 2026 at 17:57

Affected Product

Vendor Budibase
Product budibase
Version < 3.39.0
Affected Versions Budibase budibase < 3.39.0

CWE Classification

AI Assessment

AI Score 9 / 10
AI Severity Critical
Vendor Budibase
Product Budibase
Version < 3.39.0

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.