CVE-2026-48151 PUBLISHED

Budibase: Webhook schema endpoint authorization bypass allows unauthenticated mutation of webhook and automation schema

Assigner: GitHub_M
Reserved: 20.05.2026 Published: 27.05.2026 Updated: 28.05.2026

Budibase is an open-source low-code platform. Prior to 3.39.0, the webhook schema-building endpoint is registered under builderRoutes, but the generic authorization middleware skips authorization for all paths matching /api/webhooks/schema. As a result, an unauthenticated caller can update the body schema for a known webhook and mutate the corresponding automation trigger output schema. This vulnerability is fixed in 3.39.0.

Metrics

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

Product Status

Vendor Budibase
Product budibase
Versions
  • Version < 3.39.0 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE