SCA: security update for @budibase/server (GHSA-2wfh-rcwf-wh23)

high Tenable Cloud Security Plugin ID 439843

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 version 3.33.4, the plugin file upload endpoint
(POST /api/plugin/upload) passes the user-supplied filename directly to createTempFolder() without
sanitizing path traversal sequences. An attacker with Global Builder privileges can craft a multipart
upload with a filename containing ../ to delete arbitrary directories via rmSync and write arbitrary files
via tarball extraction to any filesystem path the Node.js process can access. This issue has been patched
in version 3.33.4. (CVE-2026-35214)

Solution

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

See Also

https://github.com/advisories/GHSA-2wfh-rcwf-wh23

Plugin Details

Severity: High

ID: 439843

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 4/4/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.8

Percentile: 57.62

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.7

Temporal Score: 6

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

CVSS Score Source: CVE-2026-35214

CVSS v3

Risk Factor: High

Base Score: 8.7

Temporal Score: 7.8

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 4/4/2026

Vulnerability Publication Date: 4/3/2026

Reference Information

CVE: CVE-2026-35214

cwe: CWE-22