CVE-2026-25045 Details
Description
Budibase is a low code platform for creating internal tools, workflows, and admin panels. This issue is a combination of Vertical Privilege Escalation and IDOR (Insecure Direct Object Reference) due to missing server-side RBAC checks in the /api/global/users endpoints. A Creator-level user, who should have no permissions to manage users or organizational roles, can instead promote an App Viewer to Tenant Admin, demote a Tenant Admin to App Viewer, or modify the Owner’s account details and all orders (e.g., change name). This is because the API accepts these actions without validating the requesting role, a Creator can replay Owner-only requests using their own session tokens. This leads to full tenant compromise.
A critical vulnerability in Budibase's low-code platform for internal tools and workflows allows for vertical privilege escalation and insecure direct object reference (IDOR). This issue arises from missing server-side role-based access control (RBAC) checks in the '/api/global/users' endpoint. A user with Creator-level permissions, who should not have the ability to manage users or organizational roles, can exploit this vulnerability to promote an App Viewer to Tenant Admin, demote a Tenant Admin to App Viewer, or alter the Owner's account details and orders. The API fails to validate the requesting user's role, enabling Creators to replay Owner-only requests using their session tokens, resulting in a complete compromise of the tenant.
Budibase should implement strict server-side RBAC checks on the '/api/global/users' endpoint, preventing Creator roles from modifying user details. Additionally, the principle of least privilege should be applied to backend logic to ensure that users can only perform actions appropriate to their roles.
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.
CISA-ADP
Assessed Mar 9, 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-2g39-332f-68p9 | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| budibase budibase | <= 3.32.3 |
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 |
| Mar 13, 2026 | Initial Analysis | [email protected] |
| Mar 9, 2026 | New CVE Received | [email protected] |