SCA: security update for @budibase/server (GHSA-44m2-crh7-f4q2)

high Tenable Cloud Security Plugin ID 441994

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.38.1, Budibase exposes a REST API for datasource
management. The route PUT /api/datasources/:datasourceId is registered in the authorizedRoutes group with
TABLE/READ permission. This is the same authorization level as the read endpoint (GET
/api/datasources/:datasourceId). Every authenticated Budibase app user with the BASIC built-in role or
higher carries TABLE/WRITE (and therefore TABLE/READ) permissions, and the datasource update controller
performs no additional builder check. As a result, any authenticated non-builder app user can submit a PUT
request to rewrite a datasource's config object — including the connection host, port, database
credentials, or the base url of a REST datasource. Because no network-level SSRF protection is applied to
SQL driver connections, redirecting a PostgreSQL/MySQL/MongoDB datasource to an internal IP address
succeeds and the attacker can probe or interact with internal services on arbitrary ports. This
vulnerability is fixed in 3.38.1. (CVE-2026-45717)

Solution

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

See Also

https://github.com/advisories/GHSA-44m2-crh7-f4q2

Plugin Details

Severity: High

ID: 441994

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 5/15/2026

Updated: 6/9/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 6.9

Percentile: 96.95

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 6.7

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

CVSS Score Source: CVE-2026-45717

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/15/2026

Vulnerability Publication Date: 5/15/2026

Reference Information

CVE: CVE-2026-45717

cwe: CWE-862