Description
Budibase is an open-source low-code platform. Prior to version 3.33.4, the bash automation step executes user-provided commands using execSync without proper sanitization or validation. User input is processed through processStringSync which allows template interpolation, potentially allowing arbitrary command execution. This issue has been patched in version 3.33.4.
Published: 2026-04-03
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Command Execution
Action: Immediate Patch
AI Analysis

Impact

Budibase, an open‑source low‑code platform, suffered a command injection vulnerability in the bash automation step. The flaw lies in the use of execSync to run user supplied shell commands without proper sanitization. Because processStringSync performs template interpolation, an attacker can inject arbitrary shell commands and execute them with the privileges of the Budibase process.

Affected Systems

All Budibase installations using versions earlier than 3.33.4 are vulnerable. The issue was addressed in release 3.33.4, which removes the unsafe execSync call and adds input validation.

Risk and Exploitability

The vulnerability scores a CVSS score of 8.7, indicating a high severity impact. EPSS is reported as less than 1%, suggesting that exploitation remains uncommon. The CVE is not listed in the CISA KEV catalog. The likely attack vector is through the application’s automation step where an authenticated user can supply a script; this route enables execution of arbitrary commands on the host hosting Budibase.

Generated by OpenCVE AI on April 8, 2026 at 22:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Budibase 3.33.4 or later, which removes the unsafe command execution.
  • If an immediate upgrade is not feasible, limit access to the bash automation step by restricting the feature to trusted administrators only.
  • As a temporary workaround, disable or remove template interpolation in user inputs used for automation steps until the patch is applied.

Generated by OpenCVE AI on April 8, 2026 at 22:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-gjw9-34gf-rp6m Budibase: Command Injection in Bash Automation Step
History

Wed, 08 Apr 2026 21:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:budibase:budibase:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Fri, 03 Apr 2026 21:30:00 +0000

Type Values Removed Values Added
First Time appeared Budibase
Budibase budibase
Vendors & Products Budibase
Budibase budibase

Fri, 03 Apr 2026 17:45:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 03 Apr 2026 16:30:00 +0000

Type Values Removed Values Added
Description Budibase is an open-source low-code platform. Prior to version 3.33.4, the bash automation step executes user-provided commands using execSync without proper sanitization or validation. User input is processed through processStringSync which allows template interpolation, potentially allowing arbitrary command execution. This issue has been patched in version 3.33.4.
Title Budibase: Command Injection in Bash Automation Step
Weaknesses CWE-78
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Budibase Budibase
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-03T16:45:28.857Z

Reserved: 2026-01-28T14:50:47.886Z

Link: CVE-2026-25044

cve-icon Vulnrichment

Updated: 2026-04-03T16:45:24.137Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-03T16:16:35.870

Modified: 2026-04-08T21:19:41.237

Link: CVE-2026-25044

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-09T08:29:14Z

Weaknesses