Security Advisory

CVE-2026-48146

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-27 17:00:25
Last updated 2026-05-28 14:09:35
Assigner GitHub_M
CVSS score 7.7
State PUBLISHED

Description

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.