CVE-2026-48146

Budibase is an open-source low-code platform. Prior to 3.39.0, the OAuth2 token fetch function in packages/server/src/sdk/workspace/oauth2/utils.ts uses raw fetch(config.url) with no SSRF protection. The safe wrapper fetchWithBlacklist() exists in the same codebase and is used in every other outbound HTTP call (automation steps, plugin downloads, object store), but was not applied to the OAuth2 token endpoint. A user with BUILDER role can point the OAuth2 token URL to internal services (CouchDB, cloud metadata) to exfiltrate sensitive data. This vulnerability is fixed in 3.39.0.
Configurations

No configuration.

History

28 May 2026, 16:16

Type Values Removed Values Added
References () https://github.com/Budibase/budibase/security/advisories/GHSA-g6qx-g4pr-92v7 - () https://github.com/Budibase/budibase/security/advisories/GHSA-g6qx-g4pr-92v7 -

27 May 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-27 18:16

Updated : 2026-05-28 16:16


NVD link : CVE-2026-48146

Mitre link : CVE-2026-48146

CVE.ORG link : CVE-2026-48146


JSON object : View

Products Affected

No product.

CWE
CWE-918

Server-Side Request Forgery (SSRF)