CVE-2026-73305 PUBLISHED

Budibase: Privilege escalation via public role assignment API missing app-level authorization

Assigner: GitHub_M
Reserved: 11.08.2026 Published: 13.08.2026 Updated: 13.08.2026

Budibase is an open-source low-code platform. Prior to 3.39.24, POST /api/public/v1/roles/assign called validateGlobalRoleUpdate without checking appBuilder.appId or role.appId in packages/server/src/api/controllers/public/globalRoleValidation.ts. An app-scoped builder could scope the request to an app they control and then grant themselves builder access or an arbitrary role in another app, exposing that app data, datasource configuration, and automations. This issue is fixed in version 3.39.24.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 8.8

Product Status

Vendor Budibase
Product budibase
Versions
  • Version < 3.39.24 is affected

References

Problem Types

  • CWE-269: Improper Privilege Management CWE
  • CWE-862: Missing Authorization CWE
  • CWE-863: Incorrect Authorization CWE