SCA: security update for @budibase/server (GHSA-363w-hvwh-w7m6)

medium Tenable Cloud Security Plugin ID 442047

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, the V1 Views API (POST /api/views) accepts
a calculation parameter from the request body that is interpolated directly into a CouchDB reduce function
definition without validation. Although an internal SCHEMA_MAP object defines the valid calculation types
(sum, count, stats), no actual validation is performed against this map before the value is used in string
interpolation. A user with Builder permissions can inject arbitrary JavaScript code that will be executed
within the CouchDB JavaScript engine when the view is queried. This vulnerability is fixed in 3.38.1.
(CVE-2026-45719)

Solution

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

See Also

https://github.com/advisories/GHSA-363w-hvwh-w7m6

Plugin Details

Severity: Medium

ID: 442047

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 5/18/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.66

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.7

Temporal Score: 5.7

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

CVSS Score Source: CVE-2026-45719

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

Vector: CVSS:3.0/AV:N/AC:L/PR:H/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: 5/18/2026

Vulnerability Publication Date: 5/18/2026

Reference Information

CVE: CVE-2026-45719

cwe: CWE-94