SCA: security update for @budibase/server (GHSA-3gp5-q4jw-3v94)

high Tenable Cloud Security Plugin ID 443112

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 single-datasource GET and PUT routes
are guarded by generic TABLE READ, not by Builder/Admin permission or datasource-specific
ownership/resource checks. The built-in Basic app user role maps to the WRITE permission set, which
includes table read/write and query write. A Basic user can therefore read an existing REST datasource,
receive redacted authConfigs values, submit an update that changes only config.url while keeping the
redacted placeholders, and trigger an existing saved relative-path REST query. During update,
mergeConfigs() restores the old stored secret when it sees the redaction placeholder. During query
execution, Budibase prefixes the attacker-controlled datasource config.url to the relative query path and
applies the resolved stored auth headers. The result is server-side disclosure of the builder-configured
REST Authorization secret to an attacker-controlled listener. This vulnerability is fixed in 3.39.0.
(CVE-2026-48152)

Solution

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

See Also

https://github.com/advisories/GHSA-3gp5-q4jw-3v94

Plugin Details

Severity: High

ID: 443112

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: Medium

Score: 4.3

Percentile: 53.61

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.3

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

CVSS Score Source: CVE-2026-48152

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.1

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/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-48152

cwe: CWE-863