Description
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.
Published: 2026-05-27
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because the webhook schema-building endpoint is registered under builderRoutes, while the generic authorization middleware skips all paths matching /api/webhooks/schema. An unauthenticated caller can send requests to this endpoint to modify the body schema of an existing webhook and, through that, mutate the output schema of associated automation triggers. This change can alter the data processed by automated workflows, potentially leading to unexpected behavior or data leakage. The weakness is identified as CWE‑862.

Affected Systems

Budibase low‑code platform versions earlier than 3.39.0 are affected. Administrators running Budibase at or before that release need to inspect whether any webhook or automation schemas have been unintentionally altered.

Risk and Exploitability

The CVSS score of 7.5 indicates high severity. EPSS data is not available, but the absence of an authentication requirement means exploitation is feasible on any publicly exposed Budibase instance. The risk is compounded by the potential to alter automated processes, which could impact business logic or data integrity. The vulnerability is not yet listed in CISA KEV, however the lack of that designation does not reduce the urgency of addressing it.

Generated by OpenCVE AI on May 27, 2026 at 19:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Budibase to version 3.39.0 or later to ensure the webhook schema endpoint enforces authentication.
  • If upgrading is not immediately possible, restrict all external traffic to /api/webhooks/schema using network firewall rules or access control lists so that only trusted internal systems can reach the endpoint.
  • As an interim containment measure, place the Budibase instance behind a reverse proxy or API gateway that requires authentication (e.g., basic auth, OAuth2) for the affected route.

Generated by OpenCVE AI on May 27, 2026 at 19:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 17:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Budibase: Webhook schema endpoint authorization bypass allows unauthenticated mutation of webhook and automation schema
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-27T16:57:36.447Z

Reserved: 2026-05-20T23:12:43.031Z

Link: CVE-2026-48151

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-05-27T18:16:27.593

Modified: 2026-05-27T19:44:35.987

Link: CVE-2026-48151

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T19:30:35Z

Weaknesses