SCA: security update for @budibase/server (GHSA-g6qx-g4pr-92v7)

high Tenable Self-Hosted Container Security Plugin ID 443121

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-48146)

Solution

Update the @budibase/server library and its related packages to version 3.39.0 or later.

See Also

https://github.com/advisories/GHSA-g6qx-g4pr-92v7

Plugin Details

Severity: High

ID: 443121

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 6/12/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3.3

Percentile: 51.28

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:N/A:N

CVSS Score Source: CVE-2026-48146

CVSS v3

Risk Factor: High

Base Score: 7.7

Temporal Score: 6.7

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/12/2026

Vulnerability Publication Date: 5/27/2026

Reference Information

CVE: CVE-2026-48146

cwe: CWE-918