Description
Budibase is an open-source low-code platform. Prior to 3.39.0, fetchToken in the OAuth2 SDK makes a POST to a builder-supplied URL with plain node-fetch, skipping the blacklist.isBlacklisted check that every other outbound fetch path in the codebase uses. The Joi schema for the OAuth2 URL has no scheme or host restriction. This vulnerability is fixed in 3.39.0.
Published: 2026-05-27
Score: 8.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Budibase releases earlier than 3.39.0 contain a flaw where the OAuth2 SDK’s fetchToken function posts to a user‑supplied URL without validating its scheme or host. This bypasses the common blacklist check, enabling an attacker to supply internal or cloud‑metadata URLs and retrieve data from private networks or service metadata endpoints, effectively exposing credentials or sensitive configuration information.

Affected Systems

All Budibase installations running any version prior to 3.39.0 are affected. The issue resides in the core OAuth2 token handling code and applies regardless of deployment platform or custom configuration.

Risk and Exploitability

The CVSS base score of 8.5 indicates high severity, though no EPSS data or publicly reported exploits currently exist, and the vulnerability is not listed in the CISA KEV catalog. An attacker can remotely supply a malicious OAuth2 token endpoint URL, causing the application to make an outbound request to an arbitrary internal host or cloud metadata service, potentially leaking internal resources. Upgrading to 3.39.0 or later removes the flaw by restoring proper blacklist validation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Budibase to version 3.39.0 or later to apply the vendor‑provided fix.
  • If an upgrade is delayed, modify the OAuth2 SDK to reinstate or enforce blacklist.isBlacklisted checks, or implement a whitelist that restricts allowed schemes and hostnames to trusted domains.
  • Apply network‑level restrictions—such as firewall rules or proxy policies—to block outbound traffic from the application to internal IP ranges or cloud‑metadata endpoints.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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, fetchToken in the OAuth2 SDK makes a POST to a builder-supplied URL with plain node-fetch, skipping the blacklist.isBlacklisted check that every other outbound fetch path in the codebase uses. The Joi schema for the OAuth2 URL has no scheme or host restriction. This vulnerability is fixed in 3.39.0.
Title Budibase: SSRF via OAuth2 token endpoint URL reaches internal hosts and cloud metadata
Weaknesses CWE-918
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-27T18:02:47.454Z

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

Link: CVE-2026-48153

cve-icon Vulnrichment

Updated: 2026-05-27T18:02:28.013Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-48153

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses